package kicadsch

  1. Overview
  2. Docs
Library to read and convert Kicad Sch files

Install

Dune Dependency

Authors

Maintainers

Sources

plotkicadsch-0.9.0.tbz
sha256=07ebe710fc9ddd2533be24dd368caf624d29ec7ae0fd74c99bc2b1b18f00e234
sha512=85daa669c9d77c941dce3e351487f41695c85283d38cc53b745cc3b97cfa57d56049c92478c2bf6059cb1633db619baf227d387737a53bab2cf826c053c438a1

Description

Library able to read Kicad libraries and sch file and drive a painter to paint the schematics.

Published: 24 Nov 2021

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

  1. ocaml >= "4.07"
  2. dune >= "1.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (1)

  1. plotkicadsch >= "0.9.0"

Conflicts

None