Difference between revisions of "Libraries and Frameworks"

From D Wiki
Jump to: navigation, search
(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 / InfoDescriptionLicensePlatform
Logo vibed 64.png
[* Vibe.d Website Vibe.d
Web Framework
]
"Asynchronous I/O that doesn’t get in your way, written in D" ~From website


Serialization

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Orange is a serialization library for the D programming language. It supports D1/Tango and D2/Phobos. Boost 1.0 Windows/POSIX
Icon dpackage 48.png
MessagePack is a binary-based JSON-like serialization library. msgpack-d is a pure D implementation of MessagePack. Boost 1.0 Windows/POSIX


Scripting D applications

Title / InfoDescriptionLicensePlatform
Icon dpackage 48.png
Lua for the D Programming Language MIT Windows/POSIX