Skip to content

Commit d673c16

Browse files
authored
Merge pull request #28334 from recoules/release-unisim_archisec-0.0.12
[new release] unisim_archisec (0.0.12)
2 parents f00ef71 + ee88411 commit d673c16

File tree

1 file changed

+47
-0
lines changed
  • packages/unisim_archisec/unisim_archisec.0.0.12

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "UNISIM-VP DBA decoder"
3+
description: """
4+
5+
UNISIM ARCHISEC is a companion package of the binary analysis platform
6+
BINSEC. It exposes disassembly metadata and DBA (Dynamic Bitvector Automata)
7+
semantics of several instruction set architectures, including ARM, x86_64,
8+
ppc64 and Sparcv8."""
9+
maintainer: ["BINSEC <[email protected]>"]
10+
authors: ["Frédéric Recoules" "Yves Lhuillier"]
11+
license: "BSD-3-Clause"
12+
homepage: "https://binsec.github.io"
13+
bug-reports: "mailto:[email protected]"
14+
depends: [
15+
"dune" {>= "3.0"}
16+
"conf-gcc" {build}
17+
"conf-g++" {build}
18+
"odoc" {with-doc}
19+
]
20+
conflicts: [
21+
"binsec" {< "0.10.0"}
22+
]
23+
build: [
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+
]
37+
dev-repo: "git+https://github.com/binsec/unisim_archisec.git"
38+
available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) | os = "macos" & os-distribution = "homebrew" ]
39+
url {
40+
src:
41+
"https://github.com/binsec/unisim_archisec/releases/download/0.0.12/unisim_archisec-0.0.12.tbz"
42+
checksum: [
43+
"sha256=4492b2cab432e33ac8dd2f5eeeadd6e546f0b069d2948b57aba5f49faf54b0bf"
44+
"sha512=ab422e324d976baaac837ebc526525cc8d1b1beb4aa253afcef292576758eb15bd605a34a6e17376484e5d2cdce18c1c6c66c0f033cb7f572a28fce98d71eae6"
45+
]
46+
}
47+
x-commit-hash: "93c37f9f0bdb7b76e2b313f095d5039036153950"

0 commit comments

Comments
 (0)