opam-version: "2.0"
maintainer: "Jean-Noel Avila <jn.avila@free.fr>"
authors: "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"}
]
url {
  src:
    "https://github.com/jnavila/plotkicadsch/releases/download/v0.6.1/plotkicadsch-v0.6.1.tbz"
  checksum: [
    "sha256=1efcfc94ac666717c8a4cb1a4eadb2b9f0ef60692620426e98aedfcd027a09ed"
    "sha512=5194e64985d64544d894cc99e470510aae9eb03c1260e6fbf0a37a9dcc1911bda92c8f939132c4ff14e37481dcf6668ae7bdd75d4efda58f8f7d7fc4a6292580"
  ]
}
