blob: 75b04e9f9588817af907e234eb4a327557f35e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
%YAML 1.2
---
YAML: YAML Ain't Markup Language
What It Is: YAML is a human friendly data serialization
standard for all programming languages.
YAML Resources:
YAML 1.2 Specification: http://yaml.org/spec/1.2/
YAML 1.1 Specification: http://yaml.org/spec/1.1/
YAML Trac Wiki: http://trac.yaml.org/
YAML Mailing List: yaml-core@lists.sourceforge.net
YAML IRC Channel: "#yaml on irc.freenode.net"
YAML Cookbook (Ruby): http://yaml4r.sourceforge.net/cookbook/
Projects:
- YAML C Libraries:
- libyaml # New Fast YAML (1.1)
- Syck # Old Fast YAML (1.0)
- PyYaml # YAML 1.1 Implementation
- JsYaml # JavaScript PyYaml port
- RbYaml # Ruby port of PyYaml
- JvYaml # Java port of PyYaml
- ocaml-syck # Syck bindings for OCaml
- Perl Modules:
- YAML # Pure Perl YAML Module
- YAML::XS # Binding to libyaml
- YAML::Syck # Binding to libsyck
- YAML::Tiny # A small YAML subset module
- PlYaml # Perl port of PyYaml
- YamlReference # Haskell 1.2 reference parser
- YPaste # Play with the Haskell 1.2 parser
- YamlBeans # De/serialize Java objects to/from YAML
- Rx # Simple, Extensible Schemata
News:
- 11-MAY-2008 -- Oren Ben-Kiki has released a new YAML 1.2 spec draft.
- 29-NOV-2007 -- Alexey Zakhlestin has updated his Syck (YAML 1.0) binding for PHP
- 23-NOV-2007 -- Derek Wischusen has release Action Script 3 YAML 1.1
- 01-AUG-2006 -- Kirill Simonov has released libyaml, a parser and emitter in "C"
- 06-JUN-2006 -- Ola Bini is at it again, this time with a Java implementation
- 03-JUN-2006 -- Christophe Lambrechts and Jonathan Slenders announced a .NET parser
- 07-MAY-2006 -- Ola Bini released a pure-ruby YAML 1.1 parser and emitter
- 12-APR-2006 -- Kirill's YAML 1.1 parser for Python is now at PyYaml
- 05-FEB-2006 -- Spyc YAML for PHP is now at version 0.3
- 17-DEC-2005 -- Makoto Kuwata has released Kwalify 0.5, YAML/JSON schema validator
- 14-DEC-2005 -- Toby Ho has released Jyaml, a Java library for YAML based on Rolf Veen's work
- 30-AUG-2005 -- Kirill Simonov has produce a wonderful Python binding for Syck
- 08-APR-2005 -- As it turns out, YAML is a superset of the JSON serialization language
- 18-MAY-2005 -- Why has released version 0.55 of Syck
- 28-DEC-2004 -- Announcing YAML 1.1 Working Draft
- 01-OCT-2004 -- YAML for Cocoa was released by Will Thimbley
- 08-FEB-2004 -- Slaven Rezic announced a new version of his Javascript binding
- 29-JAN-2004 -- Ingy, Oren, and Clark spent 4 days hacking on the spec in Portland.
- 10-OCT-2003 -- The Syck implementation with bindings for Ruby, Python,
and PHP is now at version .41
- 26-APR-2003 -- Mike Orr has taken over the Pure Python development.
- 26-APR-2003 -- Brian Ingerson has created a FIT platform for Wiki-like testing.
- 24-JAN-2003 -- Updates to specification.
- 25-JUL-2002 -- Both the Ruby and Python parsers have made significant progress.
There is an article about YAML by Kendall Grant Clark at xml.com.
There is also a draft XML binding.
- 02-JUL-2002 -- Brian Ingerson will be giving a 45 minute presentation on YAML at the
O'Reilly Open Source Conference in San Diego on July 24th 2002.
- 01-FEB-2002 -- Brian's Perl implementation YAML.pm, has been updated with new documentation.
Included in this release is YSH, a test shell for learning how YAML works.
- 03-JAN-2002 -- YAML(tm) starts the new year with a new name YAML Ain't Markup Language.
- 17-MAY-2001 -- YAML now has a mailing list at SourceForge.
- 15-MAY-2001 -- YAML is started with a first pass specification.
...
|