web-rep: representations of a web page

[ bsd3, library, program, web ] [ Propose Tags ]

An applicative-based, shared-data representation of a web page.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.2, 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.10.2.0, 0.11.0.0, 0.12.0.0, 0.12.1.0
Dependencies aeson, attoparsec, base (>=4.12 && <5), bifunctors, box, clay, foldl, generic-lens, interpolatedstring-perl6, javascript-bridge, JuicyPixels, language-javascript, lens, lucid, lucid-svg, mmorph, mtl, optparse-generic, scotty, streaming, text, text-format, transformers, unordered-containers, wai, wai-extra, wai-middleware-static, web-rep [details]
License MIT
Author
Maintainer Tony Day <tonyday567@gmail.com>
Category web
Bug tracker https://github.com/tonyday567/web-page/issues
Uploaded by tonyday567 at 2019-12-19T23:50:57Z
Distributions NixOS:0.12.1.0
Reverse Dependencies 3 direct, 5 indirect [details]
Executables page-example
Downloads 3346 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-12-20 [all 1 reports]

Readme for web-rep-0.2.0

[back to package description]

web-rep Build Status

Various functions and representations for a web page.

recipes

stack build --test --exec "$(stack path --local-install-root)/bin/page-example --midtype Prod" --file-watch
stack build web-rep:test:test --file-watch --ghc-options -freverse-errors

reference

todo

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#Do_not_ever_use_eval!