Skip to content

Commit 8dd3538

Browse files
authored
Merge pull request ocaml#26977 from fpottier/opam-publish-monolith.20241126
Package monolith.20241126
2 parents c68c2ba + 2e4ef6f commit 8dd3538

File tree

1 file changed

+38
-0
lines changed
  • packages/monolith/monolith.20241126

1 file changed

+38
-0
lines changed
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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/20241126/archive.tar.gz"
34+
checksum: [
35+
"md5=cbf25dad0979397788cddd5330abad79"
36+
"sha512=bf8c50b792fd51e9fe1ee3dc55ee0959373c55bb83463024110cca904bdb82a2660716a20de82484b8c87029f45d0905c237bbbad3b9256b320712f502ff0529"
37+
]
38+
}

0 commit comments

Comments
 (0)