Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 318 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 318 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