this repo has no description

Merge pull request #20156 from kit-ty-kate/batsat-multicore

batsat is not compatible with OCaml multicore

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"