this repo has no description

Merge pull request #23412 from recoules/release-unisim_archisec-0.0.5

[new release] unisim_archisec (0.0.5)

Kate dc37808d 2ffbe241

Changed files
+46
packages
unisim_archisec
unisim_archisec.0.0.5
+46
packages/unisim_archisec/unisim_archisec.0.0.5/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.5/unisim_archisec-0.0.5.tbz"
+
checksum: [
+
"sha256=f782b2eebb51f28153b56b214d8698ea0c8976aad8dd028c17ba939194307974"
+
"sha512=12954f6e954c4f02a792cb85ec0d5eee35de21224e2f6e179190fcf0cce575feb13b0650e93a624b7b75cc56c4f71b2aa7b67520ee487427d53850f77f9e2fbd"
+
]
+
}
+
x-commit-hash: "e1ebcb053f5d9a8c63340c0532985209e12d86ca"