You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 31 Next »

Source

The Daffodil source code is available from the NCSA opensource Git repository:

  $ git clone https://opensource.ncsa.illinois.edu/stash/scm/dfdl/daffodil.git 

SBT

Add the following to build.sbt:

libraryDependencies ++= Seq(
  "edu.illinois.ncsa" %% "daffodil-runtime1" % "0.13.0",
)

resolvers ++= Seq(
  "NCSA Sonatype Releases" at "https://opensource.ncsa.illinois.edu/nexus/content/repositories/releases"
)

Feature Support

The DFDL specification allows subsetting of the features in compliant implementations. Daffodil is also an evolving and improving open-source software system.

These pages will tell you about Unsupported Features by Release and which of the official DFDL v1.0.3 spec Errata have been implemented by Daffodil at: Errata Implemented/Not-Implemented by Release

Latest Release

Version 0.13.0

Changelog

FileSHA-256
daffodil-0.13.0.tar.bz2
1cb0b5ff743cddb5f3cb299f6dfebc542b6f938b33019f0049ab0ff43264a5e1
daffodil-0.13.0.zip
b544e96c387296e41ed0fce7a2a23c457ed4796817e36688930c5a3a7f00bf57

For the latest, but untested, development releases: Development Releases

For previous releases: Previous Releases

  • No labels