this repo has no description

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

Package sarif.0.2.0

Changed files
+47
packages
sarif
sarif.0.2.0
+47
packages/sarif/sarif.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Static Analysis Results Interchange Format (SARIF) Version 2.1.0"
+
description:
+
"Static Analysis Results Interchange Format (SARIF) Version 2.1.0"
+
maintainer: ["geoffrey.borough@outlook.com"]
+
authors: ["Geoffrey Borough"]
+
license: "MIT"
+
tags: ["sarif"]
+
homepage: "https://github.com/gborough/sarif"
+
doc: "https://gborough.github.io/sarif/sarif"
+
bug-reports: "https://github.com/gborough/sarif/issues"
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "3.12"}
+
"core"
+
"re2"
+
"atdgen" {>= "2.10.0"}
+
"atdgen-runtime" {>= "2.10.0"}
+
"timedesc"
+
"ppx_jane"
+
"ppx_deriving"
+
"uri" {>= "4.4.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/gborough/sarif.git"
+
url {
+
src: "https://github.com/gborough/sarif/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=f6263adb6936d17de2df6a6717f06f90"
+
"sha512=e854558cbeb4566406c61f839fefa477d8c711c62910ae5eab388ace2e3e38ba255ba134ade7ae5a693211d41eccf220cc499332b01f890c0ac7f44328411f66"
+
]
+
}