Merge pull request #112 from flaviut/patch-1

add optional_t
This commit is contained in:
Dominik Picheta 2015-01-10 19:21:48 +00:00
commit 7dc0cb2361

View File

@ -1083,6 +1083,15 @@
"description": "Bindings for Simple and Fast Multimedia Library (through CSFML)",
"license": "zlib",
"web": "https://github.com/BlaXpirit/nim-csfml"
},
{
"name": "optional_t",
"url": "git://github.com/flaviut/optional_t",
"method": "git",
"tags": ["option", "functional"],
"description": "Basic Option[T] library",
"license": "MIT",
"web": "https://github.com/flaviut/optional_t"
}
]