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 (>=1.4.5 && <1.5), attoparsec (>=0.13.2 && <0.14), base (>=4.12 && <5), bifunctors (>=5.5.5 && <5.6), box (>=0.1.0 && <0.2), clay (>=0.13 && <0.14), foldl (>=1.4.5 && <1.5), generic-lens (>=1.1.0 && <1.3), interpolatedstring-perl6 (>=1.0.2 && <1.1), javascript-bridge (>=0.2.0 && <0.3), JuicyPixels (>=3.3.4 && <3.4), language-javascript (>=0.6.0 && <0.8), lens (>=4.17.1 && <4.19), lucid (>=2.9 && <2.10), lucid-svg (>=0.7.1 && <0.8), mmorph (>=1.1.3 && <1.2), mtl (>=2.2.2 && <2.3), optparse-generic (>=1.3.0 && <1.4), scotty (>=0.11.5 && <0.12), streaming (>=0.2.3 && <0.3), text (>=1.2.3 && <1.3), text-format (>=0.3.2 && <0.4), transformers (>=0.5.6 && <0.6), unordered-containers (>=0.2.10 && <0.3), wai (>=3.2.2 && <3.3), wai-extra (>=3.0 && <3.1), wai-middleware-static (>=0.8.2 && <0.9), web-rep (>=0.3.0) [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 2020-01-28T08:48:51Z
Distributions NixOS:0.12.1.0
Reverse Dependencies 3 direct, 5 indirect [details]
Executables page-example
Downloads 3353 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-28 [all 1 reports]

Readme for web-rep-0.3.0

[back to package description]

web-rep Build Status

Various functions and representations for a web page.

The best way to understand functionality is via running the example app:

stack build --test --exec "$(stack path --local-install-root)/bin/page-example --midtype Prod" --file-watch

reference

todo

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