Source: ocaml-dune
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 dh-ocaml
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/ocaml/dune
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-dune.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-dune

Package: ocaml-dune
Architecture: any
Breaks:
 ocplib-simplex-ocaml-dev (<< 0.5.1-3~),
 libsedlex-ocaml-dev (<< 2.1-4),
 jbuilder (<< 1.0~beta20-1),
 whitedune (<< 0.30.10-2.2),
 dune (<< 1.6.2-3)
Replaces: jbuilder (<< 1.0~beta20-1), whitedune (<< 0.30.10-2.2), dune (<< 1.6.2-3)
Provides: jbuilder
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: composable build system for OCaml projects
 Dune is a build system designed for OCaml/Reason projects
 only. It focuses on providing the user with a consistent experience
 and takes care of most of the low-level details of OCaml
 compilation. All you have to do is provide a description of your
 project and Dune will do the rest.
 .
 This package contains the dune executable.

Package: libdune-ocaml-dev
Architecture: any
Build-Profiles: <!pkg.ocaml-dune.bootstrap>
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 ${ocaml:Provides}
Suggests:
 ocaml-findlib
Description: composable build system for OCaml projects (libraries)
 Dune is a build system designed for OCaml/Reason projects
 only. It focuses on providing the user with a consistent experience
 and takes care of most of the low-level details of OCaml
 compilation. All you have to do is provide a description of your
 project and Dune will do the rest.
 .
 This package contains libraries provided by the ocaml-dune source
 package.
