mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 06:33:10 +00:00
Merge pull request #359 from flyx/master
Replaced old yaml package with NimYAML
This commit is contained in:
commit
a66b19c0ac
@ -3773,20 +3773,6 @@
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/nim-appkit/utils"
|
||||
},
|
||||
{
|
||||
"name": "yaml",
|
||||
"url": "https://github.com/nim-appkit/yaml",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
"serialization",
|
||||
"parsing",
|
||||
"yaml"
|
||||
],
|
||||
"description": "YAML parser",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/nim-appkit/yaml"
|
||||
},
|
||||
{
|
||||
"name": "pymod",
|
||||
"url": "https://github.com/jboy/nim-pymod",
|
||||
@ -4316,6 +4302,20 @@
|
||||
"license": "BSD",
|
||||
"web": "https://github.com/Electric-Blue/NimBluez"
|
||||
},
|
||||
{
|
||||
"name": "yaml",
|
||||
"url": "git://github.com/flyx/NimYAML",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"serialization",
|
||||
"parsing",
|
||||
"library",
|
||||
"yaml"
|
||||
],
|
||||
"description": "YAML 1.2 implementation for Nim",
|
||||
"license": "MIT",
|
||||
"web": "http://flyx.github.io/NimYAML/"
|
||||
},
|
||||
{
|
||||
"name": "nimyaml",
|
||||
"url": "git://github.com/flyx/NimYAML",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user