chore: remove deps on funarith

This commit is contained in:
Simon Cruanes 2020-10-10 14:34:13 -04:00
parent dc320bf0c9
commit 242f554974
2 changed files with 0 additions and 7 deletions

View file

@ -20,10 +20,6 @@ depends: [
"menhir"
"msat" { >= "0.8" < "0.9" }
"ocaml" { >= "4.03" }
"funarith"
]
pin-depends: [
["funarith.dev" "git+https://github.com/c-cube/funarith.git"]
]
tags: [ "sat" "smt" ]
homepage: "https://github.com/c-cube/sidekick"

View file

@ -18,9 +18,6 @@ depends: [
"ocaml" { >= "4.03" }
"alcotest" {with-test}
]
depopts: [
"funarith"
]
tags: [ "sat" "smt" ]
homepage: "https://github.com/c-cube/sidekick"
dev-repo: "git+https://github.com/c-cube/sidekick.git"