this repo has no description
1opam-version: "2.0" 2maintainer: "Jean-Noel Avila <jn.avila@free.fr>" 3authors: "Jean-Noel Avila <jn.avila@free.fr>" 4homepage: "https://jnavila.github.io/plotkicadsch/" 5bug-reports: "https://github.com/jnavila/plotkicadsch/issues" 6doc: "https://jnavila.github.io/plotkicadsch/index" 7synopsis: "Utilities to print and compare version of Kicad schematics" 8description: """ 9Two utilities: 10 * plotkicadsch is able to plot schematic sheets to SVG files 11 * plotgitsch is able to compare git revisions of schematics 12""" 13license: "ISC" 14dev-repo: "git+https://github.com/jnavila/plotkicadsch.git" 15build: [ 16 [ "dune" "subst" ] {dev} 17 [ "dune" "build" "-p" name "-j" jobs] 18] 19depends: [ 20 "ocaml" {>="4.09"} 21 "dune" {>= "1.0"} 22 "kicadsch" {= version} 23 "tyxml" {>= "4.0.0"} 24 "lwt" 25 "lwt_ppx" {build} 26 "sha" 27 "git" {>= "2.0.0" & < "3.0.0"} 28 "git-unix" {< "3.0.0"} 29 "base64" {>= "3.0.0"} 30 "cmdliner" 31] 32url { 33 src: 34 "https://github.com/jnavila/plotkicadsch/releases/download/v0.8.0/plotkicadsch-v0.8.0.tbz" 35 checksum: [ 36 "sha256=111d894a5b88f079f9670e991da534c103d900c8dac3578f683738ecc3856344" 37 "sha512=c8d62ac20267f5bbe659a56e61e11e57b6ee52551fa58c04dcb189caa83b21aff7bdb52f749c5abcb4cb09749fd4e22a8b1c520304e9d4e88ee88aa447c5f2df" 38 ] 39}