mirror of
https://github.com/rowtype-yoga/purescript-parsing-dataview.git
synced 2024-11-25 20:12:42 +03:00
21 lines
374 B
Plaintext
21 lines
374 B
Plaintext
{-
|
|
-}
|
|
{ name = "parsing-dataview"
|
|
, dependencies =
|
|
[ "arraybuffer"
|
|
, "arraybuffer-types"
|
|
, "effect"
|
|
, "float32"
|
|
, "maybe"
|
|
, "parsing"
|
|
, "prelude"
|
|
, "transformers"
|
|
, "tuples"
|
|
, "uint"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs" ]
|
|
, license = "BSD-3-Clause"
|
|
, repository = "https://github.com/jamesdbrock/purescript-parsing-dataview"
|
|
}
|