Files
spark2014/scripts/spark.opam
Johannes Kanig 8e838ba567 W125-001 add opam install script for SPARK
* Makefile:
  disable Coq libs explicitly
2023-02-04 11:13:28 +00:00

34 lines
459 B
Plaintext

opam-version: "2.0"
name: "spark"
version: "1.0"
synopsis: "SPARK OCaml dependencies"
maintainer: "the Adacore team"
authors: "Adacore"
build: [
[ "true" ]
]
install: [
[ "true" ]
]
depends: [
"camlzip"
"coq" { = "8.11.2" }
"dune"
"coq-flocq" { = "3.4.0" }
"fmt"
"gen"
"menhir"
"merlin"
"ocamlgraph"
"ocplib-simplex"
"parsexp"
"ppx_deriving"
"ppx_sexp_conv"
"psmt2-frontend"
"seq"
"spelll"
"uutf"
"yojson"
"zarith"
]