From e04cc4963b8b7f020106c7ce4c9a1ea151d57fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Recoules?= Date: Fri, 14 Jul 2023 14:19:37 +0200 Subject: [PATCH] [new release] unisim_archisec (0.0.6) CHANGES: - add PowerPC 64 bit decoder - various bug fixes and code improvements --- .../unisim_archisec.0.0.6/opam | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 packages/unisim_archisec/unisim_archisec.0.0.6/opam diff --git a/packages/unisim_archisec/unisim_archisec.0.0.6/opam b/packages/unisim_archisec/unisim_archisec.0.0.6/opam new file mode 100644 index 00000000000..a80aaa667ce --- /dev/null +++ b/packages/unisim_archisec/unisim_archisec.0.0.6/opam @@ -0,0 +1,46 @@ +opam-version: "2.0" +synopsis: "UNISIM-VP DBA decoder" +description: """ + +UNISIM ARCHISEC is a companion project of the binary analysis platform +BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata) +semantics of several instruction set architectures, including ARM and x86.""" +maintainer: ["BINSEC "] +authors: ["Yves Lhuillier" "Frédéric Recoules"] +license: "BSD-3-Clause" +homepage: "https://binsec.github.io" +bug-reports: "mailto:binsec@saxifrage.saclay.cea.fr" +depends: [ + "dune" {>= "3.0"} + "conf-gcc" {build} + "conf-g++" {build} + "odoc" {with-doc} +] +conflicts: [ + "binsec" {< "0.5.0"} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/binsec/unisim_archisec.git" +available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) | os = "macos" & os-distribution = "homebrew" ] +url { + src: + "https://github.com/binsec/unisim_archisec/releases/download/0.0.6/unisim_archisec-0.0.6.tbz" + checksum: [ + "sha256=33c39ddc85d523f3370a9ae6026252bf049e63c67f14dd8388246338dc007e48" + "sha512=2ba8e377c19f75567859ee2822ff94f64bfeb4e372e857d3726be80d77026f29d119c530cc33a19b0c1455e6e192b0a4d1a8c7488540530c6e1f107674da0f05" + ] +} +x-commit-hash: "ebfb01c87ec4b3181797c1a7b9430f02aa373650"