this repo has no description

Merge pull request #27456 from recoules/release-unisim_archisec-0.0.10

[new release] unisim_archisec (0.0.10)

Shon Feder b52920b8 910c24f7

Changed files
+47
packages
unisim_archisec
unisim_archisec.0.0.10
+47
packages/unisim_archisec/unisim_archisec.0.0.10/opam
···
···
+
opam-version: "2.0"
+
synopsis: "UNISIM-VP DBA decoder"
+
description: """
+
+
UNISIM ARCHISEC is a companion package of the binary analysis platform
+
BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata)
+
semantics of several instruction set architectures, including ARM, x86_64,
+
ppc64 and Sparcv8."""
+
maintainer: ["BINSEC <binsec@saxifrage.saclay.cea.fr>"]
+
authors: ["Frédéric Recoules" "Yves Lhuillier"]
+
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.10.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.10/unisim_archisec-0.0.10.tbz"
+
checksum: [
+
"sha256=94c5a24a1865dd8588efae04807aa85d771ef8d1917b672538156babd3aa2df8"
+
"sha512=68fd57a819a850883917ccf30e3ac938c3a521d06a68be595a6ad9c125f0c892679545f76c718dcd9095032462aa995105fcd8b852f180b4747a99640be561d5"
+
]
+
}
+
x-commit-hash: "64b84680f0aaecf0872b1e0d914d35d067b51312"