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 "conf-gmp" 18 "odoc" {with-doc} 19] 20conflicts: [ 21 "binsec" {< "0.5.0"} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/binsec/unisim_archisec.git" 38available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) ] 39url { 40 src: 41 "https://github.com/binsec/unisim_archisec/releases/download/0.0.2/unisim_archisec-0.0.2.tbz" 42 checksum: [ 43 "sha256=1808b0113b272bb8b5609b8cc8f7f722bfe35cb81d02bc8283c435797389fffb" 44 "sha512=5e3d5e1fc0581ec3dd614e5365d904636cbdaae57136be5b92f96d4faecf5a2927a26a357632dbab918fa51726c3e909a9ab6cbeec7a4dcc6269c4727cd7051a" 45 ] 46} 47x-commit-hash: "6556a45c180b6769dc1850ff3f695707d8835e90"