- 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
This commit is contained in:
parent
d5f968d24c
commit
f5f012c167
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">git://github.com/ocaml/dune.git</param>
|
<param name="url">git://github.com/ocaml/dune.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="revision">1.8.2</param>
|
<param name="revision">1.9.0</param>
|
||||||
<param name="filename">ocaml-dune</param>
|
<param name="filename">ocaml-dune</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2d3006099690a18ac3f2a7b302867ca3d482410317ef634914672cbe906ac0e
|
|
||||||
size 513812
|
|
3
ocaml-dune-1.9.0.tar.xz
Normal file
3
ocaml-dune-1.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30e671845b3550665b961338447572547318d672dd3fcbf2c3ce68791b68b871
|
||||||
|
size 545704
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 03:28:52 UTC 2019 - Andy <andy@onthewings.net>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 13 07:18:27 UTC 2019 - Andy <andy@onthewings.net>
|
Wed Mar 13 07:18:27 UTC 2019 - Andy <andy@onthewings.net>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-dune
|
Name: ocaml-dune
|
||||||
Version: 1.8.2
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: A composable build system for OCaml
|
Summary: A composable build system for OCaml
|
||||||
|
Loading…
Reference in New Issue
Block a user