summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-05-06 14:49:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-05-06 14:49:37 -0700
commit6d27ebf98e4de6bc8422eef495ea86c098c72e67 (patch)
treeb5632e888835375b26a5a31aacb454bf9589a24c /README.md
parent6456e7c959097d3873b413afd8ab7b4bac88bfee (diff)
README: add links to go, perl, haskell wrapper libraries.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d63b7e..89ba16f 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,10 @@ Advantages of this library:
It is easy to use `libcmark` in python, lua, ruby, and other dynamic
languages: see the `wrappers/` subdirectory for some simple examples.
+There are also libraries that wrap `libcmark` for
+[go](https://github.com/rhinoman/go-commonmark),
+[Haskell](http://hackage.haskell.org/package/cmark),
+and [Perl](https://metacpan.org/release/CommonMark).
Installing
----------