package kicadsch

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

Install

Dune Dependency

Authors

Maintainers

Sources

plotkicadsch-v0.5.1.tbz
sha256=5dece188f3751fecdfae8e7b5e678fdc3871f6c1e348b30ab969ce336cdb0b5a
sha512=fe5b3cccad2ea9af016548ddf8b1d44b4bc32c51cb278efe80eb66582d1a604b8ef6d83f4659fe4ca08ff073e9344d01c80fc12d01154a38a0497163d34e6773

Description

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

Published: 27 Jun 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 (2)

  1. ocaml >= "4.07"
  2. dune

Dev Dependencies (1)

  1. ounit with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.