Nim implementation of the Preserves data language
Go to file
Emery Hemingway 30a9d55aac Fix schema import, normalize version 2021-10-17 14:22:41 +02:00
src Fix schema import, normalize version 2021-10-17 14:22:41 +02:00
tests Schemas: use canonical meta-schema 2021-10-17 13:26:05 +02:00
upstream@b2c3032e7a Schemas: use canonical meta-schema 2021-10-17 13:26:05 +02:00
.gitignore Schemas: use canonical meta-schema 2021-10-17 13:26:05 +02:00
.gitmodules Schemas: use canonical meta-schema 2021-10-17 13:26:05 +02:00
README.md Add some utilities 2021-09-08 11:16:42 +02:00
UNLICENSE Unlicense 2021-08-31 17:00:00 +02:00
preserves.nimble Fix schema import, normalize version 2021-10-17 14:22:41 +02:00

README.md

Nim implementation of the Preserves data language.

Utilities

  • preserves_schema_nim
  • preserves_encode
  • preserves_decode
  • preserves_from_json
  • preserves_to_json

Installation

preserves_encode is a multi-call binary that implements preserves_encode, preserves_decode, preserves_from_json, and preserves_to_json, so the appropriate symlinks should be created during packaging.