Difference between revisions of "General Purpose Libraries"
(Created page with "== General Purpose Libraries == {{Projects | Projects = {{Project | name = '''Unstandard''' | about = General purpose library aimed to be an addition to the D standard li...") |
(→General Purpose Libraries) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
{{Projects | {{Projects | ||
| Projects = | | Projects = | ||
+ | |||
+ | {{Project | ||
+ | | logo = [[File:Hunt-icon-48x48.png|link=https://github.com/huntlabs/hunt]] | ||
+ | | name = '''hunt''' | ||
+ | | about = Containers, event, async io, caching, logging, time, serialization and other core components are included. | ||
+ | | platform = Windows, FreeBSD, macOS, Linux | ||
+ | | license = Apache 2.0 | ||
+ | | url = https://github.com/huntlabs/hunt | ||
+ | }} | ||
{{Project | {{Project | ||
Line 10: | Line 19: | ||
| license = Boost 1.0 | | license = Boost 1.0 | ||
| url = https://bitbucket.org/denis-sh/unstandard | | url = https://bitbucket.org/denis-sh/unstandard | ||
+ | }} | ||
+ | |||
+ | {{Project | ||
+ | | name = '''Etcetera''' | ||
+ | | about = A common type and function library for D language programs | ||
+ | | platform = Platform-independent | ||
+ | | license = MIT | ||
+ | | url = https://github.com/nomad-software/etcetera | ||
}} | }} | ||
Line 19: | Line 36: | ||
| license = Boost 1.0 | | license = Boost 1.0 | ||
| url = https://github.com/gecko0307/dlib | | url = https://github.com/gecko0307/dlib | ||
+ | }} | ||
+ | |||
+ | {{Project | ||
+ | | name = '''openmethods''' | ||
+ | | about = Open (and multi) methods. Virtual functions as free functions. Solves the Expression Problem. | ||
+ | | platform = Platform-independent | ||
+ | | license = Boost 1.0 | ||
+ | | url = https://github.com/jll63/openmethods.d | ||
}} | }} | ||
}} | }} | ||
[[Category:Development Library]] | [[Category:Development Library]] |