mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
v0.2 release
Updated opam file to disbale log building.
This commit is contained in:
parent
b6effe691c
commit
6ea66dcffe
2 changed files with 3 additions and 0 deletions
2
opam
2
opam
|
|
@ -5,6 +5,7 @@ version: "dev"
|
||||||
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: [
|
||||||
|
[make "disable_log"]
|
||||||
[make "lib"]
|
[make "lib"]
|
||||||
]
|
]
|
||||||
install: [
|
install: [
|
||||||
|
|
@ -24,3 +25,4 @@ tags: [ "sat" "smt" ]
|
||||||
homepage: "https://github.com/Gbury/mSAT"
|
homepage: "https://github.com/Gbury/mSAT"
|
||||||
dev-repo: "https://github.com/Gbury/mSAT.git"
|
dev-repo: "https://github.com/Gbury/mSAT.git"
|
||||||
bug-reports: "https://github.com/Gbury/mSAT/issues/"
|
bug-reports: "https://github.com/Gbury/mSAT/issues/"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,3 +22,4 @@ val debug : int -> string -> unit
|
||||||
|
|
||||||
val set_debug_out : Format.formatter -> unit
|
val set_debug_out : Format.formatter -> unit
|
||||||
(** Change the output formatter. *)
|
(** Change the output formatter. *)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue