Skip to content

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