this repo has no description

[new release] plotkicadsch and kicadsch (0.9.0) (#20014)

* [new release] plotkicadsch and kicadsch (0.9.0)

CHANGES:

- plotgitsch: introduce alpha channel for background in internal diff
- plotgitsch: add revisions in diff plots
- plotgitsch: allow missing components in libs
- plotgitsch: add --relative option

* Fix maintainer

* (plot)kikadsch 0.9.0: apply code review suggestions

* Update packages/kicadsch/kicadsch.0.9.0/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+73
packages
kicadsch
kicadsch.0.9.0
plotkicadsch
plotkicadsch.0.9.0
+33
packages/kicadsch/kicadsch.0.9.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Jean-Noël Avila <jn.avila@free.fr>"
+
authors: "Jean-Noël Avila <jn.avila@free.fr>"
+
homepage: "https://jnavila.github.io/plotkicadsch/"
+
doc: "https://jnavila.github.io/plotkicadsch/index"
+
synopsis: "Library to read and convert Kicad Sch files"
+
description: """
+
Library able to read Kicad libraries and sch file and
+
drive a painter to paint the schematics.
+
"""
+
bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
+
license: "ISC"
+
dev-repo: "git+https://github.com/jnavila/plotkicadsch.git"
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"dune" {>= "1.0"}
+
"ounit" {with-test}
+
"ocaml" {>="4.07"}
+
]
+
available: arch != "arm32" & arch != "x86_32"
+
url {
+
src:
+
"https://github.com/jnavila/plotkicadsch/releases/download/v0.9.0/plotkicadsch-0.9.0.tbz"
+
checksum: [
+
"sha256=07ebe710fc9ddd2533be24dd368caf624d29ec7ae0fd74c99bc2b1b18f00e234"
+
"sha512=85daa669c9d77c941dce3e351487f41695c85283d38cc53b745cc3b97cfa57d56049c92478c2bf6059cb1633db619baf227d387737a53bab2cf826c053c438a1"
+
]
+
}
+
x-commit-hash: "649864bc92eacf77bf9800a0ee55f98dab1e634d"
+40
packages/plotkicadsch/plotkicadsch.0.9.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Jean-Noel Avila <jn.avila@free.fr>"
+
authors: "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" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>="4.09"}
+
"dune" {>= "1.0"}
+
"kicadsch" {= version}
+
"tyxml" {>= "4.0.0"}
+
"lwt"
+
"lwt_ppx" {build}
+
"sha"
+
"git" {>= "3.4.0"}
+
"git-unix"
+
"base64" {>= "3.0.0"}
+
"cmdliner"
+
]
+
url {
+
src:
+
"https://github.com/jnavila/plotkicadsch/releases/download/v0.9.0/plotkicadsch-0.9.0.tbz"
+
checksum: [
+
"sha256=07ebe710fc9ddd2533be24dd368caf624d29ec7ae0fd74c99bc2b1b18f00e234"
+
"sha512=85daa669c9d77c941dce3e351487f41695c85283d38cc53b745cc3b97cfa57d56049c92478c2bf6059cb1633db619baf227d387737a53bab2cf826c053c438a1"
+
]
+
}
+
x-commit-hash: "649864bc92eacf77bf9800a0ee55f98dab1e634d"