index
:
kolam
keyring
main
GraphQL implementation for Scheme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-05
Makefile: Add dist and distcheck targets.
Arun Isaac
2022-01-05
Makefile: Abstract out test files.
Arun Isaac
2022-01-05
configure: Output version.
Arun Isaac
2022-01-05
configure: Output project name.
Arun Isaac
2022-01-05
Makefile: Differentiate project name and top level module directory.
Arun Isaac
2022-01-05
dir-locals: Indent call-with-input-pipe correctly.
Arun Isaac
2022-01-05
guix.scm: Add lzip as a build dependency.
Arun Isaac
2022-01-05
Makefile: Abstract out project name.
Arun Isaac
2022-01-05
Makefile: Specify phony targets on a single line.
Arun Isaac
2022-01-05
NEWS: Add NEWS.
Arun Isaac
2022-01-05
Makefile: Use install to create installation directories.
Arun Isaac
2022-01-04
README: Add CI badges.
Arun Isaac
2022-01-04
Makefile: Clean up compiled objects.
Arun Isaac
2022-01-04
guix.scm: Switch to gnu-build-system.
Arun Isaac
2022-01-04
Makefile: Install scm and go files.
Arun Isaac
2022-01-04
configure: Generate Makefile.include.
Arun Isaac
2022-01-04
Makefile: Build scm files.
Arun Isaac
2022-01-04
configure: Provide wrapper shell script.
Arun Isaac
2022-01-04
guix.scm: Add guix.scm.
Arun Isaac
2022-01-04
kolam: Rename <date> scalar type to <datetime>.
Arun Isaac
2022-01-03
website: Add CSS.
Arun Isaac
2022-01-03
build-aux: Add website build script.
Arun Isaac
2022-01-03
configure: Add configure script.
Arun Isaac
2022-01-03
Makefile: Add clean target.
Arun Isaac
2022-01-03
Makefile: Add website target.
Arun Isaac
2022-01-03
README: Replace guile-email with kolam in License section.
Arun Isaac
2022-01-03
README: Add Download section.
Arun Isaac
2022-01-03
dir-locals: Allow tabs in Makefiles.
Arun Isaac
2022-01-03
Makefile: Add Makefile.
Arun Isaac
2022-01-03
tests: Add tests.
Arun Isaac
2022-01-02
kolam: Bump copyright year to 2022.
Arun Isaac
2022-01-02
kolam: Allow null value for types.
Arun Isaac
2022-01-02
kolam: Read JSON using UTF-8 encoding.
Arun Isaac
2022-01-02
README: Request feedback and contributions.
Arun Isaac
2022-01-02
README: Mention portability.
Arun Isaac
2022-01-02
README: Describe meaning of "kolam".
Arun Isaac
2022-01-02
Add license.
Arun Isaac
2021-12-30
kolam: Implement HTTP client.
Arun Isaac
2021-12-30
kolam: Implement GraphQL document serializer.
Arun Isaac
2021-12-30
kolam: Implement pairify function.
Arun Isaac
2021-12-30
kolam: Set content-type of response to application/graphql+json.
Arun Isaac
2021-12-30
kolam: Allow leaf nodes to be list types.
Arun Isaac
2021-12-30
kolam: Support field alias.
Arun Isaac
2021-12-30
dir-locals: Add Emacs directory local variables.
Arun Isaac
2021-12-30
kolam: Implement HTTP server.
Arun Isaac
2021-12-28
Initial commit
Arun Isaac