File: control

package info (click to toggle)
enumerate 111.08.00-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 308 kB
  • ctags: 389
  • sloc: ml: 6,066; makefile: 55
file content (33 lines) | stat: -rw-r--r-- 985 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
Source: enumerate
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends:
 debhelper (>= 9),
 ocaml-nox (>= 4.00.0),
 ocaml-findlib (>= 1.3.2),
 camlp4,
 camlp4-extra,
 libtype-conv-camlp4-dev (>= 3.0.5),
 dh-ocaml (>= 0.9~)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/enumerate.git
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/enumerate.git
Homepage: http://janestreet.github.io/

Package: libenumerate-camlp4-dev
Provides:
 libenumerate-ocaml-dev,
 ${ocaml:Provides}
Architecture: any
Depends:
 ocaml-findlib,
 camlp4,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Description: OCaml quotation expanders for enumerating finite types
 This library defines a syntax extension allowing you to automatically
 produce a list of all values of a type (for a type which only has
 finitely many values).