package kicadsch
Library to read and convert Kicad Sch files
Install
Dune Dependency
Authors
Maintainers
Sources
plotkicadsch-v0.6.1.tbz
sha256=1efcfc94ac666717c8a4cb1a4eadb2b9f0ef60692620426e98aedfcd027a09ed
sha512=5194e64985d64544d894cc99e470510aae9eb03c1260e6fbf0a37a9dcc1911bda92c8f939132c4ff14e37481dcf6668ae7bdd75d4efda58f8f7d7fc4a6292580
doc/CHANGES.html
v0.6.1
- Switch to ocaml 4.09.0 and JaneStreet libs 0.13.x
v0.6.0
- Search libs and schs recursively from working directory (fixes #33)
v0.5.2
- Manage Fields with delimited strings
- Use environment variables for internal differ
- add dependency to an implementation of digestif
v0.5.1
- fix compatibility with kicad 5.x
v0.5.0
- add compatibility with kicad 5.x
- update 'massaging' with rescue lib
- become independant on line endings types
- add an option to select output directory in plotkicadsch
- update lib versions
v0.4.0
- add the -l option
- add the -c option
- add the -t option
- add the -k option
- enhance svg drawing
- add appveyor builds and Windows binaries
- switch to dune
- add a small user's guide
v0.3.0
- rework opam interaction
- fix version watermark
- allow to have project in subdir of git working dir
- update Readme for installation procedure
- fix arc drawing (works for arcs less than 180°)
- set up documentation of lib
v0.2.0
- Add plotgitsch internal diffing
- fix #2, #3 and #4
v0.0.1
- Initial release