mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
- move to jbuilder - use a functorial heap (with indices embedded in lit/var) - update Vec with optims from mc2 - change semantics of Vec.shrink - use new Log module
31 lines
655 B
Text
31 lines
655 B
Text
opam-version: "1.2"
|
|
name: "msat"
|
|
license: "Apache"
|
|
version: "dev"
|
|
author: ["Sylvain Conchon" "Alain Mebsout" "Stephane Lecuyer" "Simon Cruanes" "Guillaume Bury"]
|
|
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
|
build: [
|
|
[make "build"]
|
|
]
|
|
build-doc: [
|
|
[make "doc"]
|
|
]
|
|
install: [
|
|
[make "install"]
|
|
]
|
|
remove: [
|
|
[make "uninstall"]
|
|
]
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"jbuilder" {build}
|
|
"dolmen" {test & = "dev" }
|
|
]
|
|
available: [
|
|
ocaml-version >= "4.03.0"
|
|
]
|
|
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/"
|
|
|