ocaml-dune/_service
Andy Li f5f012c167 - Update to version 1.9.0:
* Add support for library variants and default implementations.
  * Add experimental `dune init` command.
  * Experimental Coq support.
  * Other bug fixes and improvements. For details, see
    https://github.com/ocaml/dune/blob/1.9.0/CHANGES.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=21
2019-04-10 03:41:23 +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.9.0</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>