package spdx_licenses

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

Install

Dune Dependency

Authors

Maintainers

Sources

spdx_licenses-v1.0.0.tbz
md5=5393e25f7aa3e2b2a4e880d8dcbcc8e4
sha512=e0bc38d85204355a85cf862bdfe7a23b3fd422932bb6c85a6b31e311acf43553b6113792d839f8e629147f4c4021db91992ecb11e88a69c4d50e36c43d516b9a

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: 29 Jul 2021

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.03"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test & >= "1.4.0"

Used by (1)

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

Conflicts

None