Skip to content

Commit

Permalink
Updated archive and deps
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Dec 19, 2024
1 parent 8726803 commit 6822473
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/ppxlib-tools/ppxlib-tools.0.34.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ homepage: "https://github.com/ocaml-ppx/ppxlib"
doc: "https://ocaml-ppx.github.io/ppxlib/"
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.8"}
"ocaml" {>= "4.08.0"}
"ppxlib" {= version}
"cmdliner" {>= "1.3.0"}
"cinaps" {with-test & >= "v0.12.1"}
"odoc" {with-doc}
]
build: [
Expand All @@ -33,11 +34,10 @@ build: [
]
]
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
available: opam-version >= "2.1.0"
url {
src: "https://github.com/ocaml-ppx/ppxlib/archive/227d04b2965f471b12236b9ae1ba614847b56fd7.tar.gz"
src: "https://github.com/ocaml-ppx/ppxlib/archive/a8ee1f3996f9c83ba7303f21f1e1aec2c042baa4.tar.gz"
checksum: [
"sha256=326ae8128ddcad08af11f0333c1ed35c8a4dfc3c32fd3806bcb3eae9a0fadc29"
"sha512=fc8191dfbfb5f84ade8ba3ff152dec5b1b2381fd3137ee57b350c0a0cfb15851c06c1a3ed517a0e9a852370cbcc6d9d7dec57cd9a8409a53ff998ed3af6d0190"
"sha256=0b584d092016699b08b758251453afe00ac1634c5b401797de66ac7e130669d6"
"sha512=bb57d81685981929d6be581b9e08699f2bf15e3e936397fe3ba7c3440e5f6dbf785c0067db3a6365c24d468a16d3aa87293d06d652380c6a1256ff62ba1f9957"
]
}
9 changes: 4 additions & 5 deletions packages/ppxlib/ppxlib.0.34.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ homepage: "https://github.com/ocaml-ppx/ppxlib"
doc: "https://ocaml-ppx.github.io/ppxlib/"
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.8"}
"ocaml" {>= "4.04.1" & < "5.4.0"}
"ocaml-compiler-libs" {>= "v0.11.0"}
"ppx_derivers" {>= "1.0"}
Expand Down Expand Up @@ -52,11 +52,10 @@ build: [
]
]
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
available: opam-version >= "2.1.0"
url {
src: "https://github.com/ocaml-ppx/ppxlib/archive/227d04b2965f471b12236b9ae1ba614847b56fd7.tar.gz"
src: "https://github.com/ocaml-ppx/ppxlib/archive/a8ee1f3996f9c83ba7303f21f1e1aec2c042baa4.tar.gz"
checksum: [
"sha256=326ae8128ddcad08af11f0333c1ed35c8a4dfc3c32fd3806bcb3eae9a0fadc29"
"sha512=fc8191dfbfb5f84ade8ba3ff152dec5b1b2381fd3137ee57b350c0a0cfb15851c06c1a3ed517a0e9a852370cbcc6d9d7dec57cd9a8409a53ff998ed3af6d0190"
"sha256=0b584d092016699b08b758251453afe00ac1634c5b401797de66ac7e130669d6"
"sha512=bb57d81685981929d6be581b9e08699f2bf15e3e936397fe3ba7c3440e5f6dbf785c0067db3a6365c24d468a16d3aa87293d06d652380c6a1256ff62ba1f9957"
]
}

0 comments on commit 6822473

Please sign in to comment.