File: control

package info (click to toggle)
bin-prot 1%3A0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,012 kB
  • sloc: ml: 54,845; ansic: 88; javascript: 46; makefile: 14; sh: 3
file content (73 lines) | stat: -rw-r--r-- 2,395 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: bin-prot
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>,
 Hilko Bengen <bengen@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 ocaml,
 ocaml-dune,
 libbase-ocaml-dev (>= 0.17),
 libppx-compare-ocaml-dev (>= 0.17),
 libppx-custom-printf-ocaml-dev (>= 0.17),
 libppx-fields-conv-ocaml-dev (>= 0.11),
 libppx-optcomp-ocaml-dev (>= 1:0.17),
 libppx-sexp-conv-ocaml-dev (>= 1:0.17),
 libppx-variants-conv-ocaml-dev (>= 0.17),
 libppx-stable-witness-ocaml-dev (>= 0.17),
 dh-ocaml (>= 1.2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/bin-prot.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/bin-prot
Homepage: https://github.com/janestreet/bin_prot

Package: libbin-prot-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Breaks: libbin-prot-camlp4-dev
Replaces: libbin-prot-camlp4-dev
Description: type-safe binary serialization for OCaml values (dev files)
 bin-prot provides functionalities for reading and writing OCaml-values
 in a type-safe binary protocol.
 .
 These functions provide a safe way of performing I/O on any
 extensionally defined data type. Functions, objects, and values whose
 type is bound through a polymorphic record field are not supported, but
 everything else is.
 .
 There is no support for cyclic or shared values and only little endian
 computer architectures are supported.
 .
 This package contains development files.

Package: libbin-prot-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Breaks: libbin-prot-camlp4-dev
Replaces: libbin-prot-camlp4-dev
Description: type-safe binary serialization for OCaml values (runtime)
 bin-prot provides functionalities for reading and writing OCaml-values
 in a type-safe binary protocol.
 .
 These functions provide a safe way of performing I/O on any
 extensionally defined data type. Functions, objects, and values whose
 type is bound through a polymorphic record field are not supported, but
 everything else is.
 .
 There is no support for cyclic or shared values and only little endian
 computer architectures are supported.
 .
 This package contains runtime files.