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.2.0.tar.gz"
44 checksum: [
45 "md5=f6263adb6936d17de2df6a6717f06f90"
46 "sha512=e854558cbeb4566406c61f839fefa477d8c711c62910ae5eab388ace2e3e38ba255ba134ade7ae5a693211d41eccf220cc499332b01f890c0ac7f44328411f66"
47 ]
48}