-
Notifications
You must be signed in to change notification settings - Fork 21
/
plotkicadsch.opam
33 lines (33 loc) · 914 Bytes
/
plotkicadsch.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
opam-version: "2.0"
maintainer: "Jean-Noel Avila <jn.avila@free.fr>"
author: "Jean-Noel Avila <jn.avila@free.fr>"
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" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"dune" {build}
"dune-release" {build}
"kicadsch" {= "0.4.0"}
"tyxml" {>= "4.0.0"}
"lwt"
"lwt_ppx" {build}
"sha"
"git" {< "2.0.0"}
"git-unix"
"base64"
"patience_diff" { >= "v0.10.0" }
"core_kernel"
"cmdliner"
]