this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25781 from recoules/release-binsec-0.9.0

[new release] binsec (0.9.0)

authored by

Marcello Seri and committed by
GitHub
d4fc3679 deb3e3b8

+107
+107
packages/binsec/binsec.0.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Semantic analysis of binary executables" 3 + description: """ 4 + 5 + BINSEC aims at developing an open-source platform filling the gap between formal 6 + methods over executable code and binary-level security analyses currently used 7 + in the security industry. 8 + 9 + The project targets the following applicative domains: 10 + 11 + vulnerability analyses 12 + malware comprehension 13 + code protection 14 + binary-level verification 15 + 16 + BINSEC is developed at CEA List in scientfic collaboration with Verimag and LORIA. 17 + 18 + An overview of some BINSEC features can be found in our SSPREW'17 tutorial.""" 19 + maintainer: ["BINSEC <binsec@saxifrage.saclay.cea.fr>"] 20 + authors: [ 21 + "Adel Djoudi" 22 + "Benjamin Farinier" 23 + "Chakib Foulani" 24 + "Dorian Lesbre" 25 + "Frédéric Recoules" 26 + "Guillaume Girol" 27 + "Josselin Feist" 28 + "Lesly-Ann Daniel" 29 + "Mahmudul Faisal Al Ameen" 30 + "Manh-Dung Nguyen" 31 + "Mathéo Vergnolle" 32 + "Mathilde Ollivier" 33 + "Matthieu Lemerre" 34 + "Nicolas Bellec" 35 + "Olivier Nicole" 36 + "Richard Bonichon" 37 + "Robin David" 38 + "Sébastien Bardin" 39 + "Soline Ducousso" 40 + "Ta Thanh Dinh" 41 + "Yaëlle Vinçont" 42 + "Yanis Sellami" 43 + ] 44 + license: "LGPL-2.1-or-later" 45 + tags: [ 46 + "binary code analysis" 47 + "symbolic execution" 48 + "deductive" 49 + "program verification" 50 + "formal specification" 51 + "automated theorem prover" 52 + "plugins" 53 + "abstract interpretation" 54 + "dataflow analysis" 55 + "linking" 56 + "disassembly" 57 + ] 58 + homepage: "https://binsec.github.io" 59 + bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr" 60 + depends: [ 61 + "dune" {>= "3.0"} 62 + "ocaml" {>= "4.11"} 63 + "menhir" {build & >= "20181113"} 64 + "ocamlgraph" {>= "1.8.5"} 65 + "zarith" {>= "1.4"} 66 + "dune-site" 67 + "grain_dypgen" 68 + "toml" {>= "6"} 69 + "ounit2" {with-test & >= "2"} 70 + "qcheck" {with-test & >= "0.7"} 71 + "ocamlformat" {with-dev-setup & = "0.26.1"} 72 + "odoc" {with-doc} 73 + ] 74 + depopts: ["curses" "llvm" "unisim_archisec" "bitwuzla" "bitwuzla-cxx"] 75 + conflicts: [ 76 + "llvm" {< "6.0.0" | >= "16.0.0"} 77 + "bitwuzla" {< "1.0.4"} 78 + "bitwuzla-cxx" {< "0.4"} 79 + "unisim_archisec" {< "0.0.6"} 80 + ] 81 + build: [ 82 + ["dune" "subst"] {dev} 83 + [ 84 + "dune" 85 + "build" 86 + "-p" 87 + name 88 + "-j" 89 + jobs 90 + "--promote-install-files=false" 91 + "@install" 92 + "@runtest" {with-test} 93 + "@doc" {with-doc} 94 + ] 95 + ["dune" "install" "-p" name "--create-install-files" name] 96 + ] 97 + dev-repo: "git+https://github.com/binsec/binsec.git" 98 + available: [ arch = "x86_64" | arch = "ppc64" | arch = "arm64" | arch = "sparc64" ] 99 + url { 100 + src: 101 + "https://github.com/binsec/binsec/releases/download/0.9.0/binsec-0.9.0.tbz" 102 + checksum: [ 103 + "sha256=d959c2351b6cac10ffbdaf112769a676c9ad84bf6bc7fefa5cb1daa8d086cc97" 104 + "sha512=1a3951896f05fb3a4cb05e81830373c75409a69c49323dc82e97c94889927b5f9561e704565a22c2a608842f67063d6c89a330477165b197a40d6ac231c09a7e" 105 + ] 106 + } 107 + x-commit-hash: "e5c629bd8091deaec68fb178a61fc9d22c65acbd"