Add package diff (#1279)

This commit is contained in:
Mark 2019-12-19 09:37:13 +00:00 committed by Miran
parent b6567b7ab3
commit 11a0104f79

View File

@ -15675,5 +15675,17 @@
"description": "This library is a wrapper to C GDBM library", "description": "This library is a wrapper to C GDBM library",
"license": "MIT", "license": "MIT",
"web": "https://github.com/vycb/gdbmc.nim" "web": "https://github.com/vycb/gdbmc.nim"
},
{
"name": "diff",
"url": "https://github.com/mark-summerfield/diff",
"method": "hg",
"tags": [
"diff",
"sequencematcher"
],
"description": "Library for finding the differences between two sequences",
"license": "Apache-2.0",
"web": "https://github.com/mark-summerfield/diff"
} }
] ]