summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4dfab53
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: morsmall
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Ralf Treinen <treinen@debian.org>,
+Build-Depends: debhelper-compat (= 13), dh-ocaml,
+ ocaml-nox (>= 4.04.0),
+ ocaml-dune,
+ ocaml-findlib,
+ ocaml-odoc,
+ libppx-deriving-ocaml-dev (>= 4.2.0),
+ libmorbig-ocaml-dev (>= 0.10.0)
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://github.com/colis-anr/morsmall
+Vcs-Git: https://salsa.debian.org/ocaml-team/morsmall.git
+Vcs-Browser: https://salsa.debian.org/ocaml-team/morsmall
+
+Package: libmorsmall-ocaml-dev
+Architecture: any
+Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
+Suggests: ocaml-findlib
+Provides: ${ocaml:Provides}
+Description: OCaml libraries for abstract syntax of shell scripts
+ The morsmall library defines a type for abstract syntax trees of
+ POSIX shell scripts. It also provides a converter from the concrete
+ syntax trees produced by the morbig parser to abstract syntax, and
+ a printer from abstract syntax to shell.
+ .
+ This development library is only useful when you are developing
+ OCaml programs that act on shell scripts.