mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
prepare for 0.8.3
This commit is contained in:
parent
9ef84f1df3
commit
4bce0f32d4
3 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGES
|
||||
|
||||
## 0.8.3
|
||||
|
||||
- support containers 3.0
|
||||
|
||||
## 0.8.2
|
||||
|
||||
- fix opam file
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
|||
name: "msat-bin"
|
||||
synopsis: "SAT solver binary based on the msat library"
|
||||
license: "Apache"
|
||||
version: "0.8.2"
|
||||
version: "0.8.3"
|
||||
author: ["Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
|
|
@ -13,7 +13,7 @@ depends: [
|
|||
"ocaml" { >= "4.03" }
|
||||
"dune" { >= "1.1" }
|
||||
"msat" { = version }
|
||||
"containers" { >= "2.8.1" }
|
||||
"containers" { >= "2.8.1" & < "4.0" }
|
||||
"camlzip"
|
||||
]
|
||||
tags: [ "sat" ]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ opam-version: "2.0"
|
|||
name: "msat"
|
||||
synopsis: "Library containing a SAT solver that can be parametrized by a theory"
|
||||
license: "Apache"
|
||||
version: "0.8.2"
|
||||
version: "0.8.3"
|
||||
author: ["Simon Cruanes" "Guillaume Bury"]
|
||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue