Difference between revisions of "Libraries and Frameworks"

From D Wiki
Jump to: navigation, search
(moving from open source projects)
Line 32: Line 32:
 
  | license = Boost 1.0
 
  | license = Boost 1.0
 
  | url = https://github.com/msgpack/msgpack-d
 
  | url = https://github.com/msgpack/msgpack-d
 +
}}
 +
{{Project
 +
| logo = [[File:DYAML-logo.png|link=http://dyaml.alwaysdata.net]]
 +
| name = '''D:YAML'''<br/> YAML parser/emitter<br/>
 +
| about = YAML is a serialization format aimed at speed and human readability. D:YAML is a YAML parser in D, originally based on PyYAML.
 +
| platform = Platform-independent
 +
| license = Boost 1.0
 +
| url = [https://github.com/kiith-sa/D-YAML GitHub project], [http://dyaml.alwaysdata.net Website]
 
}}
 
}}
 
}}
 
}}

Revision as of 12:34, 24 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
DYAML-logo.png
[GitHub project, Website D:YAML
YAML parser/emitter
]
YAML is a serialization format aimed at speed and human readability. D:YAML is a YAML parser in D, originally based on PyYAML. Boost 1.0 Platform-independent


Scripting D applications

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