Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/ecosystem/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ title = "System Programming"
content = "Time, Processes, Network"
url = "/ecosystem/system"

[[extra.list]]
title = "Testing"
content = "Testing frameworks"
url = "/ecosystem/testing"

[[extra.list]]
title = "Messaging Systems"
content = "Stream processing, message queues"
Expand Down
19 changes: 19 additions & 0 deletions content/ecosystem/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
title = "Testing"
+++

<dl>
<dt>
<a href="https://codeberg.org/ida-org/IDA"><code>IDA/quickcheck-effectful</code></a>
<img src="https://img.shields.io/hackage/v/quickcheck-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/quickcheck-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the QuickCheck library for the effectful ecosystem. </dd>
</dl>

<dl>
<dt>
<a href="https://codeberg.org/ida-org/IDA"><code>IDA/quickcheck-effectful</code></a>
<img src="https://img.shields.io/hackage/v/hspec-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/hspec-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the Hspec library for the effectful ecosystem. </dd>
</dl>
21 changes: 19 additions & 2 deletions content/ecosystem/web-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,24 @@ title = "Web Development"

<dl>
<dt>
<a href="https://github.com/Kleidukos/servant-effectful/"><code>kleidukos/servant-effectful</code></a>
<a href="https://codeberg.org/ida-org/IDA"><code>IDA/wai-effectful</code></a>
<img src="https://img.shields.io/hackage/v/wai-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/wai-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Servant bindings for the Effectful ecosystem. </dd>
<dd> Adaptation of the wai library for the effectful ecosystem. </dd>
</dl>

<dl>
<dt>
<a href="https://codeberg.org/ida-org/IDA"><code>IDA/warp-effectful</code></a>
<img src="https://img.shields.io/hackage/v/warp-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/warp-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the warp library for the effectful ecosystem. </dd>
</dl>

<dl>
<dt>
<a href="https://codeberg.org/ida-org/IDA"><code>IDA/servant-effectful</code></a>
<img src="https://img.shields.io/hackage/v/servant-effectful.svg" alt="Hackage" data-canonical-src="https://img.shields.io/hackage/v/servant-effectful.svg" style="max-width: 100%;">
</dt>
<dd> Adaptation of the Servant library for the effectful ecosystem. </dd>
</dl>