Skip to content

Commit

Permalink
v0.2 release
Browse files Browse the repository at this point in the history
Updated opam file to disbale log building.
  • Loading branch information
Gbury committed Feb 29, 2016
1 parent b6effe6 commit 6ea66dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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/"

1 change: 1 addition & 0 deletions util/log.mli
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ val debug : int -> string -> unit

val set_debug_out : Format.formatter -> unit
(** Change the output formatter. *)

0 comments on commit 6ea66dc

Please sign in to comment.