Skip to content

Commit

Permalink
Update opam file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Feser committed Feb 1, 2019
1 parent 6c0fab1 commit d2a8cca
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions l2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ homepage: "https://github.com/jfeser/L2"
bug-reports: "https://github.com/jfeser/L2/issues"
license: "Apache2.0"
dev-repo: "https://github.com/jfeser/L2.git"
build: [
["jbuilder" "build" "@install"]
]
install: ["jbuilder" "install"]
remove: ["jbuilder" "uninstall"]
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
"ocamlfind" {build}
"dune" {build & >= "1.1"}
"menhir" {build}
"ounit" {>= "2"}
"core" {>= "0.9"}
"core_extended" {>= "0.9"}
"ppx_jane" {>= "0.9"}
"yojson" {>= "1.4"}
"hashcons" {>= "1.2"}
"ounit" {>= "2" & < "2.1"}
"core" {>= "v0.11.3" & < "v0.12"}
"core_extended" {>= "v0.11.0" & < "v0.12"}
"ppx_jane" {>= "v0.11.0" & < "v0.12"}
"yojson" {>= "1.5" & < "2"}
"hashcons" {>= "1.3" & < "2"}
]

0 comments on commit d2a8cca

Please sign in to comment.