Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Feb 13, 2019
1 parent d85b459 commit 97ff798
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions re2.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
opam-version: "2.0"
version: "v0.12.0"
maintainer: "[email protected]"
authors: ["Jane Street Group, LLC <[email protected]>"]
homepage: "https://github.com/janestreet/re2"
Expand All @@ -10,9 +11,9 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.07.0"}
"core_kernel"
"ppx_jane"
"ocaml" {>= "4.07.0"}
"core_kernel" {>= "v0.12" & < "v0.13"}
"ppx_jane" {>= "v0.12" & < "v0.13"}
"dune" {build & >= "1.5.1"}
]
synopsis: "OCaml bindings for RE2, Google's regular expression library"
Expand Down

0 comments on commit 97ff798

Please sign in to comment.