summaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control45
1 files changed, 45 insertions, 0 deletions
diff --git a/control b/control
new file mode 100644
index 0000000..83d130b
--- /dev/null
+++ b/control
@@ -0,0 +1,45 @@
+Source: ocaml-sexplib0
+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-nox,
+ ocaml-dune,
+ dh-ocaml
+Standards-Version: 4.6.1
+Rules-Requires-Root: no
+Section: ocaml
+Homepage: https://github.com/janestreet/sexplib0
+Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-sexplib0.git
+Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-sexplib0
+
+Package: libsexplib0-ocaml-dev
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Recommends: ocaml-findlib
+Description: S-expression library (development)
+ Part of Jane Street's Core library. The Core suite of libraries is an
+ industrial strength alternative to OCaml's standard library that was
+ developed by Jane Street, the largest industrial user of OCaml.
+ .
+ This package contains development files.
+
+Package: libsexplib0-ocaml
+Architecture: any
+Depends:
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: S-expression library (runtime)
+ Part of Jane Street's Core library. The Core suite of libraries is an
+ industrial strength alternative to OCaml's standard library that was
+ developed by Jane Street, the largest industrial user of OCaml.
+ .
+ This package contains runtime files.