Package rebar: Information

    Source package: rebar
    Version: 2.6.4-alt1.M80P.1
    Build time:  May 29, 2018, 02:56 PM in the task #206355
    Report package bug
    License: Apache
    Summary: A sophisticated build-tool for Erlang projects that follows OTP principles.
    Description: 
    rebar is an Erlang build tool that makes it easy to compile and
    test Erlang applications, port drivers and releases.
    
    rebar is a self-contained Erlang script, so it's easy to distribute or even
    embed directly in a project. Where possible, rebar uses standard Erlang/OTP
    conventions for project structures, thus minimizing the amount of build
    configuration work. rebar also provides dependency management, enabling
    application writers to easily re-use common libraries from a variety of
    locations (git, hg, etc).

    List of rpms provided by this srpm:
    rebar (noarch)

    Maintainer: Aleksei Nikiforov


      1. erlang-common_test-devel
      2. erlang-devel
      3. erlang-otp-devel
      4. erlang-visual-devel
      5. rpm-build-licenses
      6. rpm-build-erlang
      7. rpm-build-ubt

    Last changed


    April 13, 2018 Aleksei Nikiforov 1:2.6.4-alt1.M80P.1
    - Updated to upstream version 2.6.4.
    Oct. 23, 2017 Denis Medvedev 2.git20111225-alt1.1
    - just a rebuild for OTP 19.
    Dec. 27, 2011 Sergey Shilov 2.git20111225-alt1
    - 2.git20111225:
      + Erlang R15B support
      + Fix rebar_core crash
      + Fix help text formatting
      + Fix and refactor reltool root_dir lookup
      + Universally support apps=/skip_apps=
      + Add support for arch-specific hooks
      + Add support for first_files to port compiler
      + Add root_dir option to reltool.config
      + Add support for -p flag to profile rebar run
      + Add -D support to rebar_port_compiler
      + Add possibility to make symbolic links
      + Support for custom version commands
      + Load plugins dynamically from source