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 "re"
17 "atdgen" {>= "2.10.0"}
18 "atdgen-runtime" {>= "2.12.0"}
19 "timedesc"
20 "ppx_expect" {with-test & < "v0.17"}
21 "ppx_deriving"
22 "uri" {>= "4.4.0"}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/gborough/sarif.git"
40url {
41 src: "https://github.com/gborough/sarif/archive/refs/tags/0.2.1.tar.gz"
42 checksum: [
43 "md5=3a9073b6cbf1daa6f2a3e166136bd2de"
44 "sha512=1a510973de0142555555ca2580c03dbd3a71871409f92b688414196290caf5099cf5ad0e8ee17f3a4aa6e9031aeab46c57b3e0d9175b00c25ee3feddebd56ae5"
45 ]
46}