Skip to content

Commit

Permalink
Update lilac.opam
Browse files Browse the repository at this point in the history
update to sync with version in opam
  • Loading branch information
shnewto authored Feb 3, 2021
1 parent 40300bc commit 6626405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lilac.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ bug-reports: "https://github.com/shnewto/lilac/issues"
tags: [ "library" "lib" "lilac" "yaml" ]
license: "MIT"
depends: [
"cmdliner" {with-test & >= "1.0.4"}
"cmdliner" {>= "1.0.4"}
"stdio" {>= "v0.9.0"}
"base" {>= "v0.9.0"}
"ounit" {with-test}
"yaml" {>= "2.1.0"}
"dune" {>= "2.7.0"}
"ocaml" {>= "4.10.0"}
"bisect_ppx" {with-test & >= "2.5.0"}
"ounit" {with-test}
"bisect_ppx" {dev & >= "2.5.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]

0 comments on commit 6626405

Please sign in to comment.