this repo has no description
1opam-version: "2.0" 2synopsis: "UNISIM-VP DBA decoder" 3description: """ 4 5UNISIM ARCHISEC is a companion project of the binary analysis platform 6BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata) 7semantics of several instruction set architectures, including ARM and x86.""" 8maintainer: ["BINSEC <binsec@saxifrage.saclay.cea.fr>"] 9authors: ["Yves Lhuillier" "Frédéric Recoules"] 10license: "BSD-3-Clause" 11homepage: "https://binsec.github.io" 12bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr" 13depends: [ 14 "dune" {>= "3.0"} 15 "conf-gcc" {build} 16 "conf-g++" {build} 17 "odoc" {with-doc} 18] 19conflicts: [ 20 "binsec" {< "0.5.0"} 21] 22build: [ 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] 36dev-repo: "git+https://github.com/binsec/unisim_archisec.git" 37available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) | os = "macos" & os-distribution = "homebrew" ] 38url { 39 src: 40 "https://github.com/binsec/unisim_archisec/releases/download/0.0.8/unisim_archisec-0.0.8.tbz" 41 checksum: [ 42 "sha256=0fc0ee9876909cbb0c6951e850bef0f0a80645387d464fb6d8d3526b46bfa882" 43 "sha512=e37a3c3fd9a465b4800ffc2bfe3245893ee31a3f766cfdb8998aee15aee461046e8fe44435e3c95783151cd3c24febb163a00eb66df85693a25747a51a2d7ff6" 44 ] 45} 46x-commit-hash: "17fcf550f352313b798a12459afe95c02f707d59"