aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: fb358a1683b90ddacc2f338a25b0f3be4d1f991f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#+title: Guile Inkplate
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile

#+begin_export html
<a href="https://laminar.ryuslash.org/jobs/guile-inkplate">
  <img src="https://laminar.ryuslash.org/badge/guile-inkplate.svg">
</a>
#+end_export

This is a simple port of my Emacs Lisp Inkplate library to Guile.

Running these needs to happen from the project root:

- running tests :: ~guile -L . tests/inkplate.scm~
- running examples :: ~guile -L . examples/date.scm~