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.1.tar.gz" 42 checksum: [ 43 "md5=f212bf4c34f8b931e8b9f369c5b4962a" 44 "sha512=3bb07935f827d002d8f3f6ef349a1a2be5e682765505814f7a6ba3ab3156ab6b0421941428c2bdfc9d33ad79b16da8d57a7bf114c581a06100b88f5f4ed9b842" 45 ] 46}