package spdx_licenses

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

spdx_licenses-1.6.0.tar.gz
md5=05972e474a00db6cfc00a7b125663464
sha512=0ae6a00112fbe985aa3505be338b1ee27a1db448d9d08d3a39e033f65c737d242552ed4933aa544dd042f7db8ef4861119c5af408dfd3409b438411509dedd25

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/v3.0.1/annexes/spdx-license-expressions/ See https://spdx.org/licenses/ for more details.

Added to opam-repository:

README

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/v3.0.1/annexes/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 (2)

  1. ocaml-sbom
  2. opam-state >= "2.2.0"

Conflicts

None