File: control

package info (click to toggle)
ocaml-obuild 0.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: ml: 6,570; sh: 171; ansic: 34; makefile: 11
file content (33 lines) | stat: -rw-r--r-- 1,107 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
Source: ocaml-obuild
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Andy Li <andy@onthewings.net>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 libfindlib-ocaml,
 dh-ocaml
Homepage: https://github.com/ocaml-obuild/obuild
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-obuild
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-obuild.git

Package: ocaml-obuild
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${ocaml:Depends}
Description: simple package build system for OCaml
 A parallel, incremental and declarative build system for OCaml.
 .
 The goal is to make a very simple build system for users and developers of
 OCaml libraries and programs.
 .
 Obuild acts as a building black box: users only declare what they want to
 build and with which sources; the build system will consistently build it.
 .
 The design is based on Haskell's Cabal and borrows most of the layout and
 way of working, adapting parts where necessary to fully support OCaml.