Skip to content

Commit 7c23c03

Browse files
authored
Merge pull request ocaml#28127 from kit-ty-kate/opam-publish-spdx_licenses.1.4.0
Package spdx_licenses.1.4.0
2 parents de623a1 + c12299e commit 7c23c03

File tree

1 file changed

+27
-0
lines changed
  • packages/spdx_licenses/spdx_licenses.1.4.0

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
synopsis: "A library providing a strict SPDX License Expression parser"
3+
description: """\
4+
An OCaml library aiming to provide an up-to-date and strict SPDX License Expression parser.
5+
It implements the format described in: https://spdx.github.io/spdx-spec/v3.0.1/annexes/spdx-license-expressions/
6+
See https://spdx.org/licenses/ for more details."""
7+
maintainer: "Kate <[email protected]>"
8+
authors: "Kate <[email protected]>"
9+
license: "MIT"
10+
homepage: "https://github.com/kit-ty-kate/spdx_licenses"
11+
bug-reports: "https://github.com/kit-ty-kate/spdx_licenses/issues"
12+
depends: [
13+
"ocaml" {>= "4.08"}
14+
"dune" {>= "2.3"}
15+
"alcotest" {with-test & >= "1.4.0"}
16+
]
17+
build: ["dune" "build" "-p" name "-j" jobs]
18+
run-test: ["dune" "runtest" "-p" name "-j" jobs]
19+
dev-repo: "git+https://github.com/kit-ty-kate/spdx_licenses.git"
20+
url {
21+
src:
22+
"https://github.com/kit-ty-kate/spdx_licenses/releases/download/v1.4.0/spdx_licenses-1.4.0.tar.gz"
23+
checksum: [
24+
"md5=6accb8029f7401f1face7d4f7efa5fa7"
25+
"sha512=959d45f29292e1a43d567330e289aa0250331972e02c96d6f838a757bb045e3d03d024de80b6e765810c538f854ab9b245548f90081b1d182c43e1cd0d6f9167"
26+
]
27+
}

0 commit comments

Comments
 (0)