<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kolam, branch v0.1.0</title>
<subtitle>GraphQL implementation for Scheme</subtitle>
<id>http://git.systemreboot.net/kolam/atom?h=v0.1.0</id>
<link rel='self' href='http://git.systemreboot.net/kolam/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/'/>
<updated>2022-01-05T11:38:46+00:00</updated>
<entry>
<title>README: Add roadmap.</title>
<updated>2022-01-05T11:38:46+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T11:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=aa13d49fad5897910ce80fa3606e3f4b7843ffc4'/>
<id>urn:sha1:aa13d49fad5897910ce80fa3606e3f4b7843ffc4</id>
<content type='text'>
* README.org (Contributing): Add roadmap.
</content>
</entry>
<entry>
<title>README: Improve introductory paragraph.</title>
<updated>2022-01-05T11:36:52+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T11:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=768539975b1d4cf29ba1d650ce847fb77d7f6f0e'/>
<id>urn:sha1:768539975b1d4cf29ba1d650ce847fb77d7f6f0e</id>
<content type='text'>
* README.org: Improve introductory paragraph.
</content>
</entry>
<entry>
<title>build-aux: Check news during distcheck.</title>
<updated>2022-01-05T10:56:05+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=40e52ca6e3ee1cabe563e8ad2bda3b606ea86e70'/>
<id>urn:sha1:40e52ca6e3ee1cabe563e8ad2bda3b606ea86e70</id>
<content type='text'>
* Makefile (distcheck): Pass version to distcheck script.
* build-aux/distcheck.scm (check-news): New function.
Check news.
</content>
</entry>
<entry>
<title>build-aux: Abstract out opening an archive file.</title>
<updated>2022-01-05T10:56:05+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=68679bb6cab3b4480fa4f1b89d7a87ac1ddb3c64'/>
<id>urn:sha1:68679bb6cab3b4480fa4f1b89d7a87ac1ddb3c64</id>
<content type='text'>
* build-aux/distcheck.scm (call-with-archive-file): New function.
(package-in-archive): Use call-with-archive-file.
* .dir-locals.el (scheme-mode): Indent call-with-archive-file
correctly.
</content>
</entry>
<entry>
<title>Makefile: Add dist and distcheck targets.</title>
<updated>2022-01-05T10:54:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=2bb2d8f7432bb8dd01dbb6f6bdb6ebf7d4e83447'/>
<id>urn:sha1:2bb2d8f7432bb8dd01dbb6f6bdb6ebf7d4e83447</id>
<content type='text'>
* Makefile (GIT, GPG, LZIP, distribute_files, dist_archive): New
variables.
(.PHONY): Add dist and distcheck.
(dist, $(dist_archive), distcheck): New targets.
(%.asc): New pattern rule.
(clean): Clean $(dist_archive) and $(dist_archive).asc.
* build-aux/distcheck.scm: New file.
</content>
</entry>
<entry>
<title>Makefile: Abstract out test files.</title>
<updated>2022-01-05T10:54:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=b85b48cf86d91ee0ff8ad6ea1aafcc7e79532049'/>
<id>urn:sha1:b85b48cf86d91ee0ff8ad6ea1aafcc7e79532049</id>
<content type='text'>
* Makefile (tests): New variable.
(check): Depend on tests.
</content>
</entry>
<entry>
<title>configure: Output version.</title>
<updated>2022-01-05T10:54:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=898e59dfa3db531542b556648d8ad029535886e3'/>
<id>urn:sha1:898e59dfa3db531542b556648d8ad029535886e3</id>
<content type='text'>
* configure.scm: Import (rnrs io ports), (srfi srfi-26) and (ice-9
popen).
(call-with-input-pipe): New function.
(version): New variable.
Output version to Makefile.include.
</content>
</entry>
<entry>
<title>configure: Output project name.</title>
<updated>2022-01-05T10:17:40+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=870ab7dba04afe86d8ff4a0b8434add416539ade'/>
<id>urn:sha1:870ab7dba04afe86d8ff4a0b8434add416539ade</id>
<content type='text'>
* Makefile (project): Delete variable.
* configure: Pass the kolam, the project name, to configure.scm.
* configure.scm (processed-args): Capture the project name argument.
Output project name in Makefile.include.
</content>
</entry>
<entry>
<title>Makefile: Differentiate project name and top level module directory.</title>
<updated>2022-01-05T10:01:22+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T10:01:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=8945df6697ce1be5bbab0a752e8ddc440f96d2c3'/>
<id>urn:sha1:8945df6697ce1be5bbab0a752e8ddc440f96d2c3</id>
<content type='text'>
* Makefile (top_level_module_dir): New variable.
(sources, scmdir, godir): Use top_level_module_dir instead of project.
</content>
</entry>
<entry>
<title>dir-locals: Indent call-with-input-pipe correctly.</title>
<updated>2022-01-05T09:09:51+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-05T09:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/kolam/commit/?id=d9a5f8c13f123d0d5479b9a1100d05de46c00006'/>
<id>urn:sha1:d9a5f8c13f123d0d5479b9a1100d05de46c00006</id>
<content type='text'>
* .dir-locals.el (scheme-mode): Indent call-with-input-pipe correctly.
</content>
</entry>
</feed>
