Skip to content
Snippets Groups Projects
caisar.opam 1022 B
Newer Older
Michele Alberti's avatar
Michele Alberti committed
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "Framework for neural network verification"
depends: [
  "ocaml" {>= "4.13.0"}
  "dune-site" {= "2.9.0"}
  "piqi" {>= "0.7.6"}
  "piqilib" {>= "0.6.14"}
  "zarith" {>= "1.7"}
  "ocplib-endian" {>= "1.0"}
  "dune" {>= "2.9" & >= "2.7.1" & <= "2.9.0"}
Michele Alberti's avatar
Michele Alberti committed
  "base" {>= "v0.14.0"}
  "stdio" {>= "v0.14.0"}
  "cmdliner" {= "1.0.4"}
Michele Alberti's avatar
Michele Alberti committed
  "fmt" {>= "0.8.9"}
  "logs" {>= "0.7.0"}
  "ppx_deriving" {>= "5.1"}
  "yojson" {>= "1.7.0"}
  "menhirLib" {>= "20210310"}
  "ppx_deriving_yojson" {>= "3.6.1"}
  "csv" {>= "2.4"}
  "why3" {= "1.4.0"}
François Bobot's avatar
François Bobot committed
  "re"
Michele Alberti's avatar
Michele Alberti committed
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
Michele Alberti's avatar
Michele Alberti committed
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "--promote-install-files=false"
Michele Alberti's avatar
Michele Alberti committed
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
  ["dune" "install" "-p" name "--create-install-files" name]
Michele Alberti's avatar
Michele Alberti committed
]
  [ "why3.1.4.0" "git+https://gitlab.inria.fr/why3/why3.git#047c34a8" ]