From 6ab73f71df54a423b008d98775e178b998b7df0f Mon Sep 17 00:00:00 2001 From: heyarne Date: Wed, 7 Jul 2021 21:08:27 +0200 Subject: [PATCH] Install via `jpm deps` --- lockfile.jdn | 12 ++++++++++++ project.janet | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 lockfile.jdn diff --git a/lockfile.jdn b/lockfile.jdn new file mode 100644 index 0000000..b399caf --- /dev/null +++ b/lockfile.jdn @@ -0,0 +1,12 @@ +@[{:sha "c38e8f420d5af33f4a7074e2c9ddf37e526d8971" :repo "https://github.com/swlkr/janet-html"} + {:sha "ed7e83e8779e2a54e23bbbcc75366ade2dd5372a" :repo "https://git.sr.ht/~bakpakin/temple"} + {:sha "c24d1b7b15f9c576e0d48bb78b351e88ce51cfcd" :repo "https://github.com/janet-lang/json.git"} + {:sha "51a147f9c667fa4b96c796f83c90b0478466feed" :repo "https://git.sr.ht/~subsetpark/mago"} + {:sha "fd552e880cb3510f10a230ea5f9dcc227fcb521f" :repo "https://github.com/janet-lang/path.git"} + {:sha "5a3689c250a207186bcb1a30f131d71e45b8cea6" :repo "https://github.com/andrewchambers/janet-posix-spawn.git"} + {:sha "ce2c6308fdfbd344d2c17b2712f02bbc1fb69bf3" :repo "https://github.com/pyrmont/testament"} + {:sha "5d1bea51664cf2f076ce6ac4786c2fb744f2c02c" :repo "https://github.com/janet-lang/argparse.git"} + {:sha "c0951f6978555268a24d86eee2f118327328b40b" :repo "https://github.com/andrewchambers/janet-jdn.git"} + {:sha "1be2628f85d4062581cd20551f519b9c1de1a8fc" :repo "https://github.com/pyrmont/markable"} + {:sha "599495ba4099f1aa6ddea67d1102f514f15237cd" :repo "https://github.com/andrewchambers/janet-sh.git"} + {:sha "4fc04b3afee0f496217a3243a75f75d51d5b64f1" :repo "https://git.sr.ht/~subsetpark/bagatto"}] diff --git a/project.janet b/project.janet index ab2f9c8..5add50d 100644 --- a/project.janet +++ b/project.janet @@ -1,6 +1,6 @@ (declare-project :name "arnes.space" - :description "a library that does things" # some example metadata. + :description "My own homepage." # some example metadata. # Optional urls to git repositories that contain required artifacts. :dependencies ["https://git.sr.ht/~subsetpark/bagatto"