v0.2 release

Updated opam file to disbale log building.
This commit is contained in:
Guillaume Bury 2016-02-29 11:15:05 +01:00
parent b6effe691c
commit 6ea66dcffe
2 changed files with 3 additions and 0 deletions

2
opam
View file

@ -5,6 +5,7 @@ version: "dev"
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes@inria.fr"]
build: [
[make "disable_log"]
[make "lib"]
]
install: [
@ -24,3 +25,4 @@ tags: [ "sat" "smt" ]
homepage: "https://github.com/Gbury/mSAT"
dev-repo: "https://github.com/Gbury/mSAT.git"
bug-reports: "https://github.com/Gbury/mSAT/issues/"

View file

@ -22,3 +22,4 @@ val debug : int -> string -> unit
val set_debug_out : Format.formatter -> unit
(** Change the output formatter. *)