Skip to content

Commit

Permalink
Sync with latest opam descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Jan 27, 2018
1 parent d33e717 commit b8d924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
license: "ISC"
dev-repo: "https://github.com/jnavila/plotkicadsch.git"
build: [
[ "jbuilder" "subst" "-n" "kicadsch" ] {pinned}
[ "jbuilder" "subst" "-n" name ] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
Expand Down
4 changes: 2 additions & 2 deletions plotkicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
license: "ISC"
dev-repo: "https://github.com/jnavila/plotkicadsch.git"
build: [
[ "jbuilder" "subst" "-n" "plotkicadsch" ] {pinned}
[ "jbuilder" "subst" "-n" name ] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]
depends: [
Expand All @@ -18,7 +18,7 @@ depends: [
"git"
"git-unix"
"base64"
"patience_diff"
"patience_diff" { >= "v0.10.0" }
"core_kernel"
"cmdliner"
]

0 comments on commit b8d924e

Please sign in to comment.