File: control

package info (click to toggle)
ocaml-fpath 0.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 280 kB
  • sloc: ml: 2,005; sh: 19; makefile: 16
file content (40 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download
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-nox (>= 4.03.0),
 ocaml-findlib,
 ocamlbuild,
 opam-installer,
 libtopkg-ocaml-dev (>= 0.9.0),
 libastring-ocaml-dev
Standards-Version: 4.5.0
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.