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.1.0.tbz
sha256=3d9c67dd43ff572f790c75fe132f8c0c4236e02454d39ed89732d34e0346411e
sha512=ca8c8ed3a6e7857fc60b5d6f8ba1ca05dac5fde1904aacdf1fcb941d1101f720e78e00e1369057c60a1946e5db9940600b2e006564e6aae01af4274e2c30f9c5

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: 05 Sep 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.08"

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