Package Release Info

ocaml-dune-1.11.4-1.18

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ocaml-dune
ocaml-dune-devel

Change Logs

* Mon Nov 25 2019 ohering@suse.de
- Add compiler-libs-devel to BuildRequires and Requires (bsc#1156934)
* Fri Nov 01 2019 ohering@suse.de
- Require current dune macros
* Tue Oct 15 2019 ohering@suse.de
- Include doc/*.rst to have offline documentation available
* Wed Oct 09 2019 ohering@suse.de
- Update to version 1.11.4:
  see included CHANGES.md for details
* Mon Sep 30 2019 ohering@suse.de
- use dune macros from ocaml-rpm-macros
* Mon Sep 23 2019 ohering@suse.de
- Update to version 1.11.3:
  see included CHANGES.md for details
- Require findlib for ocamlfind, which is used to find ocaml
- Create devel package
* Thu May 30 2019 andy@onthewings.net
- Update to version 1.10.0:
  * 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.
* Thu May 16 2019 andy@onthewings.net
- 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.
* Thu Apr 11 2019 andy@onthewings.net
- Update to version 1.9.1:
  * Fix invocation of odoc to add previously missing include paths,
    impacting mld files that are not in directories containing
    libraries.
* Wed Apr 10 2019 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