| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:27:18 GMT
X-Served-By: cache-dfw-kdfw8210124-DFW, cache-bom-vanm7210072-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768613238.772026,VS0,VE297
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
STL: STL 3D geometry format parsing and pretty-printing
[Skip to Readme]
STL: STL 3D geometry format parsing and pretty-printing
STL is a simple file format for representing 3D objects as the triangles which form their surface. It is common in 3D printing workflows. This library provides parsing and serialization to and from both text and binary STL formats.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- STL-0.3.0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.2, 0.2.0.1, 0.2.0.2, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.6 |
|---|---|
| Change log | CHANGES.md |
| Dependencies | attoparsec (>=0.10 && <0.14), base (>=4.8 && <4.13), bytestring (>=0.10.2 && <0.11), cereal (>=0.4 && <0.6), text (>=0.11.1.5 && <1.3) [details] |
| Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.1 |
| License | BSD-3-Clause |
| Author | Daniel Bergey |
| Maintainer | bergey@alum.mit.edu |
| Uploaded | by bergey at 2019-06-29T20:22:17Z |
| Category | Graphics |
| Home page | https://github.com/bergey/STL |
| Bug tracker | https://github.com/bergey/STL/issues |
| Source repo | head: git clone https://github.com/bergey/STL.git |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 8362 total (42 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2019-06-29 [all 1 reports] |
Readme for STL-0.3.0.6
[back to package description]STL is a simple file format for representing 3D objects as the triangles which form their surface. It is common in 3D printing workflows.
This Haskell library provides parsing and serialization to and from both text and binary STL formats.
Documentation for the last release is
on Hackage. The examples
directory contains a couple of simple command-line programs using the
library.
Bug reports, patches, and examples of use are welcome.