Source: ocaml-process Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu , Build-Depends: debhelper-compat (= 13), ocaml-findlib, ocamlbuild, ocaml, libalcotest-ocaml-dev , dh-ocaml Standards-Version: 4.7.2 Section: ocaml Homepage: https://github.com/dsheets/ocaml-process Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-process Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-process.git Package: libprocess-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Recommends: ocaml-findlib Description: easy process control (development) Process makes it easy to use commands like functions. . This package contains the development stuff needed to use the process library in your programs. Package: libprocess-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: easy process control (runtime) Process makes it easy to use commands like functions. . This package contains the runtime libraries for programs using process.