Source: ocaml-dune
Section: ocaml
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 ocaml,
 dh-ocaml (>= 3)
Standards-Version: 4.7.4
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
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-core-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 libdune-build-info-ocaml-dev,
 libfs-io-ocaml-dev,
 libordering-ocaml-dev,
 libtop-closure-ocaml-dev,
 libxdg-ocaml-dev,
 ${ocaml:Provides}
Breaks: libdune-ocaml-dev (<< 3.21.1-3~)
Replaces: libdune-ocaml-dev (<< 3.21.1-3~)
Suggests:
 ocaml-findlib
Description: composable build system for OCaml projects (core 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 core libraries provided by the ocaml-dune
 source package.

Package: libdune-core-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides:
 libdune-build-info-ocaml,
 libfs-io-ocaml,
 libordering-ocaml,
 libtop-closure-ocaml,
 libxdg-ocaml,
 ${ocaml:Provides}
Breaks: libdune-ocaml-dev (<< 3.21.1-3~)
Replaces: libdune-ocaml-dev (<< 3.21.1-3~)
Description: composable build system for OCaml projects (core runtime)
 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 core runtime provided by the ocaml-dune
 source package.

Package: ocaml-dune-source
Architecture: all
Depends: ${misc:Depends}
Description: composable build system for OCaml projects (sources)
 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 Dune sources.
