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.8.0/plotkicadsch-v0.8.0.tbz"
  checksum: [
    "sha256=111d894a5b88f079f9670e991da534c103d900c8dac3578f683738ecc3856344"
    "sha512=c8d62ac20267f5bbe659a56e61e11e57b6ee52551fa58c04dcb189caa83b21aff7bdb52f749c5abcb4cb09749fd4e22a8b1c520304e9d4e88ee88aa447c5f2df"
  ]
}
