Metadata-Version: 1.1
Name: alibuild
Version: 1.8.9
Summary: ALICE Build Tool
Home-page: https://alisw.github.io/alibuild
Author: Giulio Eulisse
Author-email: giulio.eulisse@cern.ch
License: GPL
Description: .. image:: https://github.com/alisw/alibuild/workflows/Python%20package/badge.svg
        
        aliBuild
        ========
        
        A simple build tool for ALICE experiment software and its externals. Recipes
        for the externals and ALICE software are stored in
        `alidist <https://github.com/alisw/alidist>`_.
        
        Instant gratification with::
        
            pip install alibuild
            git clone https://github.com/alisw/alidist.git
            aliBuild build AliRoot
            alienv enter AliRoot/latest
            aliroot -b
        
        Full documentation at:
        
        https://alisw.github.io/alibuild
        
        Pre-requisites
        ==============
        
        If you are using aliBuild directly from git clone, you should make sure
        you have `pyyaml` and `argparse` in your python distribution.
        
Keywords: HEP ALICE
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
