forked from logicmachine/cpp-simplifier
-
Notifications
You must be signed in to change notification settings - Fork 1
/
c-tree-carver.opam
40 lines (40 loc) · 1.07 KB
/
c-tree-carver.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Clang-based tool for tree-carving C source trees"
description: ""
maintainer: ["Dhruv Makwana <dhruv.makwana@cl.cam.ac.uk"]
authors: ["Dhruv Makwana <dhruv.makwana@cl.cam.ac.uk"]
license: ["MIT" "BSD-2-Clause"]
tags: ["topics" "c" "clang" "tool" "tree-carving"]
homepage: "https://github.com/rems-project/c-tree-carver"
doc: "https://github.com/rems-project/c-tree-carver"
bug-reports: "https://github.com/rems-project/c-tree-carver/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14.1"}
"conf-c++"
"conf-cmake" {dev}
"conf-libclang" {= "15"}
"conf-python-3" {with-test}
"fileutils" {>= "0.6.4"}
"shexp" {>= "v0.15.0"}
"ocamlformat" {>= "0.25.1" & dev}
"ppx_deriving" {>= "5.2.1"}
"ppx_expect" {>= "v0.15.1" & with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/rems-project/c-tree-carver.git"