mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
- only one functor to instantiate - explicit state that is carried around - remove minismt stuff
22 lines
597 B
Text
22 lines
597 B
Text
opam-version: "1.2"
|
|
name: "msat_test"
|
|
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: ["jbuilder" "build" "@install" "-p" name]
|
|
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
|
depends: [
|
|
"jbuilder" {build}
|
|
"dolmen"
|
|
"msat"
|
|
]
|
|
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/"
|
|
|
|
|