opam-version: "2.0" maintainer: "Jean-Noel Avila " authors: "Jean-Noel Avila " homepage: "https://jnavila.github.io/plotkicadsch/" bug-reports: "https://github.com/jnavila/plotkicadsch/issues" doc: "https://jnavila.github.io/plotkicadsch/index" synopsis: "Utilities to print and compare version of Kicad schematics" description: """ Two utilities: * plotkicadsch is able to plot schematic sheets to SVG files * plotgitsch is able to compare git revisions of schematics """ license: "ISC" dev-repo: "git+https://github.com/jnavila/plotkicadsch.git" build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>="4.09"} "dune" {>= "1.0"} "kicadsch" {= version} "tyxml" {>= "4.0.0"} "lwt" "lwt_ppx" {build} "sha" "git" {>= "3.4.0"} "git-unix" "base64" {>= "3.0.0"} "cmdliner" ] url { src: "https://github.com/jnavila/plotkicadsch/releases/download/v0.9.0/plotkicadsch-0.9.0.tbz" checksum: [ "sha256=07ebe710fc9ddd2533be24dd368caf624d29ec7ae0fd74c99bc2b1b18f00e234" "sha512=85daa669c9d77c941dce3e351487f41695c85283d38cc53b745cc3b97cfa57d56049c92478c2bf6059cb1633db619baf227d387737a53bab2cf826c053c438a1" ] } x-commit-hash: "649864bc92eacf77bf9800a0ee55f98dab1e634d"