File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
packages/unisim_archisec/unisim_archisec.0.0.6 Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "UNISIM-VP DBA decoder"
3+ description: """
4+
5+ UNISIM ARCHISEC is a companion project of the binary analysis platform
6+ BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata)
7+ semantics of several instruction set architectures, including ARM and x86."""
8+ maintainer: ["BINSEC <
[email protected] >"]
9+ authors: ["Yves Lhuillier" "Frédéric Recoules"]
10+ license: "BSD-3-Clause"
11+ homepage: "https://binsec.github.io"
12+ bug-reports: "mailto:
[email protected] "
13+ depends: [
14+ "dune" {>= "3.0"}
15+ "conf-gcc" {build}
16+ "conf-g++" {build}
17+ "odoc" {with-doc}
18+ ]
19+ conflicts: [
20+ "binsec" {< "0.5.0"}
21+ ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ [
25+ "dune"
26+ "build"
27+ "-p"
28+ name
29+ "-j"
30+ jobs
31+ "@install"
32+ "@runtest" {with-test}
33+ "@doc" {with-doc}
34+ ]
35+ ]
36+ dev-repo: "git+https://github.com/binsec/unisim_archisec.git"
37+ available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) | os = "macos" & os-distribution = "homebrew" ]
38+ url {
39+ src:
40+ "https://github.com/binsec/unisim_archisec/releases/download/0.0.6/unisim_archisec-0.0.6.tbz"
41+ checksum: [
42+ "sha256=33c39ddc85d523f3370a9ae6026252bf049e63c67f14dd8388246338dc007e48"
43+ "sha512=2ba8e377c19f75567859ee2822ff94f64bfeb4e372e857d3726be80d77026f29d119c530cc33a19b0c1455e6e192b0a4d1a8c7488540530c6e1f107674da0f05"
44+ ]
45+ }
46+ x-commit-hash: "ebfb01c87ec4b3181797c1a7b9430f02aa373650"
You can’t perform that action at this time.
0 commit comments