File: control

package info (click to toggle)
ocamlmod 0.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 628 kB
  • sloc: ml: 6,811; makefile: 83
file content (24 lines) | stat: -rw-r--r-- 756 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
Source: ocamlmod
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
  ocaml-nox,
  ocaml-findlib,
  libfindlib-ocaml-dev,
  libfileutils-ocaml-dev,
  ocamlbuild,
  dh-ocaml,
  debhelper-compat (= 13)
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/gildor478/ocamlmod
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlmod.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlmod

Package: ocamlmod
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}
Description: generate OCaml modules from source files
 Pack a set of OCaml source files into a single file preserving module
 names. It also allows one to exclude certain parts of the file.