this repo has no description

Merge pull request #19622 from TDacik/add-pkg-deadlock

Deadlock.1.0

Changed files
+32
packages
deadlock
deadlock.1.0
+32
packages/deadlock/deadlock.1.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Frama-C plugin for deadlock detection"
+
maintainer: "Tomáš Dacík <xdacik00@stud.fit.vutbr.cz>"
+
authors: [
+
"Tomáš Dacík <xdacik00@stud.fit.vutbr.cz>"
+
"Tomáš Vojnar <vojnar@fit.vutbr.cz>"
+
]
+
license: "MIT"
+
homepage: "https://github.com/TDacik/Deadlock"
+
dev-repo: "git://github.com/TDacik/Deadlock.git"
+
bug-reports: "https://github.com/TDacik/Deadlock/issues"
+
+
depends: [
+
"ocaml" { >= "4.12.0" }
+
"frama-c" { >= "23.1" }
+
"ounit2"
+
"containers"
+
]
+
+
build: [
+
[make]
+
]
+
+
install: [
+
[make "setup"]
+
[make "install"]
+
]
+
+
url {
+
src: "https://github.com/TDacik/Deadlock/archive/refs/tags/1.0.1.tar.gz"
+
checksum: "fa1302e9f6586ba535838c23bfbffea8"
+
}