File: control

package info (click to toggle)
ocaml-monolith 0~20250314-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: ml: 4,493; makefile: 163; sh: 9
file content (50 lines) | stat: -rw-r--r-- 1,575 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: ocaml-monolith
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,
 ocaml-dune,
 libafl-persistent-ocaml-dev,
 libpprint-ocaml-dev,
 ocaml-odoc,
 dh-ocaml (>= 1.2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: ocaml
Homepage: https://gitlab.inria.fr/fpottier/monolith/
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-monolith.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-monolith

Package: libmonolith-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: framework for strong random testing of OCaml libraries (dev files)
 Monolith offers facilities for **testing an OCaml library** (for
 instance, a data structure implementation) by **comparing it against
 a reference implementation**. It can be used to perform either random
 testing or fuzz testing.
 .
 This package contains development files.

Package: libmonolith-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: framework for strong random testing of OCaml libraries (runtime)
 Monolith offers facilities for **testing an OCaml library** (for
 instance, a data structure implementation) by **comparing it against
 a reference implementation**. It can be used to perform either random
 testing or fuzz testing.
 .
 This package contains runtime files.