Added package retranslator (#1321)

This commit is contained in:
Ethosa 2020-01-15 19:06:14 +07:00 committed by Miran
parent ac580e746c
commit 4de5e86cec

View File

@ -1,5 +1,5 @@
[ [
{ {
"name": "decisiontree", "name": "decisiontree",
"url": "https://github.com/Michedev/DecisionTreeNim", "url": "https://github.com/Michedev/DecisionTreeNim",
"method": "git", "method": "git",
@ -16091,5 +16091,18 @@
"description": "Graphs in nim!", "description": "Graphs in nim!",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ebran/grim" "web": "https://github.com/ebran/grim"
},
{
"name": "retranslator",
"url": "https://github.com/linksplatform/RegularExpressions.Transformer",
"method": "git",
"tags": [
"regular",
"expressions",
"transformer"
],
"description": "Transformer",
"license": "LGPLv3",
"web": "https://github.com/linksplatform/RegularExpressions.Transformer"
} }
] ]