this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Static Analysis Results Interchange Format (SARIF) Version 2.1.0"
4description:
5 "Static Analysis Results Interchange Format (SARIF) Version 2.1.0"
6maintainer: ["geoffrey.borough@outlook.com"]
7authors: ["Geoffrey Borough"]
8license: "MIT"
9tags: ["sarif"]
10homepage: "https://github.com/gborough/sarif"
11doc: "https://gborough.github.io/sarif/sarif"
12bug-reports: "https://github.com/gborough/sarif/issues"
13depends: [
14 "ocaml" {>= "4.14.0"}
15 "dune" {>= "3.12"}
16 "core"
17 "re2"
18 "atdgen" {>= "2.10.0"}
19 "atdgen-runtime" {>= "2.12.0"}
20 "timedesc"
21 "ppx_jane"
22 "ppx_deriving"
23 "ppx_expect" {< "v0.17"}
24 "uri" {>= "4.4.0"}
25 "odoc" {with-doc}
26]
27build: [
28 ["dune" "subst"] {dev}
29 [
30 "dune"
31 "build"
32 "-p"
33 name
34 "-j"
35 jobs
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40]
41dev-repo: "git+https://github.com/gborough/sarif.git"
42url {
43 src: "https://github.com/gborough/sarif/archive/refs/tags/0.1.0.tar.gz"
44 checksum: [
45 "md5=1cda7af7ef4f4af34736a61c54a9f672"
46 "sha512=450677e2fcf571fa564d6df0f5f914828f9725aa5e775f63d280f94c92a38073eb6e38982d099956e76bd5233d0c0577e24bf1e194718b621c412f524e21639c"
47 ]
48}