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" {>= "3.4.0"}
28 "git-unix"
29 "base64" {>= "3.0.0"}
30 "cmdliner"
31]
32url {
33 src:
34 "https://github.com/jnavila/plotkicadsch/releases/download/v0.9.0/plotkicadsch-0.9.0.tbz"
35 checksum: [
36 "sha256=07ebe710fc9ddd2533be24dd368caf624d29ec7ae0fd74c99bc2b1b18f00e234"
37 "sha512=85daa669c9d77c941dce3e351487f41695c85283d38cc53b745cc3b97cfa57d56049c92478c2bf6059cb1633db619baf227d387737a53bab2cf826c053c438a1"
38 ]
39}
40x-commit-hash: "649864bc92eacf77bf9800a0ee55f98dab1e634d"