-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathkicadsch.opam
More file actions
24 lines (24 loc) · 784 Bytes
/
kicadsch.opam
File metadata and controls
24 lines (24 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"