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 "patience_diff" { = "v0.13.0" } 31 "core_kernel" 32 "cmdliner" 33] 34url { 35 src: 36 "https://github.com/jnavila/plotkicadsch/releases/download/v0.6.1/plotkicadsch-v0.6.1.tbz" 37 checksum: [ 38 "sha256=1efcfc94ac666717c8a4cb1a4eadb2b9f0ef60692620426e98aedfcd027a09ed" 39 "sha512=5194e64985d64544d894cc99e470510aae9eb03c1260e6fbf0a37a9dcc1911bda92c8f939132c4ff14e37481dcf6668ae7bdd75d4efda58f8f7d7fc4a6292580" 40 ] 41}