File: control

package info (click to toggle)
ocaml-domain-name 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: ml: 554; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 1,491 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
41
42
43
44
45
46
Source: ocaml-domain-name
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),
 libalcotest-ocaml-dev <!nocheck>,
 ocaml-dune,
 ocaml,
 dh-ocaml (>= 1.2)
Standards-Version: 4.7.2
Homepage: https://github.com/hannesm/domain-name
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-domain-name.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-domain-name

Package: libdomain-name-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: RFC 1035 Internet domain names (dev)
 This module provides an abstract type for domain names, as defined by
 RFC 1035. It provides useful functions that operate on domain names
 while guaranteeing invariants such as the length limit.
 .
 This package contains the development files needed for programming
 with the library.

Package: libdomain-name-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: RFC 1035 Internet domain names (runtime)
 This module provides an abstract type for domain names, as defined by
 RFC 1035. It provides useful functions that operate on domain names
 while guaranteeing invariants such as the length limit.
 .
 This package contains the shared runtime libraries.