this repo has no description

Merge pull request #23783 from recoules/release-binsec-0.7.4

[new release] binsec (0.7.4)

Changed files
+100
packages
binsec
binsec.0.7.4
+100
packages/binsec/binsec.0.7.4/opam
···
+
opam-version: "2.0"
+
synopsis: "Semantic analysis of binary executables"
+
description: """
+
+
BINSEC aims at developing an open-source platform filling the gap between formal
+
methods over executable code and binary-level security analyses currently used
+
in the security industry.
+
+
The project targets the following applicative domains:
+
+
vulnerability analyses
+
malware comprehension
+
code protection
+
binary-level verification
+
+
BINSEC is developed at CEA List in scientfic collaboration with Verimag and LORIA.
+
+
An overview of some BINSEC features can be found in our SSPREW'17 tutorial."""
+
maintainer: ["BINSEC <binsec@saxifrage.saclay.cea.fr>"]
+
authors: [
+
"Adel Djoudi"
+
"Benjamin Farinier"
+
"Chakib Foulani"
+
"Dorian Lesbre"
+
"Frédéric Recoules"
+
"Guillaume Girol"
+
"Josselin Feist"
+
"Lesly-Ann Daniel"
+
"Manh-Dung Nguyen"
+
"Mathéo Vergnolle"
+
"Mathilde Ollivier"
+
"Matthieu Lemerre"
+
"Olivier Nicole"
+
"Richard Bonichon"
+
"Robin David"
+
"Sébastien Bardin"
+
"Soline Ducousso"
+
"Ta Thanh Dinh"
+
"Yaëlle Vinçont"
+
]
+
license: "LGPL-2.1-or-later"
+
tags: [
+
"binary code analysis"
+
"symbolic execution"
+
"deductive"
+
"program verification"
+
"formal specification"
+
"automated theorem prover"
+
"plugins"
+
"abstract interpretation"
+
"dataflow analysis"
+
"linking"
+
"disassembly"
+
]
+
homepage: "https://binsec.github.io"
+
bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.09" & < "5"}
+
"menhir" {build & >= "20181113"}
+
"ocamlgraph" {>= "1.8.5"}
+
"zarith" {>= "1.4"}
+
"dune-site"
+
"toml" {>= "6"}
+
"ounit2" {with-test & >= "2"}
+
"qcheck" {with-test & >= "0.7"}
+
"odoc" {with-doc}
+
]
+
depopts: ["curses" "llvm" "unisim_archisec" "bitwuzla"]
+
conflicts: [
+
"llvm" {< "6.0.0"}
+
"bitwuzla" {< "1.0.4"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/binsec/binsec.git"
+
available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ]
+
url {
+
src:
+
"https://github.com/binsec/binsec/releases/download/0.7.4/binsec-0.7.4.tbz"
+
checksum: [
+
"sha256=ee45b9a6d54aebfb2b860c8fa7548ad85afbf1da3fe65cee10529c8a0934b8d6"
+
"sha512=493658d337a96bf6ac7b54b162717aeb31c527348a50552bad8f9b0f3f08791295e89c09b02b3f1c8cfa3913d57625c791e4e80322477e2a5f974ca7d85d57ae"
+
]
+
}
+
x-commit-hash: "c572d928755d1b025f21066dc7aa520eb21bbb83"