8dabcda33a
* Restricted the set of variables available for expansion in the destination filename of install stanza. * Call menhir from context root build_dir. * Add coq.pp stanza. * Add a new more generic form for the promote mode. * Allow to promote only a subset of the targets. * With lang dune >= 1.10, rules in standard mode are no longer allowed to produce targets that are present in the source tree. * Allow %{...} variables in pps flags. * Add a 'cookies' option to ppx_rewriter/deriver flags in library stanzas. * Add more opam metadata and use it to generate .opam files. * Add support for hg in dune subst. * Add the %{os_type} variable. * Support the .cc extension fro C++ sources. * Run ocamlformat relative to the context root. * Other bug fixes and improvements. For details, see https://github.com/ocaml/dune/blob/1.10.0/CHANGES.md - Update %install. - Install dune-config.5 manpage. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=27
15 lines
501 B
Plaintext
15 lines
501 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.10.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>
|