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"} "core_kernel" {< "v0.15"} "cmdliner" ] url { src: "https://github.com/jnavila/plotkicadsch/releases/download/v0.7.0/plotkicadsch-v0.7.0.tbz" checksum: [ "sha256=ba00f9c4a06ce7587f969a8571ac290c8ade694a3fdb7b898131a02995676776" "sha512=a92f397e146b0aec35e36bb3ce1b940693832d67b7aa895e2647f9cf884c5cde4767b25de3227732eee69aca4d011d9405b1eb97be0f6a6faea6292f7a2888f2" ] }