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 "core_kernel" {< "v0.15"}
31 "cmdliner"
32]
33url {
34 src:
35 "https://github.com/jnavila/plotkicadsch/releases/download/v0.7.0/plotkicadsch-v0.7.0.tbz"
36 checksum: [
37 "sha256=ba00f9c4a06ce7587f969a8571ac290c8ade694a3fdb7b898131a02995676776"
38 "sha512=a92f397e146b0aec35e36bb3ce1b940693832d67b7aa895e2647f9cf884c5cde4767b25de3227732eee69aca4d011d9405b1eb97be0f6a6faea6292f7a2888f2"
39 ]
40}