Skip to content

Haskell API Bindings to the Open Source License API

License

Notifications You must be signed in to change notification settings

OpenSourceOrg/haskell-opensource

Repository files navigation

haskell-opensourceapi

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

Example

importNetwork.Protocol.OpenSource.License (licenseById, olName) importControl.Monad.Trans.Except (runExceptT) main =do gpl <- runExceptT $ licenseById "LGPL-3.0"putStrLn$case gpl ofRight license ->show$ olName license Lefterror->"Error during license request!"++showerror

Installing

cabal install opensource 

About

Haskell API Bindings to the Open Source License API

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages