Skip to content

Commit aa131f3

Browse files
authored
Merge pull request ocaml#27326 from zapashcanon/prelude.0.4
prelude.0.4
2 parents efcfe82 + e04da0e commit aa131f3

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-5
lines changed

packages/prelude/prelude.0.4/opam

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml library hiding stuff from the stdlib"
3+
description:
4+
"Prelude is an OCaml library hiding a lot of stuff from the stdlib to enforce good programming practices."
5+
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
6+
authors: ["Léo Andrès <contact@ndrs.fr>"]
7+
license: "AGPL-3.0-or-later"
8+
tags: ["prelude" "stdlib" "safe" "exception" "layer" "hide"]
9+
homepage: "https://git.zapashcanon.fr/zapashcanon/prelude"
10+
bug-reports: "https://git.zapashcanon.fr/zapashcanon/prelude/issues"
11+
depends: [
12+
"dune" {>= "3.0"}
13+
"ocaml" {>= "4.13"}
14+
"bos"
15+
"cmdliner"
16+
"fmt"
17+
"fpath"
18+
"ocamlformat" {with-dev-setup}
19+
"odoc" {with-dev-setup}
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/prelude.git"
37+
url {
38+
src: "https://git.zapashcanon.fr/zapashcanon/prelude/archive/0.4.tar.gz"
39+
checksum: [
40+
"sha256=858fd4291ea8767c6d238d7c5976107589053157dd4a6d53fa49a0451d7db7ab"
41+
"sha512=beeacb29c18794854bfdf4d9ca53b24a35e64dbcc07e44fb56087cb14bbb4f8ad21c26eea202b04dd075c4fd84068ae997bd081a51989a6906c47fd58355da5f"
42+
]
43+
}

packages/smtml/smtml.0.2.4/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
1111
depends: [
1212
"dune" {>= "3.10"}
1313
"ocaml" {>= "4.14.0"}
14-
"prelude" {>= "0.3"}
14+
"prelude" {= "0.3"}
1515
"ocaml_intrinsics"
1616
"fmt" {>= "0.8.7"}
1717
"cmdliner" {>= "1.2.0"}

packages/smtml/smtml.0.2.5/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
1010
depends: [
1111
"dune" {>= "3.10"}
1212
"ocaml" {>= "4.14.0"}
13-
"prelude" {>= "0.3"}
13+
"prelude" {= "0.3"}
1414
"ocaml_intrinsics"
1515
"fmt" {>= "0.8.7"}
1616
"cmdliner" {>= "1.2.0"}

packages/smtml/smtml.0.3.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"ocaml" {>= "4.14.0"}
2929
"ocaml_intrinsics"
3030
"patricia-tree" {>= "0.10.0"}
31-
"prelude" {>= "0.3"}
31+
"prelude" {= "0.3"}
3232
"rusage"
3333
"yojson" {>= "1.6.0"}
3434
"zarith" {>= "1.5"}

packages/smtml/smtml.0.4.0/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"ocaml" {>= "4.14.0"}
2929
"ocaml_intrinsics"
3030
"patricia-tree" {>= "0.10.0"}
31-
"prelude" {>= "0.3"}
31+
"prelude" {= "0.3"}
3232
"rusage"
3333
"scfg"
3434
"yojson" {>= "1.6.0"}

packages/smtml/smtml.0.4.1/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"ocaml" {>= "4.14.0"}
2929
"ocaml_intrinsics"
3030
"patricia-tree" {>= "0.10.0"}
31-
"prelude" {>= "0.3"}
31+
"prelude" {= "0.3"}
3232
"rusage"
3333
"scfg"
3434
"yojson" {>= "1.6.0"}

0 commit comments

Comments
 (0)