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
|
Source: ocaml-fpath
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-ocaml,
ocaml,
ocaml-findlib,
ocamlbuild,
opam-installer,
libtopkg-ocaml-dev (>= 0.9.0),
libastring-ocaml-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://erratique.ch/software/fpath
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-fpath
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-fpath.git
Package: libfpath-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml library for handling file system paths (development)
Fpath is an OCaml module for handling file system paths with POSIX or
Windows conventions. Fpath processes paths without accessing the file
system and is independent from any system library.
.
This package contains the development files.
Package: libfpath-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml library for handling file system paths (runtime)
Fpath is an OCaml module for handling file system paths with POSIX or
Windows conventions. Fpath processes paths without accessing the file
system and is independent from any system library.
.
This package contains the runtime files.
|