Add package nimobserver (#837)
* Added package nimobserver * Update packages.json
This commit is contained in:
parent
88cde4d40d
commit
0f619315b0
1 changed files with 13 additions and 0 deletions
|
|
@ -10451,5 +10451,18 @@
|
|||
"description": "cjson wrapper for Nim",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/muxueqz/nim_cjson"
|
||||
},
|
||||
{
|
||||
"name": "nimobserver",
|
||||
"url": "https://github.com/Tangdongle/nimobserver",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"observer",
|
||||
"patterns",
|
||||
"library"
|
||||
],
|
||||
"description": "An implementation of the observer pattern",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/Tangdongle/nimobserver"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue