- Update to version 1.6, via _service file Fix some typos in the documentation. Add option --all to the Tree.arg. Fix uncaught exception in Tree.run_global. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-benchmark?expand=0&rev=3
16 lines
572 B
Plaintext
16 lines
572 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/Chris00/ocaml-benchmark.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!-- 1.6 -->
|
|
<param name="revision">551488e70bd2ba063fbe5c720ff51afb328e1bcf</param>
|
|
<param name="filename">ocaml-benchmark</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>
|