forked from typelevel/typelevel.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnative.html
More file actions
28 lines (25 loc) · 974 Bytes
/
Copy pathnative.html
File metadata and controls
28 lines (25 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: page
title: Typelevel Native
permalink: /platforms/native/
---
<div id="section-page">
<div class="container">
<div class="masthead-page">
<h1><span>{{ page.title }}</span></h1>
<p>
Get closer to bare metal with the Typelevel stack on <a href="https://www.scala-native.org">Scala Native</a>.
Make fast, lightweight CLI apps with <a href="https://github.com/bkirwi/decline">decline</a>, <a href="https://github.com/typelevel/fs2">FS2</a>, and <a href="https://github.com/http4s/http4s">http4s</a>.
Learn more about Typelevel Native in the <a href="/blog/2022/09/19/typelevel-native.html">introductory blog post</a>.
</p>
{% include _tab-platforms.html %}
</div>
<div class="projects-list">
{% for project in site.data.projects %}
{% if project.platforms contains "native" %}
{% include _project_card.html %}
{% endif %}
{% endfor %}
</div>
</div>
</div>