Socket
Book a DemoInstallSign in
Socket

org.dfasdl:dfasdl-utils_2.13

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.dfasdl:dfasdl-utils_2.13

dfasdl-utils

Source
mavenMaven
Version
3.0.1
Version published
Maintainers
1
Source

DFASDL Utils

Build Status codecov Codacy Badge Download

The DFASDL is a language based upon XML Schema that can be used to describe data formats and additionally the semantics of it.

It is used by the Tensei-Data project to describe data structures and to derive mappings and transformation functions between different structures automatically.

This repository contains the utils module which provides helpful functions and data types. It depends on the dfasdl-core package.

It is cross build for scala 2.11, 2.12 and 2.13.

Releases are published on bintray and should be synced to jcenter. To use the bintray repository directly just add the appropriate resolver to your sbt configuration:

resolvers += "DFASDL" at "https://dl.bintray.com/wegtam/dfasdl"

The api documentation is published using github pages and is available online at: https://dfasdl.github.io/dfasdl-utils/

System requirements

  • Java 8
  • Scala 2.12
  • sbt

Documentation

The documentation is generated via the sbt-site plugin. Use the makeSite task in sbt to generate it.

Tests

To execute the tests run the test task in sbt. Tests will be automatically run before publishing.

Benchmarks

The project includes benchmarks which can be run via sbt:

> benchmarks/jmh:clean
...
> benchmarks/jmh:compile
...
> benchmarks/jmh:run -i 10 -wi 4 -f3 -t1
...

Be sure to compile the whole project before.

FAQs

Package last updated on 06 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts