Skip to content

Commit

Permalink
Merge pull request #39 from mpilquist/remove-scodec
Browse files Browse the repository at this point in the history
Remove scodec from website
  • Loading branch information
non committed Jan 12, 2015
2 parents b31a458 + 1e33360 commit ff8f102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 69 deletions.
11 changes: 2 additions & 9 deletions index.md
Expand Up @@ -33,11 +33,6 @@ meta:
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h2>scodec</h2>
<p><span class="tagline">Binary serialization.</span> scodec is a combinator library for working with binary data. It focuses on contract-first and pure functional encoding and decoding of binary data and provides integration into scalaz and shapeless.</p>
<p><a class="btn" href="{{ site.baseurl }}/projects/scodec">Learn more &raquo;</a></p>
</div>
<div class="span4">
<h2>shapeless</h2>
<p><span class="tagline">Generic programming.</span> Shapeless is an generic programming library. Starting with implementations of <em>Scrap your boilerplate</em> and higher rank polymorphism in Scala, it quickly grew to provide advanced abstract tools like heterogenous lists and automatic instance derivation for type classes.</p>
Expand All @@ -48,13 +43,13 @@ meta:
<p><span class="tagline">Expressive specifications.</span> specs2 is a library for writing executable software specifications, aiming for conciseness, readability and extensibility.</p>
<p><a class="btn" href="http://specs2.org">Learn more &raquo;</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h2>spire</h2>
<p><span class="tagline">Numeric abstractions.</span> Spire is a numeric library for Scala which is intended to be generic, fast, and precise. Using features such as specialization, macros, type classes, and implicits, Spire works hard to allow developers to write efficient numeric code without having to »bake in« particular numeric representations.</p>
<p><a class="btn" href="{{ site.baseurl }}/projects/spire">Learn more &raquo;</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h2>*-contrib</h2>
<p><span class="tagline">Little helpers.</span> To make your life even easier, we tried to keep the dependencies between the projects to a minimum. If you choose to combine some libraries, we provide convenient helpers to reduce interoperability boilerplate in your code.</p>
Expand All @@ -65,8 +60,6 @@ meta:
<p><span class="tagline">Our fork of the Scala compiler.</span> We wish to work with all stakeholders in the Scala ecosystem to safeguard the interests of the entire Scala community.</p>
<p><a class="btn" href="{{ site.baseurl }}/blog/2014/09/02/typelevel-scala.html">Learn more &raquo;</a></p>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<h2>Plugins for scalac</h2>
<p><span class="tagline">Extending the compiler.</span> We provide some experimental compiler plugins to scrap some more boilerplate and help you adhere to certain coding standards.</p>
Expand Down
60 changes: 0 additions & 60 deletions projects/scodec/index.md

This file was deleted.

0 comments on commit ff8f102

Please sign in to comment.