File tree 6 files changed +48
-5
lines changed
6 files changed +48
-5
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
11
11
depends: [
12
12
"dune" {>= "3.10"}
13
13
"ocaml" {>= "4.14.0"}
14
- "prelude" {> = "0.3"}
14
+ "prelude" {= "0.3"}
15
15
"ocaml_intrinsics"
16
16
"fmt" {>= "0.8.7"}
17
17
"cmdliner" {>= "1.2.0"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
10
10
depends: [
11
11
"dune" {>= "3.10"}
12
12
"ocaml" {>= "4.14.0"}
13
- "prelude" {> = "0.3"}
13
+ "prelude" {= "0.3"}
14
14
"ocaml_intrinsics"
15
15
"fmt" {>= "0.8.7"}
16
16
"cmdliner" {>= "1.2.0"}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ depends: [
28
28
"ocaml" {>= "4.14.0"}
29
29
"ocaml_intrinsics"
30
30
"patricia-tree" {>= "0.10.0"}
31
- "prelude" {> = "0.3"}
31
+ "prelude" {= "0.3"}
32
32
"rusage"
33
33
"yojson" {>= "1.6.0"}
34
34
"zarith" {>= "1.5"}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ depends: [
28
28
"ocaml" {>= "4.14.0"}
29
29
"ocaml_intrinsics"
30
30
"patricia-tree" {>= "0.10.0"}
31
- "prelude" {> = "0.3"}
31
+ "prelude" {= "0.3"}
32
32
"rusage"
33
33
"scfg"
34
34
"yojson" {>= "1.6.0"}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ depends: [
28
28
"ocaml" {>= "4.14.0"}
29
29
"ocaml_intrinsics"
30
30
"patricia-tree" {>= "0.10.0"}
31
- "prelude" {> = "0.3"}
31
+ "prelude" {= "0.3"}
32
32
"rusage"
33
33
"scfg"
34
34
"yojson" {>= "1.6.0"}
You can’t perform that action at this time.
0 commit comments