diff --git a/packages.json b/packages.json index 6129a88..4e529da 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,14 @@ [ + { + "name": "nimcorpora", + "url": "https://github.com/neroist/nimcorpora", + "method": "git", + "tags": ["corpora"], + "description": "A Nim interface for Darius Kazemi's Corpora Project", + "license": "0BSD", + "web": "https://github.com/neroist/nimcorpora", + "doc": "https://neroist.github.io/nimcorpora/nimcorpora.html" + }, { "name": "htest", "url": "https://github.com/Yandall/HTest/",