Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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