this repo has no description

batsat is not compatible with OCaml multicore (uses the rust binding of the OCaml runtime which has the wrong assumption about the new runtime)

Kate 109c80f6 69d56721

Changed files
+9
packages
batsat
batsat.0.4
batsat.0.5
batsat.0.6
+3
packages/batsat/batsat.0.4/opam
···
"odoc" {with-doc}
"conf-rust-2018" {build}
]
+
conflicts: [
+
"base-domains"
+
]
tags: [ "minisat" "solver" "SAT" ]
homepage: "https://github.com/c-cube/batsat-ocaml/"
dev-repo: "git+https://github.com/c-cube/batsat-ocaml.git"
+3
packages/batsat/batsat.0.5/opam
···
"odoc" {with-doc}
"conf-rust-2018" {build}
]
+
conflicts: [
+
"base-domains"
+
]
tags: [ "minisat" "solver" "SAT" ]
homepage: "https://github.com/c-cube/batsat-ocaml/"
dev-repo: "git+https://github.com/c-cube/batsat-ocaml.git"
+3
packages/batsat/batsat.0.6/opam
···
"odoc" {with-doc}
"conf-rust-2018" {build}
]
+
conflicts: [
+
"base-domains"
+
]
tags: [ "minisat" "solver" "SAT" ]
homepage: "https://github.com/c-cube/batsat-ocaml/"
dev-repo: "git+https://github.com/c-cube/batsat-ocaml.git"