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

https://github.com/ops4j/org.ops4j.dadl

Data Description Language for binary and textual data formats
https://github.com/ops4j/org.ops4j.dadl

Last synced: 10 months ago
JSON representation

Data Description Language for binary and textual data formats

Awesome Lists containing this project

README

          

DADL: Data Description Language
===============================

Thanks for looking into OPS4J Data Description Language (DADL), a language and toolset for
describing, parsing and generating data formats of all sorts.

This is the official source repository of the OPS4J DADL project.
It is licensed under the Apache Software License 2.0 by the OPS4J community.

## Documentation

* [User Manual](http://ops4j.github.io/dadl/latest/)

## Build

You'll need a machine with Java 8 or higher and Apache Maven 3.2.5 or higher.

Checkout:

git clone git://github.com/ops4j/org.ops4j.dadl.git

Run Build:

mvn clean install

## Releases

Releases go to Maven Central.

DADL is incubating. The current milestone release is *DADL 0.3.0*.

## Issue Tracking

*

## Continuous Integration Builds

We have a continuous integration build set up here:

*

Snapshot artifacts are published to:

*

The OPS4J Team.