this repo has no description

Merge pull request #26563 from recoules/release-unisim_archisec-0.0.9

[new release] unisim_archisec (0.0.9)

Changed files
+46
packages
unisim_archisec
unisim_archisec.0.0.9
+46
packages/unisim_archisec/unisim_archisec.0.0.9/opam
···
+
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 <binsec@saxifrage.saclay.cea.fr>"]
+
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.9/unisim_archisec-0.0.9.tbz"
+
checksum: [
+
"sha256=2bb9c1410be7b06520cc630b18eef53fd2f53f8df20e89777b5ee0948f32df91"
+
"sha512=4c120b6ef1bbb44bc0fdd1b0f0f299f8d40d1c8405df9f8eebd0376d4480cb2b2c26f47b2dd4b8d149082854fb3ed3ee09f895cb7bb2db1fd7833b38e947f44b"
+
]
+
}
+
x-commit-hash: "7b4bc4c42d608ae6fc17ea7ed558f41b35b3ec73"