Skip to content

Commit 6ea66dc

Browse files
committed
v0.2 release
Updated opam file to disbale log building.
1 parent b6effe6 commit 6ea66dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

opam

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version: "dev"
55
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
66
77
build: [
8+
[make "disable_log"]
89
[make "lib"]
910
]
1011
install: [
@@ -24,3 +25,4 @@ tags: [ "sat" "smt" ]
2425
homepage: "https://github.com/Gbury/mSAT"
2526
dev-repo: "https://github.com/Gbury/mSAT.git"
2627
bug-reports: "https://github.com/Gbury/mSAT/issues/"
28+

util/log.mli

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ val debug : int -> string -> unit
2222

2323
val set_debug_out : Format.formatter -> unit
2424
(** Change the output formatter. *)
25+

0 commit comments

Comments
 (0)