<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Awesome!</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I like both Nix and Ur/Web.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Thank you for your work!<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Marco </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-26 14:58 GMT+02:00 Sergey Mironov <span dir="ltr"><<a href="mailto:grrwlf@gmail.com" target="_blank">grrwlf@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi. Recently I repaired and document a build system for Ur/Web<br>
applications called urweb-build. The goal of this project is to<br>
develop safe, reliable and scalable method of building Ur/Web<br>
applications and libraries.<br>
<br>
<a href="https://github.com/grwlf/urweb-build" rel="noreferrer" target="_blank">https://github.com/grwlf/<wbr>urweb-build</a><br>
<br>
It is correct to think that urweb-build has properties of package<br>
manager, but in fact all the packaging functionality is derived from<br>
its dependencies: Git-Submodules and Nix (<a href="http://www.nixos.org/nix" rel="noreferrer" target="_blank">www.nixos.org/nix</a>). The<br>
expression itself consists mainly of 300-lines long URP-file generator<br>
written in Nix expression language. With this expression installed,<br>
one may replace *urp file with similar-looking build.nix file. As a<br>
result, we get perfect NIx-powered library management, including the<br>
ability to write custom build stages, using any preprocessors, etc.<br>
And all this stuff will be (binary-)fetched on demand with only a<br>
single command `nix-build`.<br>
<br>
I already ported many libraries I wrote earlier and I am quite happy<br>
with the tests, so I'd like to invite others to try it.<br>
<br>
The demo project is <a href="https://github.com/grwlf/urweb-fviewer" rel="noreferrer" target="_blank">https://github.com/grwlf/<wbr>urweb-fviewer</a><br>
<br>
Regards,<br>
Sergey<br>
<br>
PS<br>
Uru3 and some other dependencies of Fviewer may require `cake3` - my<br>
previous approach to Ur/Web building problem. Base urweb-build<br>
expression contains rule for it, so Nix should handle the process<br>
completely automatically. I don't plan to use cake3/Haskell in future<br>
Ur/Web projects.<br>
<br>
______________________________<wbr>_________________<br>
Ur mailing list<br>
<a href="mailto:Ur@impredicative.com">Ur@impredicative.com</a><br>
<a href="http://www.impredicative.com/cgi-bin/mailman/listinfo/ur" rel="noreferrer" target="_blank">http://www.impredicative.com/<wbr>cgi-bin/mailman/listinfo/ur</a><br>
</blockquote></div><br></div>