Skip to content

API Wrapper that allows you to query the Open Source License API

License

Notifications You must be signed in to change notification settings

mehdid/ocaml-opensource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API Wrapper that allows you to query the Open Source License API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published