Skip to content

Commit

Permalink
Upgrade obsolete features in opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Jun 2, 2018
1 parent d87039c commit fa543c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 28 deletions.
10 changes: 3 additions & 7 deletions atd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ authors: ["Martin Jambon"]

homepage: "https://github.com/mjambon/atd"
bug-reports: "https://github.com/mjambon/atd/issues"
dev-repo: "https://github.com/mjambon/atd.git"
dev-repo: "git://github.com/mjambon/atd.git"

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name]
["jbuilder" "runtest" "-p" name] {with-test}
]

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder" {build}
"menhir" {build}
"easy-format"
]

available: [ocaml-version >= "4.02.3"]
10 changes: 3 additions & 7 deletions atdgen-runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ authors: ["Martin Jambon"]

homepage: "https://github.com/mjambon/atd"
bug-reports: "https://github.com/mjambon/atd/issues"
dev-repo: "https://github.com/mjambon/atd.git"
dev-repo: "git://github.com/mjambon/atd.git"

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name]
["jbuilder" "runtest" "-p" name] {with-test}
]

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder" {build}
"biniou" {>= "1.0.6"}
"yojson" {>= "1.2.1" }
]

available: [ocaml-version >= "4.02.3"]
10 changes: 3 additions & 7 deletions atdgen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,19 @@ authors: ["Martin Jambon"]

homepage: "https://github.com/mjambon/atd"
bug-reports: "https://github.com/mjambon/atd/issues"
dev-repo: "https://github.com/mjambon/atd.git"
dev-repo: "git://github.com/mjambon/atd.git"

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name]
["jbuilder" "runtest" "-p" name] {with-test}
]

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder" {build}
"atd" {>= "1.13.0"}
"atdgen-runtime"
"biniou" {>= "1.0.6"}
"yojson" {>= "1.2.1" }
]

available: [ocaml-version >= "4.02.3"]
10 changes: 3 additions & 7 deletions atdj.opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@ authors: ["Martin Jambon"]

homepage: "https://github.com/mjambon/atd"
bug-reports: "https://github.com/mjambon/atd/issues"
dev-repo: "https://github.com/mjambon/atd.git"
dev-repo: "git://github.com/mjambon/atd.git"

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name]
["jbuilder" "runtest" "-p" name] {with-test}
]

depends: [
"ocaml" {>= "4.02.3"}
"jbuilder" {build}
"atd" {>= "1.13.0"}
]

available: [ocaml-version >= "4.02.3"]

0 comments on commit fa543c7

Please sign in to comment.