package plotkicadsch

  1. Overview
  2. Docs
Utilities to print and compare version of Kicad schematics

Install

Dune Dependency

Authors

Maintainers

Sources

plotkicadsch-v0.7.0.tbz
sha256=ba00f9c4a06ce7587f969a8571ac290c8ade694a3fdb7b898131a02995676776
sha512=a92f397e146b0aec35e36bb3ce1b940693832d67b7aa895e2647f9cf884c5cde4767b25de3227732eee69aca4d011d9405b1eb97be0f6a6faea6292f7a2888f2

Description

Two utilities:

  • plotkicadsch is able to plot schematic sheets to SVG files
  • plotgitsch is able to compare git revisions of schematics

Published: 14 Dec 2020

README

README.org

* Kicad schematic plotter

PlotKicadsch is a small tool to export Kicad Sch files to SVG pictures. In the future, export to other formats may be available (PDF, PNG).

** Objectives
This project is mainly an attempt at using ocaml with functional programing on a pet real-world project.

The quality of the output is not a first requirement, but the accuracy of positioning matters. The end objective is to be able to provide a visual diff on sch files for version control.

** Contributing

This project accepts GitHub pull requests, but as it is a self-teaching project, I would prefer to do all core stuff. If you see some parts of the code whose style is not ocamlish or not FP ready, please let me know.

If this project happens to be of any use, let me know also!

Dependencies (12)

  1. cmdliner
  2. core_kernel < "v0.15"
  3. base64 >= "3.0.0"
  4. git-unix < "3.0.0"
  5. git >= "2.0.0" & < "3.0.0"
  6. sha
  7. lwt_ppx build
  8. lwt
  9. tyxml >= "4.0.0"
  10. kicadsch = version
  11. dune >= "1.0"
  12. ocaml >= "4.09"

Dev Dependencies

None

Used by

None

Conflicts

None