File tree 29 files changed +257
-375
lines changed
ocaml-compiler-libs.v0.12.0
ocaml-migrate-parsetree.1.4.0
ppx_deriving_yojson.3.5.1
29 files changed +257
-375
lines changed Original file line number Diff line number Diff line change 28
28
"@opam/httpaf" : " anmonteiro/httpaf:httpaf.opam#7c5d991" ,
29
29
"@opam/httpaf-lwt" : " anmonteiro/httpaf:httpaf-lwt.opam#7c5d991" ,
30
30
"@opam/httpaf-lwt-unix" : " anmonteiro/httpaf:httpaf-lwt-unix.opam#7c5d991" ,
31
- "@opam/reason" : " facebook/reason:reason.opam#f584e86" ,
32
- "@opam/ppx_deriving_yojson" : " ocaml-ppx/ppx_deriving_yojson:ppx_deriving_yojson.opam#a39728f"
31
+ "@opam/reason" : " facebook/reason:reason.opam#f584e86"
33
32
}
34
33
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build: [
14
14
]
15
15
16
16
depends: [
17
- "dune" {build & >= "1.1.0"}
17
+ "dune" {>= "1.1.0"}
18
18
"ocaml" {>= "4.02.3"}
19
19
"fmt" {>= "0.8.0"}
20
20
"astring"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
]
13
13
depends: [
14
14
"ocaml" {>= "4.03.0"}
15
- "dune" {build & >= "1.0"}
15
+ "dune" {>= "1.0"}
16
16
"alcotest" {with-test & >= "0.8.1"}
17
17
"bigstringaf"
18
18
"result"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
depends: [
13
13
"ocaml" {>= "4.04.2" & < "4.09.0"}
14
14
"sexplib0" {>= "v0.12" & < "v0.13"}
15
- "dune" {build & >= "1.5.1"}
15
+ "dune" {>= "1.5.1"}
16
16
]
17
17
depopts: [
18
18
"base-native-int63"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ representation. It is specified in RFC 4648.
17
17
depends: [
18
18
"ocaml" {>="4.03.0"}
19
19
"base-bytes"
20
- "dune" {build & >= "1.0.1"}
20
+ "dune" {>= "1.0.1"}
21
21
"bos" {with-test}
22
22
"rresult" {with-test}
23
23
"alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
["dune" "runtest" "-p" name] {with-test}
12
12
]
13
13
depends: [
14
- "dune" {build}
14
+ "dune"
15
15
"alcotest" {with-test}
16
16
"base-bigarray"
17
17
"ocaml" {>= "4.03.0"}
@@ -37,6 +37,6 @@ Bigstrings and other string-like types.
37
37
So here they are. Go crazy.
38
38
"""
39
39
url {
40
- src: "https://github.com/inhabitedtype/bigstringaf/archive/0.5.0 .tar.gz"
41
- checksum: "md5=e6b5e7eb0469ef21b27d1c66feeac356 "
40
+ src: "https://github.com/inhabitedtype/bigstringaf/archive/0.5.2 .tar.gz"
41
+ checksum: "md5=c71ad263558e0d8d3f2052de29e43074 "
42
42
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ doc: "https://ocaml-community.github.io/cppo/"
7
7
bug-reports: "https://github.com/ocaml-community/cppo/issues"
8
8
depends: [
9
9
"ocaml" {>= "4.03"}
10
- "dune" {build & >= "1.0"}
10
+ "dune" {>= "1.0"}
11
11
"base-unix"
12
12
]
13
13
build: [
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dev-repo: "git+https://github.com/ocsigen/lwt.git"
20
20
21
21
depends: [
22
22
"cppo" {build & >= "1.1.0"}
23
- "dune" {build}
23
+ "dune"
24
24
"mmap" # mmap is needed as long as Lwt supports OCaml < 4.06.0.
25
25
"ocaml" {>= "4.02.0"}
26
26
"result" # result is needed as long as Lwt supports OCaml 4.02.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
10
10
["dune" "build" "-p" name "-j" jobs]
11
11
]
12
12
depends: [
13
- "dune" {build}
13
+ "dune"
14
14
"cppo" {build}
15
15
"ocaml" {>= "4.02.3"}
16
16
]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
]
12
12
depends: [
13
13
"ocaml" {>= "4.02.1" & < "4.09"}
14
- "dune" {build & >= "1.8.0"}
14
+ "dune" {>= "1.8.0"}
15
15
"ocamlfind" {>= "1.5.2"}
16
16
"yojson"
17
17
"mdx" {with-test & >= "1.3.0"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
]
12
12
depends: [
13
13
"ocaml" {>= "4.02.3"}
14
- "dune" {build & >= "1.6"}
14
+ "dune" {>= "1.6"}
15
15
]
16
16
synopsis: "File mapping functionality"
17
17
description: """
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build: [
16
16
depends: [
17
17
"result"
18
18
"ppx_derivers"
19
- "dune" {build & >= "1.9.0"}
19
+ "dune" {>= "1.9.0"}
20
20
"ocaml" {>= "4.02.3"}
21
21
]
22
22
synopsis: "Convert OCaml parsetrees between different versions"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
21
21
"base" {>= "v0.11.0"}
22
22
"base-unix"
23
23
"cmdliner"
24
- "dune" {build & >= "1.1.1"}
24
+ "dune" {>= "1.1.1"}
25
25
"fpath"
26
26
"ocaml-migrate-parsetree" {>= "1.3.1"}
27
27
"octavius" {>= "1.2.0"}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
10
10
]
11
11
depends: [
12
12
"ocaml"
13
- "dune" {build}
13
+ "dune"
14
14
]
15
15
synopsis: "Shared [@@deriving] plugin registry"
16
16
description: """
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build: [
14
14
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
15
15
]
16
16
depends: [
17
- "dune" {build >= "1.6.3"}
17
+ "dune" {>= "1.6.3"}
18
18
"cppo" {build}
19
19
"ppxfind" {build}
20
20
"ocaml-migrate-parsetree"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: "whitequark <
[email protected] >"
3
+ authors: [ "whitequark <
[email protected] >" ]
4
+ license: "MIT"
5
+ homepage: "https://github.com/whitequark/ppx_deriving_yojson"
6
+ bug-reports: "https://github.com/whitequark/ppx_deriving_yojson/issues"
7
+ dev-repo: "git://github.com/whitequark/ppx_deriving_yojson.git"
8
+ tags: [ "syntax" "json" ]
9
+ build: [
10
+ ["dune" "subst"] {pinned}
11
+ ["dune" "build" "-p" name "-j" jobs]
12
+ ["dune" "runtest" "-p" name] {with-test}
13
+ ]
14
+ depends: [
15
+ "ocaml" {>= "4.04.0" & < "4.09.0"}
16
+ "yojson" {>= "1.6.0" & < "2.0.0"}
17
+ "result"
18
+ "ppx_deriving" {>= "4.0" & < "5.0"}
19
+ "ppx_tools" {build}
20
+ "ppxfind" {build}
21
+ "dune" {>= "1.2"}
22
+ "cppo" {build}
23
+ "ounit" {with-test & >= "2.0.0"}
24
+ ]
25
+ conflicts: [
26
+ "ppx_deriving" {= "4.2"}
27
+ ]
28
+ synopsis: "JSON codec generator for OCaml"
29
+ description: """
30
+ ppx_deriving_yojson is a ppx_deriving plugin that provides
31
+ a JSON codec generator."""
32
+ url {
33
+ src: "https://github.com/ocaml-ppx/ppx_deriving_yojson/archive/v3.5.1.tar.gz"
34
+ checksum: "sha256=aefe9c673f2f0ee2beb9edcca5a4e332a9fe9266c81bc554b8df5cd375568994"
35
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build: [
10
10
["dune" "build" "-p" name "-j" jobs]
11
11
]
12
12
depends: [
13
- "dune" {build & >= "1.0"}
13
+ "dune" {>= "1.0"}
14
14
"ocaml-migrate-parsetree"
15
15
"ocamlfind"
16
16
"ocaml" {>= "4.02.3"}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
21
21
22
22
depends: [
23
23
"ocaml" {>= "4.02"}
24
- "dune" {build}
24
+ "dune"
25
25
"ounit" {with-test}
26
26
"seq"
27
27
]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license: "BSD3"
8
8
build: [["dune" "build" "-p" name "-j" jobs]]
9
9
depends: [
10
10
"ocaml"
11
- "dune" {build & >= "1.0"}
11
+ "dune" {>= "1.0"}
12
12
]
13
13
synopsis: "Compatibility Result module"
14
14
description: """
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build: [
11
11
]
12
12
depends: [
13
13
"ocaml" {>= "4.04.2"}
14
- "dune" {build & >= "1.5.1"}
14
+ "dune" {>= "1.5.1"}
15
15
]
16
16
synopsis: "Library containing the definition of S-expressions and some base converters"
17
17
description: "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
depends: [
13
13
"ocaml" {>= "4.04.2"}
14
14
"base" {>= "v0.12" & < "v0.13"}
15
- "dune" {build & >= "1.5.1"}
15
+ "dune" {>= "1.5.1"}
16
16
]
17
17
synopsis: "Standard IO library for OCaml"
18
18
description: "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug-reports: "https://github.com/ocaml/stdlib-shims/issues"
8
8
tags: ["stdlib" "compatibility" "org:ocaml"]
9
9
license: ["typeof OCaml system"]
10
10
depends: [
11
- "dune" {build}
11
+ "dune"
12
12
"ocaml" {>= "4.02.3"}
13
13
]
14
14
build: [ "dune" "build" "-p" name "-j" jobs ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ homepage: "https://github.com/rgrinberg/stringext"
6
6
bug-reports: "https://github.com/rgrinberg/stringext/issues"
7
7
depends: [
8
8
"ocaml" {>= "4.02.3"}
9
- "dune" {build & >= "1.0"}
9
+ "dune" {>= "1.0"}
10
10
"ounit" {with-test}
11
11
"qtest" {with-test & >= "2.2"}
12
12
"base-bytes"
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ for parsing URI or URLs.
14
14
"""
15
15
depends: [
16
16
"ocaml" {>= "4.04.0"}
17
- "dune" {build & >= "1.2.0"}
17
+ "dune" {>= "1.2.0"}
18
18
"ounit" {with-test & >= "1.0.2"}
19
- "ppx_sexp_conv" {build & >= "v0.9.0"}
19
+ "ppx_sexp_conv" {with-test & >= "v0.9.0"}
20
20
"re" {>= "1.9.0"}
21
- "sexplib0"
22
21
"stringext" {>= "1.4.0"}
23
22
]
24
23
build: [
@@ -28,9 +27,9 @@ build: [
28
27
]
29
28
url {
30
29
src:
31
- "https://github.com/mirage/ocaml-uri/releases/download/v2.2.1 /uri-v2.2.1 .tbz"
30
+ "https://github.com/mirage/ocaml-uri/releases/download/v3.0.0 /uri-v3.0.0 .tbz"
32
31
checksum: [
33
- "sha256=f6348edbae9b9011b3f65e85e775f2cf7b87735c5ceb54d6962377daec3bf56b "
34
- "sha512=28a4a659695d5d02f8a1b2965cbb05bc864bea5576c447707bb7db0e7411cafc78323ba6729e32b8b31fdc24a53e906274812d377e62829ebc9ebd6602331176 "
32
+ "sha256=8fb334fba6ebbf879e2e82d80d6adee8bdaf6cec3bb3da248110d805477d19fa "
33
+ "sha512=553c18032a7c96cccdc8e37f497ce34e821b9dd089cfc8685783b7ade1d4dfa422722e4724abcba8b1171b51fa91a2bee297396fc7c349118069b6352e07881e "
35
34
]
36
35
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build: [
12
12
run-test: [["dune" "runtest" "-p" name "-j" jobs]]
13
13
depends: [
14
14
"ocaml" {>= "4.02.3"}
15
- "dune" {build}
15
+ "dune"
16
16
"cppo" {build}
17
17
"easy-format"
18
18
"biniou" {>= "1.2.0"}
You can’t perform that action at this time.
0 commit comments