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
|
Source: ocamlify
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),
ocaml,
libcamlp-streams-ocaml-dev,
dh-ocaml,
ocamlbuild,
ocaml-findlib
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlify
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlify.git
Homepage: http://ocamlify.forge.ocamlcore.org/
Package: ocamlify
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}
Description: include files in OCaml code
This program allows one to copy files inside OCaml code. It uses a first file
that describes the other files that must be included and the type of OCaml
variable it should create. It can also describe dependencies to other files,
in order to generate .depends files for make.
|