Skip to content

Commit 0562247

Browse files
authored
Merge pull request ocaml#23320 from recoules/release-unisim_archisec-0.0.4
[new release] unisim_archisec (0.0.4)
2 parents 8ccc309 + 004652b commit 0562247

File tree

1 file changed

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

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 project 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 and x86."""
8+
maintainer: ["BINSEC <[email protected]>"]
9+
authors: ["Yves Lhuillier" "Frédéric Recoules"]
10+
license: "BSD-3-Clause"
11+
homepage: "https://binsec.github.io"
12+
bug-reports: "mailto:[email protected]"
13+
depends: [
14+
"dune" {>= "3.0"}
15+
"conf-gcc" {build}
16+
"conf-g++" {build}
17+
"odoc" {with-doc}
18+
]
19+
conflicts: [
20+
"binsec" {< "0.5.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/binsec/unisim_archisec.git"
37+
available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) ]
38+
url {
39+
src:
40+
"https://github.com/binsec/unisim_archisec/releases/download/0.0.4/unisim_archisec-0.0.4.tbz"
41+
checksum: [
42+
"sha256=532ca49954fb422e36da104defdfd34ba26b823335c74a82af75414923a94dd0"
43+
"sha512=42d19b12c152ba70055835fa1558c452d1da677fe32724dd3088bfe3440eae708be2835df77e815194b794fcd743ecbaf275e3c99f118d4b541c7d1932184d29"
44+
]
45+
}
46+
x-commit-hash: "f8bc5dc788d96274f6b2e8b0c8352232752c1874"
47+

0 commit comments

Comments
 (0)