this repo has no description

Merge pull request #25131 from gborough/opam-publish-sarif.0.3.0

Package sarif.0.3.0

Changed files
+46
packages
sarif
sarif.0.3.0
+46
packages/sarif/sarif.0.3.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"}
+
"re"
+
"atdgen" {>= "2.10.0"}
+
"atdgen-runtime" {>= "2.10.0"}
+
"timedesc"
+
"ppx_expect" {with-test}
+
"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.3.0.tar.gz"
+
checksum: [
+
"md5=5b3df87824e7c02511f6cb97d4399235"
+
"sha512=af522d8138126ab0b809dcd31a0a0bfd4d3fb6a8db17be1f83707a4f48bec1c82065c31fc462dbdd646c8e491404e2407f2622c1372c45b1e328d7037d05fd6a"
+
]
+
}