Skip to content

Commit

Permalink
switch to opam 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Oct 27, 2018
1 parent 4ac3770 commit 16ce4c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
16 changes: 9 additions & 7 deletions kicadsch.opam
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
opam-version: "1.2"
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/"
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: "https://github.com/jnavila/plotkicadsch.git"
dev-repo: "git+https://github.com/jnavila/plotkicadsch.git"
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
build-test: [
["dune" "runtest" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" {build}
"dune-release" {build}
"ounit" {test}
"ounit" {with-test}
"ocaml" {>="4.05"}
]
available: [ ocaml-version >= "4.05" ]
11 changes: 8 additions & 3 deletions plotkicadsch.opam
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
opam-version: "1.2"
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"
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: "https://github.com/jnavila/plotkicadsch.git"
dev-repo: "git+https://github.com/jnavila/plotkicadsch.git"
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
Expand Down

0 comments on commit 16ce4c0

Please sign in to comment.