package plotkicadsch

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

Install

Dune Dependency

Authors

Maintainers

Sources

plotkicadsch-v0.5.2.tbz
sha256=6a9718ce91dfbc1b5efd42befcddfaf83feb8624a3295e499a74aacc771c854b
sha512=c6d969a4f34c34b382dc2663820a02221763f46b3c811d28a3f9e81499e52aa08d783c9e01a085ec9dbc35bcd1beb461c1fb592bb4acaa67590f6b609014e826

Description

Two utilities:

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

Published: 07 Oct 2019

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
  3. patience_diff < "v0.12.0"
  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 = version
  12. dune >= "1.0"
  13. ocaml >= "4.07"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.