aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.janet
blob: 2cc9b11d08e0d2d65b3d4afa4790fad74f587d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(declare-project
  :name "spork"
  :description "Official contrib library of various Janet utility modules."
  :author "Calvin Rose"
  :license "MIT"
  :url "https://github.com/janet-lang/spork"
  :repo "git+https://github.com/janet-lang/spork")

(declare-source
  :source @["spork"])