File: control

package info (click to toggle)
ocaml-data-notation 0.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • ctags: 792
  • sloc: ml: 6,688; makefile: 87
file content (40 lines) | stat: -rw-r--r-- 1,383 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-data-notation
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
  ocaml-nox (>= 3.11.1-3~),
  ocaml-findlib,
  ocaml-base-nox,
  libtype-conv-camlp4-dev (>= 108.07.01),
  libounit-ocaml-dev,
  libfileutils-ocaml-dev (>= 0.4.0),
  dh-ocaml (>= 0.9~),
  debhelper (>= 9),
  ocamlbuild,
  camlp4
Standards-Version: 3.9.4
Homepage: http://forge.ocamlcore.org/projects/odn
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-data-notation.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-data-notation.git

Package: libodn-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Store data using OCaml notation
 This library uses type-conv to dump OCaml data structure using OCaml data
 notation. This kind of data dumping helps to write OCaml code generator, like
 OASIS. 

Package: libodn-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: Store data using OCaml notation
 This library uses type-conv to dump OCaml data structure using OCaml data
 notation. This kind of data dumping helps to write OCaml code generator, like
 OASIS. 
 .
 This package contains the shared runtime libraries.