File tree Expand file tree Collapse file tree 9 files changed +54
-8
lines changed
yocaml_cmark/yocaml_cmark.1.0.0
yocaml_git/yocaml_git.1.0.0
yocaml_jingoo/yocaml_jingoo.1.0.0
yocaml_markdown/yocaml_markdown.1.0.0
yocaml_mustache/yocaml_mustache.1.0.0
yocaml_unix/yocaml_unix.1.0.0
yocaml_yaml/yocaml_yaml.1.0.0 Expand file tree Collapse file tree 9 files changed +54
-8
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+
4
+ authors: [
5
+ "Didier Plaindoux <
[email protected] >"
6
+ "Pierre Ruyter <
[email protected] >"
7
+ "Xavier Van de Woestyne <
[email protected] >"
8
+ ]
9
+
10
+ license: "MIT"
11
+ tags: ["library" "standard" "monad"]
12
+ homepage: "https://github.com/xvw/preface"
13
+ dev-repo: "git+https://github.com/xvw/preface.git"
14
+ bug-reports: "https://github.com/xvw/preface/issues"
15
+
16
+ build: [
17
+ [ "dune" "subst" ] {dev}
18
+ [ "dune" "build" "-p" name "-j" jobs ]
19
+ [ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "5.1.0"}
20
+ [ "dune" "build" "@doc" "-p" name ] {with-doc}
21
+ ]
22
+
23
+ depends: [
24
+ "ocaml" { >= "4.12.0" }
25
+ "dune" { >= "2.8.0" }
26
+ "alcotest" {with-test}
27
+ "qcheck-core" { >= "0.19"}
28
+ "qcheck-alcotest" {with-test}
29
+ "mdx" {with-test}
30
+ "odoc"{with-doc}
31
+ ]
32
+
33
+ synopsis: "An opinionated library for function programming (à La Haskell)"
34
+ description:"""
35
+ Preface is an opinionated library designed to facilitate the
36
+ handling of recurring functional programming idioms in OCaml.
37
+ """
38
+ url {
39
+ src:
40
+ "https://github.com/xvw/preface/releases/download/v1.1.0/preface-1.1.0.tbz"
41
+ checksum: [
42
+ "sha256=82d8cebf4fa7aac522835e84e735ddfd24de5b9f6d816fb8134ce1f460e4494f"
43
+ "sha512=22c84b1870311c52f245d4703ffa6adcbc33ed7d152ddbc17978c35c56a9c71b4231158ed25a6fd53ee80a2913d52a81247529afddb0e0639c63174717500daf"
44
+ ]
45
+ }
46
+ x-commit-hash: "904d5db8b71eade4d51dd7ab76e1736f75436b82"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ depends: [
22
22
"dune" { >= "2.8" }
23
23
"odoc" {with-doc}
24
24
"alcotest" {with-test}
25
- "preface" { > = "1.0.0"}
25
+ "preface" { = "1.0.0"}
26
26
]
27
27
conflicts: [
28
28
"ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.14.0" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0" }
26
+ "preface" { = "1.0.0" }
27
27
"cmarkit"
28
28
"yocaml" {= version}
29
29
]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.11.1" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0" }
26
+ "preface" { = "1.0.0" }
27
27
"lwt" { >= "5.4.2" }
28
28
"git-kv" { >= "0.0.3" }
29
29
"git-unix"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.11.1" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0"}
26
+ "preface" { = "1.0.0"}
27
27
"jingoo" { >= "1.4.3" }
28
28
"yocaml" {= version}
29
29
]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.11.1" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0" }
26
+ "preface" { = "1.0.0" }
27
27
"omd" { >= "1.3.1" }
28
28
"yocaml" {= version}
29
29
]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.11.1" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0" }
26
+ "preface" { = "1.0.0" }
27
27
"mustache" { >= "3.1.0" }
28
28
"yocaml" {= version}
29
29
]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.11.1" }
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0" }
26
+ "preface" { = "1.0.0" }
27
27
"cryptokit" { >= "1.16.1" }
28
28
"logs" {>= "0.7.0" }
29
29
"conduit-lwt" { >= "4.0.0" }
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"ocaml" { >= "4.11.1" & < "5.3"}
24
24
"dune" { >= "2.8" }
25
25
"odoc" {with-doc}
26
- "preface" { > = "1.0.0" }
26
+ "preface" { = "1.0.0" }
27
27
"yaml" { >= "2.1.0" }
28
28
"yocaml" {= version}
29
29
"alcotest" {with-test}
You can’t perform that action at this time.
0 commit comments