preserves/README.md

30 lines
1.0 KiB
Markdown
Raw Normal View History

2019-08-11 15:19:08 +00:00
---
2019-08-11 15:52:29 +00:00
projectpages: "https://gitlab.com/tonyg/preserves"
projecttree: "https://gitlab.com/tonyg/preserves/tree/master"
2019-08-11 15:19:08 +00:00
---
<title>Preserves: an Expressive Data Language</title>
<link rel="stylesheet" href="preserves.css">
2019-08-08 13:46:03 +00:00
# Preserves: an Expressive Data Language
2019-08-11 15:52:29 +00:00
This [repository]({{page.projectpages}}) contains a
[proposal](preserves.html) and
[various implementations]({{page.projecttree}}/implementations/) of
*Preserves*, a new data model and serialization format in many ways
comparable to JSON, XML, S-expressions, CBOR, ASN.1 BER, and so on.
2019-08-08 13:46:03 +00:00
**WARNING** Everything in this repository is experimental and in flux!
The design of Preserves is not finalised and may change drastically.
Please offer any feedback you may have with this in mind.
## Contact
Tony Garnock-Jones <tonyg@leastfixedpoint.com>
## Licensing
The contents of this repository are made available to you under the
[Apache License, version 2.0](LICENSE)
(<http://www.apache.org/licenses/LICENSE-2.0>), and are Copyright
2018-2019 Tony Garnock-Jones.