Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] caisar (2.0) #26122

Merged
merged 3 commits into from
Jun 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions packages/caisar/caisar.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
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.8"}
"ocaml" {>= "4.13"}
"dune-site" {>= "2.9.0"}
"piqi" {>= "0.7.6"}
"piqilib" {>= "0.6.14"}
"zarith" {>= "1.7"}
"ocplib-endian" {>= "1.0"}
"base" {>= "v0.15.1" & < "v0.17.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.6.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"}
"ppx_deriving_yojson" {>= "3.6.1"}
"odoc" {with-doc}
avsm marked this conversation as resolved.
Show resolved Hide resolved
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
mseri marked this conversation as resolved.
Show resolved Hide resolved
"@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.0/caisar-2.0.tbz"
checksum: [
"sha256=3d24d2940eed0921acba158a8970687743c401c6a99d0aac8ed6dcfedca1429c"
"sha512=0b4484c0e080b8ba22722fe9d5665f9015ebf1648ac89c566a978dd54e3e061acb63edd92e078eed310e26f3e8ad2c48f3682a24af2acb1f0633da12f7966a38"
]
}
x-commit-hash: "5f1174cb642ca19b5ffb633de1f4e5fbce35d7f9"
Loading