opam-version: "2.0"
maintainer: "Jean-Noel Avila <jn.avila@free.fr>"
homepage: "https://jnavila.github.io/plotkicadsch/"
doc: "https://jnavila.github.io/plotkicadsch/index"
synopsis: "Library to read and convert Kicad Sch files"
description: """
Library able to read Kicad libraries and sch file and
drive a painter to paint the schematics.
"""
bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
license: "ISC"
dev-repo: "git+https://github.com/jnavila/plotkicadsch.git"
build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "dune" {>= "1.0"}
  "ounit" {with-test}
  "ocaml" {>="4.07"}
]
authors: "Jean-Noel Avila <jn.avila@free.fr>"
url {
  src:
    "https://github.com/jnavila/plotkicadsch/releases/download/v0.5.2/plotkicadsch-v0.5.2.tbz"
  checksum: [
    "sha256=6a9718ce91dfbc1b5efd42befcddfaf83feb8624a3295e499a74aacc771c854b"
    "sha512=c6d969a4f34c34b382dc2663820a02221763f46b3c811d28a3f9e81499e52aa08d783c9e01a085ec9dbc35bcd1beb461c1fb592bb4acaa67590f6b609014e826"
  ]
}
