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.3.0.tar.gz"
42 checksum: [
43 "md5=5b3df87824e7c02511f6cb97d4399235"
44 "sha512=af522d8138126ab0b809dcd31a0a0bfd4d3fb6a8db17be1f83707a4f48bec1c82065c31fc462dbdd646c8e491404e2407f2622c1372c45b1e328d7037d05fd6a"
45 ]
46}