readit

Tooling for managing structured reading notes for scientific publications

git clone https://git.8pit.net/readit.git

 1((author "Sören Tempel")
 2 (synopsis "A tracker for reading material")
 3 (license "GPLv3")
 4 (dependencies comparse matchable srfi-1 srfi-14 srfi-37)
 5 (test-dependencies test)
 6 (components
 7   (program readit
 8            (source-dependencies "util.scm"))
 9   (program readit-graph
10            (source-dependencies "util.scm"))
11   (extension readit.parser
12              (source "parser.scm"))))