Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-tan/schema-salad-d
Salad validator library written in D
https://github.com/tom-tan/schema-salad-d
avro commonwl dlang salad validator
Last synced: about 1 month ago
JSON representation
Salad validator library written in D
- Host: GitHub
- URL: https://github.com/tom-tan/schema-salad-d
- Owner: tom-tan
- License: apache-2.0
- Created: 2021-05-14T10:05:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T08:58:22.000Z (3 months ago)
- Last Synced: 2024-08-29T13:17:50.194Z (3 months ago)
- Topics: avro, commonwl, dlang, salad, validator
- Language: D
- Homepage:
- Size: 692 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schema-salad-d
[![build](https://github.com/tom-tan/schema-salad-d/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tom-tan/schema-salad-d/actions) [![license](https://badgen.net/github/license/tom-tan/schema-salad-d)](https://github.com/tom-tan/schema-salad-d/blob/main/LICENSE) [![code.dlang.org](https://img.shields.io/dub/v/schema-salad-d.svg)](https://code.dlang.org/packages/schema-salad-d)
This is a [Salad](https://www.commonwl.org/v1.2/SchemaSalad.html) library to generate a parser written in [D](https://dlang.org/).
See [cwl-d-auto](https://github.com/common-workflow-lab/cwl-d-auto) for concrete example.
Future work:
- Generate CWL parser from a given schema at compile time