Difference between revisions of "Libraries and Frameworks"
(→Web Development) |
(moving from open source projects) |
||
Line 10: | Line 10: | ||
| about = "Asynchronous I/O that doesn’t get in your way, written in D" ''~From website'' | | about = "Asynchronous I/O that doesn’t get in your way, written in D" ''~From website'' | ||
| url = * [http://vibed.org Vibe.d Website] | | url = * [http://vibed.org Vibe.d Website] | ||
+ | }} | ||
+ | |||
+ | }} | ||
+ | |||
+ | |||
+ | == Serialization == | ||
+ | {{Projects | ||
+ | | Projects = | ||
+ | |||
+ | {{Project | ||
+ | | name = '''Orange''' | ||
+ | | about = Orange is a serialization library for the D programming language. It supports D1/Tango and D2/Phobos. | ||
+ | | platform = Windows/POSIX | ||
+ | | license = Boost 1.0 | ||
+ | | url = https://github.com/jacob-carlborg/orange | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''msgpack-d''' | ||
+ | | about = MessagePack is a binary-based JSON-like serialization library. msgpack-d is a pure D implementation of MessagePack. | ||
+ | | platform = Windows/POSIX | ||
+ | | license = Boost 1.0 | ||
+ | | url = https://github.com/msgpack/msgpack-d | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | |||
+ | == Scripting D applications == | ||
+ | {{Projects | ||
+ | | Projects = | ||
+ | |||
+ | {{Project | ||
+ | | name = '''LuaD''' | ||
+ | | about = Lua for the D Programming Language | ||
+ | | platform = Windows/POSIX | ||
+ | | license = MIT | ||
+ | | url = https://github.com/JakobOvrum/LuaD | ||
}} | }} | ||
}} | }} |
Revision as of 20:12, 23 November 2012
Web Development
Title / Info | Description | License | Platform | |
---|---|---|---|---|
"Asynchronous I/O that doesn’t get in your way, written in D" ~From website |
Serialization
Scripting D applications
Title / Info | Description | License | Platform | |
---|---|---|---|---|
Lua for the D Programming Language | MIT | Windows/POSIX |