Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/msgpck/msgpck.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocamlbuild" {build}
"topkg" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"sexplib"
"ocplib-endian"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/ocaml-topexpect/ocaml-topexpect.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev-repo: "https://github.com/let-def/topexpect.git"
build: [make]
depends: [
"ocamlfind" {build}
"ppx_sexp_conv"
"ppx_sexp_conv" {< "v0.11.0"}
"ppx_deriving"
]
available: [ocaml-version >= "4.04.0"]
available: [ocaml-version >= "4.04.0" & ocaml-version < "4.05.0"]
6 changes: 4 additions & 2 deletions packages/ocaml-topexpect/ocaml-topexpect.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ bug-reports: "https://github.com/let-def/topexpect"
license: "MIT"
dev-repo: "https://github.com/let-def/topexpect.git"
build: [make]
depends: ["ocamlfind" "ppx_sexp_conv" "ppx_deriving"]
available: [ocaml-version >= "4.04.0"]
depends: ["ocamlfind"
"ppx_sexp_conv" {< "v0.11.0"}
"ppx_deriving"]
available: [ocaml-version >= "4.04.0" & ocaml-version < "4.05.0"]
5 changes: 3 additions & 2 deletions packages/ocaml-topexpect/ocaml-topexpect.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ dev-repo: "https://github.com/let-def/topexpect.git"
build: [make]
depends: [
"ocamlfind" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv"
"ppx_deriving" {build}
"jbuilder" {build & >="1.0+beta9"}
"sexplib"
]
available: [ocaml-version >= "4.04.0"]
available: [ocaml-version >= "4.04.0" & ocaml-version < "4.05.0"]
3 changes: 3 additions & 0 deletions packages/ppx_sexp_conv/ppx_sexp_conv.v0.11.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Generation of S-expression conversion functions from type definitions

Part of the Jane Street's PPX rewriters collection.
19 changes: 19 additions & 0 deletions packages/ppx_sexp_conv/ppx_sexp_conv.v0.11.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: ["Jane Street Group, LLC <[email protected]>"]
homepage: "https://github.com/janestreet/ppx_sexp_conv"
bug-reports: "https://github.com/janestreet/ppx_sexp_conv/issues"
dev-repo: "git+https://github.com/janestreet/ppx_sexp_conv.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
conflicts: [ "jbuilder" { = "1.0+beta19" } ]
depends: [
"base" {>= "v0.11" & < "v0.12"}
"jbuilder" {build & >= "1.0+beta18.1"}
"ocaml-migrate-parsetree" {>= "1.0"}
"ppxlib" {>= "0.1.0" & <= "0.2.0"}
"sexplib0" {>= "v0.11" & < "v0.12"}
]
available: [ ocaml-version >= "4.04.1" ]
2 changes: 2 additions & 0 deletions packages/ppx_sexp_conv/ppx_sexp_conv.v0.11.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/janestreet/ppx_sexp_conv/releases/download/v0.11.1/ppx_sexp_conv-v0.11.1.tbz"
checksum: "f834fbbdd9e709e2092923f3b254a534"
3 changes: 2 additions & 1 deletion packages/qcow/qcow.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ depends: [
"logs"
"fmt" {>="0.8.2"}
"io-page"
"io-page-unix"
"ocamlfind" {build}
"topkg" {build}
"ppx_tools" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"ppx_type_conv" {build}
"ounit" {test}
"mirage-block-ramdisk" {test}
Expand Down
3 changes: 2 additions & 1 deletion packages/qcow/qcow.0.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ depends: [
"logs"
"fmt" {>="0.8.2"}
"io-page"
"io-page-unix"
"ocamlfind" {build}
"topkg" {build}
"ppx_tools" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"ppx_type_conv" {build}
"ounit" {test}
"mirage-block-ramdisk" {test}
Expand Down
2 changes: 1 addition & 1 deletion packages/qcow/qcow.0.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
"topkg" {build}
"ppx_tools" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"ppx_type_conv" {build}
"ounit" {test}
"mirage-block-ramdisk" {test}
Expand Down
2 changes: 1 addition & 1 deletion packages/qcow/qcow.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends: [
"topkg" {build}
"ppx_tools" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"ppx_type_conv" {build}
"ounit" {test}
"mirage-block-ramdisk" {test}
Expand Down
2 changes: 1 addition & 1 deletion packages/qcow/qcow.0.9.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"topkg" {build}
"ppx_tools" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"ppx_type_conv" {build}
"ounit" {test}
"mirage-block-ramdisk" {test}
Expand Down
2 changes: 1 addition & 1 deletion packages/qcow/qcow.0.9.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends: [
"topkg" {build}
"ppx_tools" {build}
"ppx_deriving" {build}
"ppx_sexp_conv" {build}
"ppx_sexp_conv" {build & < "v0.11.0"}
"ppx_type_conv" {build}
"ounit" {test}
"mirage-block-ramdisk" {test}
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/yaml.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ available: [ ocaml-version >= "4.03.0"]
depends: [
"jbuilder" {build & >="1.0+beta10"}
"ctypes" {>="0.12.0"}
"ppx_sexp_conv" {build & >="v0.9.0"}
"ppx_sexp_conv" {build & >="v0.9.0" & < "v0.11.0"}
"rresult"
"fmt"
"logs"
Expand Down