You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis="Use Attoparsec to parse framed protocol byte streams";
22
+
description="A library that simplifies the use of\n[Attoparsec](https://hackage.haskell.org/package/attoparsec) when processing\nframed protocol byte streams.\n\nAs well as reading the haddocks, please take a look at a\n[demo server](https://github.com/adetokunbo/attoparsec-framer/blob/main/toy/Server.hs)\nand [client](https://github.com/adetokunbo/attoparsec-framer/blob/main/toy/Client.hs)\nas working examples.";
synopsis="Use Attoparsec to parse framed protocol byte streams";
22
+
description="A library that simplifies the use of\n[Attoparsec](https://hackage.haskell.org/package/attoparsec) when processing\nframed protocol byte streams.\n\nAs well as reading the haddocks, please take a look at a\n[demo server](https://github.com/adetokunbo/attoparsec-framer/blob/main/toy/Server.hs)\nand [client](https://github.com/adetokunbo/attoparsec-framer/blob/main/toy/Client.hs)\nas working examples.";
synopsis="Cloud Haskell: Erlang-style concurrency in Haskell";
22
+
description="This is an implementation of Cloud Haskell, as described in\n/Towards Haskell in the Cloud/ by Jeff Epstein, Andrew Black,\nand Simon Peyton Jones\n(<https://simon.peytonjones.org/haskell-cloud/>),\nalthough some of the details are different. The precise message\npassing semantics are based on /A unified semantics for future Erlang/\nby Hans Svensson, Lars-Åke Fredlund and Clara Benac Earle.\nYou will probably also want to install a Cloud Haskell backend such\nas distributed-process-simplelocalnet.";
0 commit comments