Liking cljdoc? Tell your friends :D

licenses

:licenses key in build.edn file shoud be a sequence of the following map.

nametyperequired?description

name

string?

Yes

License name

url

string?

Yes

License URL

Example

{:lib foo/bar
 :version "0.1.0"
 :description "Your great library"
 :licenses [{:name "Eclipse Public License - v 2.0"
             :url "https://www.eclipse.org/legal/epl-2.0/"}]}

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close