this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings for batsat, a SAT solver in rust"
3maintainer: "simon.cruanes.2007@m4x.org"
4license: "MIT"
5build: [
6 ["dune" "build" "-p" name "-j" jobs]
7 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
8 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
9]
10# TODO: add dependency on cargo?
11depends: [
12 "ocaml" {>= "4.06.0"}
13 "dune" {>= "1.3.0"}
14 "odoc" {with-doc}
15 "conf-rust-2018" {build}
16]
17conflicts: [
18 "base-domains"
19]
20tags: [ "minisat" "solver" "SAT" ]
21homepage: "https://github.com/c-cube/batsat-ocaml/"
22dev-repo: "git+https://github.com/c-cube/batsat-ocaml.git"
23bug-reports: "https://github.com/c-cube/batsat-ocaml/issues"
24authors: "simon.cruanes.2007@m4x.org"
25url {
26 src: "https://github.com/c-cube/batsat-ocaml/archive/v0.6.tar.gz"
27 checksum: [
28 "md5=4f0c3d560103914306496f51edf263a2"
29 "sha512=a184d4649b5a8a72495413a483c7bd8509da42f11b099f22ebc76da58f523e7bb4903679a5a0c3686633d9fe57a6801d923e88c68de6e4f316ab2cb2626a9cc6"
30 ]
31}