License name
:licenses
key in build.edn
file shoud be a sequence of the following map.
name | type | required? | description |
---|---|---|---|
name |
| Yes | License name |
url |
| Yes | License URL |
{: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