mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-28 04:14:50 -05:00
Updated version number in opam to 0.1
This commit is contained in:
parent
4e34bbdf59
commit
4b25650c4d
2 changed files with 2 additions and 1 deletions
2
opam
2
opam
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "1.2"
|
opam-version: "1.2"
|
||||||
license: "Apache"
|
license: "Apache"
|
||||||
version: "dev"
|
version: "0.1"
|
||||||
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
||||||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
|
|
@ -841,6 +841,7 @@ module Make (E : Expr_intf.S)
|
||||||
|
|
||||||
let unsat_conflict () = env.unsat_conflict
|
let unsat_conflict () = env.unsat_conflict
|
||||||
|
|
||||||
|
(* Push/Pop *)
|
||||||
type level = int
|
type level = int
|
||||||
|
|
||||||
let base_level = 0
|
let base_level = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue