summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd key for arunisaac.Arun Isaac7 months
mainREADME: Add Contributing section.Arun Isaac13 days
 
TagDownloadAuthorAge
v0.1.0ravanan-0.1.0.tar.gz  ravanan-0.1.0.tar.lz  ravanan-0.1.0.zip  Arun Isaac6 weeks
 
AgeCommit messageAuthor
2025-01-28bin: Add newline after usage message.•••* bin/ravanan (print-usage): Add newline at the end. v0.1.0Arun Isaac
2025-01-28Makefile: Add release tarball generation rules.•••* Makefile (GIT, GPG, LZIP, config_file_template, distribute_files, dist_archive): New variables. (dist, distsign, $(dist_archive), %.asc): New rules. Arun Isaac
2025-01-28Makefile: Treat config.scm distinctly from sources.•••config.scm is a generated source file. Treat it the same as a hand-written source file creates problems when generating release tarballs. * Makefile (sources): Remove $(config_file). (objects): Add $(config_file:.scm=.go). (install): Depend on $(config_file) and install it. Arun Isaac
2025-01-27README: Add table of contents.•••* README.md: Add table of contents. Arun Isaac
2025-01-27README: Add image of Ravanan.•••* README.md: Add image of Ravanan. (License): Mention license and attribution for image. * images/ravanan-king-of-lanka.jpg, images/LICENSE.md: New files. Arun Isaac
2025-01-27README: Fix grammar.•••* README.md (Building from source): Change "do" to "do so". Arun Isaac
2025-01-27README: Restructure introduction.•••* README.md: Restructure introduction. Arun Isaac
2025-01-27README: Add "Building from source" section.•••* README.md (Building from source): New section. Arun Isaac
2025-01-27README: Fill out "How to use" section.•••* README.md (How to use): Fill out section. * doc/hello-world-inputs.json, doc/hello-world.cwl: New files. Arun Isaac
2025-01-27bin: Create store directory when it does not exist.•••* bin/ravanan: Import (ravanan store). (main): Create store directory when it does not exist. * ravanan/store.scm (make-store): New public function. Arun Isaac
[...]