ocaml-dune/_service
Andy Li a8b744a066 - Update to version 1.9.3:
* Put back library variants in development mode.
  * Fix a bug where dune install would install man pages to
    incorrect paths when compared to opam-installer.
  * Do not fail when a findlib directory doesn't exist.
  * Rename (coqlib ...) to (coq.theory ...).
  * Fix crash when calculating library dependency closure.
  * Fix .install files not being generated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=25
2019-05-16 05:50:28 +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.3</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>