mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 04:35:35 -05:00
dependencies in opam files; put binary in minismt package
This commit is contained in:
parent
eff8ed1c4f
commit
8550102ea6
3 changed files with 2 additions and 24 deletions
|
|
@ -12,6 +12,7 @@ depends: [
|
|||
"ocamlfind" {build}
|
||||
"jbuilder" {build}
|
||||
"dolmen"
|
||||
"msat"
|
||||
]
|
||||
available: [
|
||||
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
|
||||
((name main)
|
||||
(public_name msat_solver)
|
||||
(package msat_solver)
|
||||
(package minismt)
|
||||
(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))
|
||||
(ocamlopt_flags (:standard -O3 -color always
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue