File: control

package info (click to toggle)
ppx-type-conv 113.33.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 447
  • sloc: ml: 6,649; makefile: 56
file content (48 lines) | stat: -rw-r--r-- 1,477 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
Source: ppx-type-conv
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper (>= 9),
 ocaml-nox,
 ocaml-findlib,
 opam,
 libjs-build-tools-ocaml-dev,
 libfindlib-ocaml-dev,
 libppx-tools-ocaml-dev (>= 0.99.3),
 libppx-core-ocaml-dev,
 libppx-deriving-ocaml-dev,
 libppx-driver-ocaml-dev,
 dh-ocaml
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ppx-type-conv.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ppx-type-conv.git
Homepage: https://github.com/janestreet/ppx_type_conv

Package: libppx-type-conv-ocaml-dev
Provides: ${ocaml:Provides}
Architecture: any
Depends:
 ocaml-findlib,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: support library for type-driven code generators (dev files)
 The type_conv library factors out functionality needed by different
 preprocessors that generate code from type specifications.
 .
 This package contains development files.

Package: libppx-type-conv-ocaml
Provides: ${ocaml:Provides}
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: support library for type-driven code generators (runtime files)
 The type_conv library factors out functionality needed by different
 preprocessors that generate code from type specifications.
 .
 This package contains runtime files.