.. _spkg_libbraiding:

libbraiding: Computing with braids
==================================

Description
-----------

libbraiding is a library to compute several properties of braids,
including centralizer and conjugacy check.

License
-------

GPLv3+


SPKG Maintainers
----------------

-  Miguel Marco


Upstream Contact
----------------

Miguel Marco (mmarco@unizar.es)

Type
----

standard


Dependencies
------------


Version Information
-------------------

package-version.txt::

    1.3.1


Equivalent System Packages
--------------------------

.. tab:: Arch Linux

   .. CODE-BLOCK:: bash

       $ sudo pacman -S libbraiding 


.. tab:: conda-forge

   .. CODE-BLOCK:: bash

       $ conda install libbraiding 


.. tab:: Debian/Ubuntu

   .. CODE-BLOCK:: bash

       $ sudo apt-get install libbraiding-dev 


.. tab:: Fedora/Redhat/CentOS

   .. CODE-BLOCK:: bash

       $ sudo yum install libbraiding-devel 


.. tab:: FreeBSD

   .. CODE-BLOCK:: bash

       $ sudo pkg install math/libbraiding 


.. tab:: Gentoo Linux

   .. CODE-BLOCK:: bash

       $ sudo emerge sci-libs/libbraiding 


.. tab:: Nixpkgs

   .. CODE-BLOCK:: bash

       $ nix-env --install libbraiding 


.. tab:: openSUSE

   .. CODE-BLOCK:: bash

       $ sudo zypper install libbraiding-devel 


.. tab:: Void Linux

   .. CODE-BLOCK:: bash

       $ sudo xbps-install libbraiding-devel 



See https://repology.org/project/libbraiding/versions

If the system package is installed, ``./configure`` will check if it can be used.

