Difference between revisions of "Serialization Libraries"

From D Wiki
Jump to: navigation, search
m (fixed broken link to D-YAML)
m
Line 24: Line 24:
 
}}
 
}}
 
{{Project
 
{{Project
  | logo = [[File:DYAML-logo.png|link=http://dyaml.alwaysdata.net]]
+
  | logo = [[File:DYAML-logo.png|link=https://github.com/kiith-sa/D-YAML]]
 
  | name = '''D:YAML'''
 
  | name = '''D:YAML'''
 
  | about = YAML is a serialization format aimed at speed and human readability. D:YAML is a YAML parser in D, originally based on PyYAML.
 
  | about = YAML is a serialization format aimed at speed and human readability. D:YAML is a YAML parser in D, originally based on PyYAML.

Revision as of 16:53, 3 August 2015

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
Icon dpackage 48.png
Yet Another JSON Library, which supports the stream parsing. yajl-d is a YAJL binding for D. Boost 1.0 Windows/POSIX
DYAML-logo.png
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
Icon dpackage 48.png
Thrift is a framework for scalable cross-language services development (serialization/RPC) and supports D out of the box. Apache License v2.0 Windows/POSIX