mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 20:55:39 -05:00
dependencies in opam files; put binary in minismt package
This commit is contained in:
parent
1cd70b048c
commit
1592196c72
3 changed files with 2 additions and 24 deletions
|
|
@ -12,6 +12,7 @@ depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
"jbuilder" {build}
|
"jbuilder" {build}
|
||||||
"dolmen"
|
"dolmen"
|
||||||
|
"msat"
|
||||||
]
|
]
|
||||||
available: [
|
available: [
|
||||||
ocaml-version >= "4.03.0"
|
ocaml-version >= "4.03.0"
|
||||||
|
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
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: ["jbuilder" "build" "@install" "-p" name]
|
|
||||||
build-doc: ["jbuilder" "build" "@doc" "-p" name]
|
|
||||||
install: ["jbuilder" "install" name]
|
|
||||||
remove: ["jbuilder" "uninstall" name]
|
|
||||||
depends: [
|
|
||||||
"ocamlfind" {build}
|
|
||||||
"jbuilder" {build}
|
|
||||||
"dolmen"
|
|
||||||
]
|
|
||||||
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/"
|
|
||||||
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
(executable
|
(executable
|
||||||
((name main)
|
((name main)
|
||||||
(public_name msat_solver)
|
(public_name msat_solver)
|
||||||
(package msat_solver)
|
(package minismt)
|
||||||
(libraries (msat msat.backend minismt.sat minismt.smt minismt.mcsat dolmen))
|
(libraries (msat msat.backend minismt.sat minismt.smt minismt.mcsat dolmen))
|
||||||
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string))
|
(flags (:standard -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string))
|
||||||
(ocamlopt_flags (:standard -O3 -color always
|
(ocamlopt_flags (:standard -O3 -color always
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue