summaryrefslogtreecommitdiff
path: root/debian/control
blob: 89d2d36a1c7ceef16a4a0f7385831b43f3954341 (plain)
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
Source: ocaml-unix-errno
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (=13),
               dh-ocaml (>= 0.9),
               dune,
               ocaml-findlib (>= 1.2.4),
               ocaml (>= 3.11.2),
               libctypes-ocaml-dev,
               libresult-ocaml-dev,
               libalcotest-ocaml-dev,
Standards-Version: 4.6.1
Homepage: https://github.com/xapi-project/ocaml-unix-errno
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-unix-errno.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-unix-errno

Package: libunix-errno-ocaml
Architecture: any
Depends: ${ocaml:Depends},
         ocaml-findlib,
         ${shlibs:Depends},
         ${misc:Depends}
Provides: ${ocaml:Provides}
Description: errno variant that includes a variety of constructors
 An errno variant similar to Unix.error but including POSIX
 2008, Linux, OS X, and FreeBSD constructors. A macro
 definition type is also provided in order to transport a
 specific errno-integer map as is the case with FUSE or
 9p2000.u. The types and their functions reside in Errno and
 are independent of any Unix bindings. This makes the
 library's types usable from MirageOS on top of Xen.
 .
 Runtime files are used when running applications using this
 package.

Package: libunix-errno-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends},
         ocaml-findlib,
         libunix-errno-ocaml (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Provides: ${ocaml:Provides}
Description: errno variant that includes a variety of constructors -- development files
 An errno variant similar to Unix.error but including POSIX
 2008, Linux, OS X, and FreeBSD constructors. A macro
 definition type is also provided in order to transport a
 specific errno-integer map as is the case with FUSE or
 9p2000.u. The types and their functions reside in Errno and
 are independent of any Unix bindings. This makes the
 library's types usable from MirageOS on top of Xen.
 .
 The development files are required for development of OCaml
 modules using this package.