-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbinsec_codex.opam
More file actions
46 lines (46 loc) · 1.05 KB
/
binsec_codex.opam
File metadata and controls
46 lines (46 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis:
"A modular static analyser for machine code program based on abstract interpretation"
maintainer: ["Matthieu Lemerre <matthieu.lemerre@cea.fr>"]
authors: [
"Matthieu Lemerre"
"Julien Simonnet"
"Olivier Nicole"
"Paul Robert"
"Dorian Lesbre"
"Iker Canut"
"Corentin Gendreau"
"Guillaume Girol"
"Charles Babu"
"Jérôme Faucheux"
]
license: "LGPL-2.1-or-later"
homepage: "https://codex.top"
bug-reports: "https://github.com/codex-semantics-library/codex/issues"
depends: [
"dune" {>= "3.14"}
"binsec" {= "0.10.1"}
"ocamlgraph" {>= "2.2.0"}
"zarith" {>= "1.14"}
"codex" {>= "1.0~rc4"}
"mdx" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/codex-semantics-library/codex.git"