Skip to content

Commit

Permalink
minor tweaks to opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Dec 18, 2020
1 parent 653ffd9 commit 1c89adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
13 changes: 2 additions & 11 deletions ppx_repr.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ depends: [
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/mirage/repr.git"
14 changes: 2 additions & 12 deletions repr.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,10 @@ depends: [
"uutf"
"jsonm" {>= "1.0.0"}
"base64" {>= "2.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
dev-repo: "git+https://github.com/mirage/repr.git"

0 comments on commit 1c89adf

Please sign in to comment.