this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25098 from gborough/opam-publish-sarif.0.2.0

Package sarif.0.2.0

authored by

Marcello Seri and committed by
GitHub
07e213bb 404997ce

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