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