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" {>= "2.0.0" & < "3.0.0"} "git-unix" {< "3.0.0"} "base64" {>= "3.0.0"} "cmdliner" ] url { src: "https://github.com/jnavila/plotkicadsch/releases/download/v0.8.0/plotkicadsch-v0.8.0.tbz" checksum: [ "sha256=111d894a5b88f079f9670e991da534c103d900c8dac3578f683738ecc3856344" "sha512=c8d62ac20267f5bbe659a56e61e11e57b6ee52551fa58c04dcb189caa83b21aff7bdb52f749c5abcb4cb09749fd4e22a8b1c520304e9d4e88ee88aa447c5f2df" ] }