Skip to content

Commit

Permalink
Fix errors in opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jan 14, 2019
1 parent 4a612c6 commit 2cd6f67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,24 @@ author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "G
build: [
[make "disable_log"]
[make "doc"] { with-doc }
[make "test"] { with-test }
[make "lib"]
]
install: [
[make "DOCDIR=%{doc}%" "install"]
[make "DOCDIR=%{msat:doc}%" "install"]
]
remove: [
[make "DOCDIR=%{doc}%" "uninstall"]
[make "DOCDIR=%{msat:doc}%" "uninstall"]
]
depends: [
"ocaml" { >= "4.00.1" }
"ocamlfind" {build}
"ocamlbuild" {build}
"dolmen" {test & >= "0.4" }
"dolmen" {with-test & >= "0.4" }
]
tags: [ "sat" "smt" ]
homepage: "https://github.com/Gbury/mSAT"
dev-repo: "https://github.com/Gbury/mSAT.git"
dev-repo: "git+https://github.com/Gbury/mSAT.git"
bug-reports: "https://github.com/Gbury/mSAT/issues/"
synopsis: "A library to create SAT/SMT/McSat solvers"
description:
Expand Down

0 comments on commit 2cd6f67

Please sign in to comment.