Skip to content

Commit

Permalink
update opam files for the main, bmc and web backends
Browse files Browse the repository at this point in the history
  • Loading branch information
kmemarian committed Jul 1, 2023
1 parent 6cae3c9 commit a2393d9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cerberus-bmc.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
opam-version: "2.0"
synopsis: "Cerberus-BMC"
description: "Cerberus-BMC: a Principled Reference Semantics and Exploration Tool for Concurrent and Sequential C"
license: "BSD-2-Clause"
maintainer: ["Kayvan Memarian <kayvan.memarian@cl.cam.ac.uk>"]
authors: [
"Stella Lau"
"Jean Pichon-Pharabod"
"Victor Gomes"
"Kayvan Memarian"
"Peter Sewell"
]
homepage: "https://www.cl.cam.ac.uk/~pes20/cerberus/"
bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"cerberus-lib"
"angstrom" {>= "0.14.0"}
"z3"
"cmdliner"
"lem"
]
20 changes: 20 additions & 0 deletions cerberus-web.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "2.0"
synopsis: "Cerberus web application"
description: "Server and client-side web interface for the Cerberus C semantics"
license: "BSD-2-Clause"
maintainer: ["Kayvan Memarian <kayvan.memarian@cl.cam.ac.uk>"]
authors: [
"Victor Gomes"
"Kayvan Memarian"
]
homepage: "https://www.cl.cam.ac.uk/~pes20/cerberus/"
bug-reports: "https://github.com/rems-project/cerberus/issues"
depends: [
"cerberus-lib"
"fpath" {>= "0.7.3"}
"ezgzip" {>= "0.2.3"}
"cohttp-lwt-unix" {>= "4.0.0"}
"cmdliner"
"lwt"
"base64"
]
1 change: 1 addition & 0 deletions cerberus.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ depends: [
"lem" {>= "2020-06-03"}
"menhir" {>= "20211230"}
"result" {>= "1.5"}
"cerberus-lib"
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit a2393d9

Please sign in to comment.