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

Compare with Current View Page History

« Previous Version 32 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.14.0

Changelog

FileSHA-256
daffodil-0.14.0.tar.bz2
cec33ed60fc937714174707b91bc4d8a8335e0775a0353fd73fdfb52ae980689
daffodil-0.14.0.zip
73927a5d19fe079392d5d21bc0a65c3a29818374e17dd9911f692a5819c0a3d1

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

For previous releases: Previous Releases

  • No labels