Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

SBT

Add the following to build.sbt:

Code Block
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.

...