File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
packages/spdx_licenses/spdx_licenses.1.4.0 Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments