ocaml-dune/_service
Andy Li 770672b668 - Update to version 1.7.2:
* Add ${corrected-suffix}, ${library-name} and a few other 
    variables to the list of variables to upgrade.
  * Fix "dune subst" failing because the build directory was not
    set.
  * Configurator: Add warning to Pkg_config.query when a full
    package expression is used. Add Pkg_config.query_expr for cases
    when the full power of pkg-config's querying is needed.
  * Fix unavailable, optional implementations eagerly breaking the
    build.
- Update Url to https://dune.build/.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=12
2019-02-23 19:16:45 +00:00

15 lines
500 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/ocaml/dune.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">1.7.2</param>
<param name="filename">ocaml-dune</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>