You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
304 B
12 lines
304 B
(declare-project
|
|
:name "nanoid"
|
|
:description "A library for generating random IDs"
|
|
:author "Jason Staten"
|
|
:license "Unlicense"
|
|
:version "0.1.0"
|
|
:url "https://sr.ht/~statianzo/janet-nanoid"
|
|
:repo "git+https://git.sr.ht/~/statianzo/janet-nanoid")
|
|
|
|
(declare-source
|
|
:source ["nanoid.janet"])
|