1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: ocaml-bos
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,
ocaml-findlib,
ocamlbuild,
libtopkg-ocaml-dev,
opam-installer,
librresult-ocaml-dev,
libastring-ocaml-dev,
libfpath-ocaml-dev,
libfmt-ocaml-dev,
liblogs-ocaml-dev,
libmtime-ocaml-dev,
dh-ocaml
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://erratique.ch/software/bos
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-bos.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-bos
Package: libbos-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: basic OS interaction for OCaml (development)
Bos provides support for basic and robust interaction with the
operating system in OCaml. It has functions to access the process
environment, parse command line arguments, interact with the file
system and run command line programs.
.
Bos works equally well on POSIX and Windows operating systems.
.
This package contains development files.
Package: libbos-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: basic OS interaction for OCaml (runtime)
Bos provides support for basic and robust interaction with the
operating system in OCaml. It has functions to access the process
environment, parse command line arguments, interact with the file
system and run command line programs.
.
Bos works equally well on POSIX and Windows operating systems.
.
This package contains runtime files.
|