File: control

package info (click to toggle)
eliom 12.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,692 kB
  • sloc: ml: 31,620; javascript: 234; makefile: 205; ansic: 6
file content (66 lines) | stat: -rw-r--r-- 1,765 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
Source: eliom
Section: ocaml
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-ocaml (>= 2),
 ocaml (>= 5.4.0),
 ocaml-findlib,
 ocaml-dune (>= 3.6),
 ocamlbuild,
 libppx-deriving-ocaml-dev,
 libjs-of-ocaml-dev (>= 6.3.2),
 libjs-of-ocaml-ocamlbuild-ocaml-dev,
 liblogs-ocaml-dev,
 liblwt-ocaml-dev,
 libtyxml-ocaml-dev (>= 4.4.0),
 libocsigenserver-ocaml-dev (>= 7.0),
 libocsipersist-ocaml-dev,
 libipaddr-ocaml-dev (>= 2.1),
 libreactivedata-ocaml-dev (>= 0.2.1),
 libppxlib-ocaml-dev (>= 0.36.0),
 libppx-optcomp-ocaml-dev,
 opam-installer
Standards-Version: 4.7.3
Homepage: http://ocsigen.org/eliom
Vcs-Browser: https://salsa.debian.org/ocaml-team/eliom
Vcs-Git: https://salsa.debian.org/ocaml-team/eliom.git

Package: eliom
Architecture: any
Depends:
 libeliom-ocaml-dev,
 ocaml-findlib,
 js-of-ocaml,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Recommends:
 libeliom-ocaml-doc
Replaces: libeliom-ocaml-dev (<< 3)
Breaks: libeliom-ocaml-dev (<< 3)
Description: web framework for ocsigenserver (tools)
 Eliom allows one to easily develop sophisticated client/server Web
 applications using OCaml.
 .
 This package contains command-line tools.

Package: libeliom-ocaml-dev
Architecture: any
Depends:
 libppx-deriving-ocaml-dev,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends:
 ocaml-findlib
Breaks: libeliom-ocaml (<< 4.2)
Replaces: libeliom-ocaml (<< 4.2)
Description: web framework for ocsigenserver (dev libraries)
 Eliom allows one to easily develop sophisticated client/server Web
 applications using OCaml.
 .
 This package contains all the library files needed to use Eliom.