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
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.dadl
- Owner: ops4j
- Created: 2015-07-19T20:42:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T09:07:33.000Z (over 10 years ago)
- Last Synced: 2025-08-18T07:34:02.451Z (11 months ago)
- Language: Java
- Size: 195 KB
- Stars: 0
- Watchers: 68
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.