package spdx_licenses

  1. Overview
  2. Docs
A library providing a strict SPDX License Expression parser

Install

Dune Dependency

Authors

Maintainers

Sources

spdx_licenses-1.2.0.tar.gz
md5=b581124aeebd7facb856d8b942cb58a5
sha512=188cb1fd9be76dfc9e26f155a0062ce000a3798e12e2208634db03f54ca7ebb9b3b16787114233f36e2a69bcba08572790c4931790e39590b13d48306b37931c

Description

An OCaml library aiming to provide an up-to-date and strict SPDX License Expression parser. It implements the format described in: https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/ See https://spdx.org/licenses/ for more details.

Published: 09 Jan 2023

README

README.md

spdx_licenses is an OCaml library aiming to provide an up-to-date and strict SPDX License Expression parser.

It implements the format described in: https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/

To install it simply call:

$ opam install spdx_licenses

Dependencies (2)

  1. dune >= "2.3"
  2. ocaml >= "4.08"

Dev Dependencies (1)

  1. alcotest with-test & >= "1.4.0"

Used by (1)

  1. opam-state >= "2.2.0~alpha"

Conflicts

None