Skip to content

Commit

Permalink
Merge pull request ocaml#26305 from caisar-platform/release-caisar-2.1
Browse files Browse the repository at this point in the history
[new release] caisar (2.1)
  • Loading branch information
mseri authored Jul 30, 2024
2 parents 55bacea + 08ab88f commit cfdf839
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions packages/caisar/caisar.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
opam-version: "2.0"
synopsis:
"A platform for characterizing the safety and robustness of artificial intelligence based software"
maintainer: ["AISER team, Software Safety and Security Laboratory, CEA-List"]
authors: ["AISER team, Software Safety and Security Laboratory, CEA-List"]
license: "LGPL-2.1-only"
homepage: "https://git.frama-c.com/pub/caisar"
doc: "https://git.frama-c.com/pub/caisar"
bug-reports: "https://git.frama-c.com/pub/caisar/issues"
depends: [
"dune" {>= "3.12"}
"ocaml" {>= "4.13"}
"dune-site" {>= "2.9.0"}
"zarith" {>= "1.7"}
"ocplib-endian" {>= "1.0"}
"base" {>= "v0.15.0"}
"stdio" {>= "v0.14.0"}
"cmdliner" {>= "1.1.1"}
"fmt" {>= "0.8.9"}
"logs" {>= "0.7.0"}
"yojson" {>= "1.7.0"}
"menhirLib" {>= "20210310"}
"csv" {>= "2.4"}
"why3" {>= "1.7.0"}
"re" {>= "1.10.4"}
"fpath" {>= "0.7.3"}
"yaml" {>= "3.1.0"}
"ocaml-protoc-plugin" {>= "4.2.0"}
"stdio" {>= "v0.14.0"}
"ocamlgraph" {>= "1.8.8"}
"ppx_deriving" {>= "5.1"}
"ppx_inline_test" {>= "0.12.0"}
"conf-texlive" {>= "1" & with-test}
"conf-python-3" {>= "9.0.0" & with-test}
"ppx_deriving_yojson" {>= "3.6.1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://git.frama-c.com/pub/caisar.git"
url {
src:
"https://git.frama-c.com/api/v4/projects/1082/packages/generic/caisar/2.1/caisar-2.1.tbz"
checksum: [
"sha256=1b25c8668d428bcfc83c95147b6e45ff0a3bfa05ecd11369d12e963e29819e2e"
"sha512=edc7d7c0e96802811de3cb1caa3d14cc3d867ee7310748e8188eca9246a362549545c7816c8037511931dc4b7770b5ccc11b0d03abe8843b7c4db7880bf8e1fd"
]
}
x-commit-hash: "eb6cb41d5347f67a527b535510d9f7694f76744e"

0 comments on commit cfdf839

Please sign in to comment.