This package browser is in early development. Mind the rough edges.

biblesync

C++ library implementing the BibleSync protocol

BibleSync is a multicast protocol to support Bible software shared co-navigation. The premise is that there is a local network over which to multicast Bible navigation, and someone, possibly several someones, will transmit, and others will receive. The library implementing the protocol is a single C++ class providing a complete yet minimal public interface to support mode setting, setup for packet reception, transmit on local navigation, and handling of incoming packets.

Installation

Install the latest version of biblesync as follows:

guix install biblesync

Or install a particular version:

guix install biblesync@2.1.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of biblesync about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/biblesync'><img src='https://packages.guix.gnu.org/packages/biblesync/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/biblesync/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/biblesync)

Example Org:

[[https://packages.guix.gnu.org/packages/biblesync][https://packages.guix.gnu.org/packages/biblesync/badges/latest-version.svg]]