this repo has no description
0
fork

Configure Feed

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

Merge pull request #27293 from kit-ty-kate/opam-publish-spdx_licenses.1.3.0

Package spdx_licenses.1.3.0

authored by

Shon Feder and committed by
GitHub
3faeaa6b 1c9bcb3a

+27
+27
packages/spdx_licenses/spdx_licenses.1.3.0/opam
··· 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/v2.3/SPDX-license-expressions/ 6 + See https://spdx.org/licenses/ for more details.""" 7 + maintainer: "Kate <kit-ty-kate@outlook.com>" 8 + authors: "Kate <kit-ty-kate@outlook.com>" 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.3.0/spdx_licenses-1.3.0.tar.gz" 23 + checksum: [ 24 + "md5=7e9a0c48d477c900ccb5a0ec9a402118" 25 + "sha512=6786734d8aaf1c56ecdb19403e13c426f9b41785e775b213db6fc429f4a6a06575954a9ae23d56ea518e944cd55df546d9b8b403c2541872fe73a27b536bbb74" 26 + ] 27 + }