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.
janet-nanoid/project.janet

12 lines
300 B

(declare-project
:name "nanoid"
:description "A library for generating random IDs"
:author "Jason Staten"
:license "Unlicense"
:version "0.1.1"
:url "https://sr.ht/~statianzo/janet-nanoid"
:repo "https://git.sr.ht/~/statianzo/janet-nanoid")
(declare-source
:source ["nanoid.janet"])