(declare-project :name "fedi-playground" :description "a place to play with json data from the fediverse." :dependencies [ {:url "https://github.com/ianthehenry/judge.git" :tag "v2.6.1"} {:url "https://github.com/janet-lang/spork.git"} ]) (declare-source # :source is an array or tuple that can contain # source files and directories that will be installed. # Often will just be a single file or single directory. :source ["/src/play.janet"]) # (task "test" [] (shell "jpm_tree/bin/judge"))