Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 460 Bytes

File metadata and controls

25 lines (19 loc) · 460 Bytes

ocaml-opensource

ocaml-opensource is an API Wrapper that allows you to query the Open Source License API with OCaml.

Example

open Yojson.Basic.Util

[ Opensource.get_licenses () ]
  |> flatten
  |> filter_member "name"

Building

make configure
make build