packages feed

dhall-toml-1.0.0: tasty/data/nested-tables.dhall

{
  a1 = {
    b1 = "hello",
    b2 = "world",
    b3 = {
      c1 = "!",
      c2 = 42,
    },
  },
  a2 = True
}