package plotkicadsch

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

Install

Dune Dependency

Authors

Maintainers

Sources

plotkicadsch-v0.4.0.tbz
sha256=4ca1490b9992787cb12f8e930bafc22480c06eefbc7e10062180b7a7d46e295e
md5=fc0e9ff61cd198f05123176a4118c7b8

Description

Two utilities:

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

Published: 29 Oct 2018

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 (13)

  1. cmdliner
  2. core_kernel < "v0.12"
  3. patience_diff >= "v0.10.0" & < "v0.12"
  4. base64 < "3.0.0"
  5. git-unix
  6. git < "2.0.0"
  7. sha
  8. lwt_ppx build
  9. lwt
  10. tyxml >= "4.0.0"
  11. kicadsch = "0.4.0"
  12. dune-release build
  13. dune

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.