-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathc4f.opam
50 lines (50 loc) · 1.5 KB
/
c4f.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
41
42
43
44
45
46
47
48
49
50
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Metamorphic fuzzer for C litmus tests"
description:
"'c4f' (the 'C Compiler Concurrency Checker' fuzzer) is a toolkit for randomly expanding C litmus tests in a semantics-refining way."
maintainer: ["Matt Windsor <[email protected]>"]
authors: ["Matt Windsor <[email protected]>"]
license: "MIT"
homepage: "https://github.com/c4-project/c4f"
doc: "https://automagic-compiler-tormentor.readthedocs.io"
bug-reports: "https://github.com/c4-project/c4f/issues"
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "5.1" & < "5.2"}
"accessor" {>= "v0.16" & < "v0.17"}
"accessor_base" {>= "v0.16" & < "v0.17"}
"ppx_accessor" {>= "v0.16" & < "v0.17"}
"expect_test_helpers_core" {>= "v0.16" & < "v0.17"}
"ppx_deriving"
"ppx_jane"
"ppx_yojson_conv" {>= "v0.16" & < "v0.17"}
"ppx_yojson_conv_lib" {>= "v0.16" & < "v0.17"}
"base" {>= "v0.16" & < "v0.17"}
"core" {>= "v0.16" & < "v0.17"}
"core_unix" {>= "v0.16" & < "v0.17"}
"fmt" {>= "0.9" & < "0.10"}
"fpath" {>= "0.7.3" & < "0.8"}
"menhir" {>= "20230608"}
"sedlex" {>= "3" & < "4"}
"shell" {>= "v0.16" & < "v0.17"}
"textutils_kernel" {>= "v0.16" & < "v0.17"}
"travesty" {>= "0.8" & < "0.9"}
"yojson" {>= "2.1" & < "3"}
"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/c4-project/c4f.git"