File: control

package info (click to toggle)
janest-base 0.17.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,632 kB
  • sloc: ml: 48,653; ansic: 281; javascript: 126; makefile: 14
file content (58 lines) | stat: -rw-r--r-- 2,098 bytes parent folder | download | duplicates (2)
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
Source: janest-base
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 ocaml-dune,
 libdune-ocaml-dev,
 libsexplib0-ocaml-dev (>= 0.14),
 libocaml-intrinsics-kernel-ocaml-dev,
 dh-ocaml (>= 1.2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://github.com/janestreet/base
Vcs-Git: https://salsa.debian.org/ocaml-team/janest-base.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/janest-base

Package: libbase-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Jane Street's alternative standard library (development)
 Base is a standard library for OCaml. It provides a standard set of
 general purpose modules that are well-tested, performant, and
 fully-portable across any environment that can run OCaml code. Unlike
 other standard library projects, Base is meant to be used as a
 wholesale replacement of the standard library distributed with the
 OCaml compiler. In particular it makes different choices and doesn’t
 re-export features that are not fully portable such as I/O, which are
 left to other libraries.
 .
 This package contains development files.

Package: libbase-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: Jane Street's alternative standard library (runtime)
 Base is a standard library for OCaml. It provides a standard set of
 general purpose modules that are well-tested, performant, and
 fully-portable across any environment that can run OCaml code. Unlike
 other standard library projects, Base is meant to be used as a
 wholesale replacement of the standard library distributed with the
 OCaml compiler. In particular it makes different choices and doesn’t
 re-export features that are not fully portable such as I/O, which are
 left to other libraries.
 .
 This package contains runtime files.