kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #27097
ANN: haskell-kicad-data 0.4.0
Hi all,
I have released version 0.4.0 of haskell-kicad-data, a parser and writer
for KiCAD file formats for the Haskell programming language.
https://hackage.haskell.org/package/kicad-data-0.4.0
- Only .kicad_mod files are supported currently.
- The parser and writer are regularly checked for internal consistency
using property based testing (it can parse whatever it outputs when
randomly generated).
- Also regularly checked it can parse and write, in a way the KiCAD
understands, almost 20,000 kicad_mod files now part of
monostable/kicad_footprints
<https://github.com/monostable/kicad_footprints>.
- MIT licensed (though it currently depends on a GPLv3 library for
pretty printing)
We know you have a lot of choices when wanting to parse kicad_mod files in
lazy, purely functional programming languages so we hope you will consider
haskell-kicad-data for your next project.
All the best,
Kaspar