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
Copy file name to clipboardexpand all lines: index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ title: Home
4
4
---
5
5
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
6
6
The Cloud Haskell Platform consists of a
7
-
[generic network transport API](https://github.com/haskell-distibuted/distributed-process/network-transport),
7
+
[generic network transport API](https://github.com/haskell-distibuted/network-transport),
8
8
libraries for sending [static closures](https://github.com/haskell-distibuted/distributed-process/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distibuted/distributed-process/distributed-process) and a
9
9
set of [Platform Libraries](https://github.com/haskell-distibuted/distributed-process-platform),
10
10
modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
11
11
12
12
Generic network transport backends have been developed for
13
-
[TCP](https://github.com/haskell-distibuted/distributed-process/network-transport-tcp) and
messaging, and several other implementations are available including a transport for
16
-
[Windows Azure](https://github.com/haskell-distibuted/distributed-process/distributed-process-azure). The [Overview](https://github.com/haskell-distibuted/distributed-process/wiki/Overiview) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distibuted/distributed-process/distributed-process-demos).
16
+
[Windows Azure](https://github.com/haskell-distibuted/distributed-process-azure). The [Overview](https://github.com/haskell-distibuted/distributed-process/wiki/Overiview) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distibuted/distributed-process/distributed-process-demos).
17
17
18
18
Documentation is available on this site for HEAD, or
19
19
[hackage](http://hackage.haskell.org/package/distributed-process) for the current and preceding versions of
0 commit comments