File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/monolith/monolith.20250922 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "A framework for strong random testing of OCaml libraries"
4+ maintainer: ["François Pottier <
[email protected] >"]
5+ authors: ["François Pottier <
[email protected] >"]
6+ license: "LGPL-3.0-or-later"
7+ homepage: "https://gitlab.inria.fr/fpottier/monolith/"
8+ bug-reports: "https://gitlab.inria.fr/fpottier/monolith/issues"
9+ depends: [
10+ "dune" {>= "3.11"}
11+ "ocaml" {>= "4.12"}
12+ "afl-persistent" {>= "1.3"}
13+ "pprint" {>= "20200410"}
14+ "odoc" {with-doc}
15+ ]
16+ build: [
17+ ["dune" "subst"] {dev}
18+ [
19+ "dune"
20+ "build"
21+ "-p"
22+ name
23+ "-j"
24+ jobs
25+ "@install"
26+ "@runtest" {with-test}
27+ "@doc" {with-doc}
28+ ]
29+ ]
30+ dev-repo: "git+https://gitlab.inria.fr/fpottier/monolith.git"
31+ url {
32+ src:
33+ "https://gitlab.inria.fr/fpottier/monolith/-/archive/20250922/archive.tar.gz"
34+ checksum: [
35+ "md5=39350926865d1e24e99bcbcac49b5784"
36+ "sha512=9f61a2ee01aca7cd7d0b71a20cc4a23086bbd5247a2f6b8dfe4e7c0ad242cd11bc1b418a8aa93e4a369f225a61cf2329b79ca70772d702eb97f6a6afc2212789"
37+ ]
38+ }
You can’t perform that action at this time.
0 commit comments