Skip to content

Commit 2a333a3

Browse files
committed
Fix linting problems on opam files and set minimum msgpck version
1 parent 46d448d commit 2a333a3

8 files changed

Lines changed: 16 additions & 9 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: build clean install uninstall reinstall test update-version release doc
1+
.PHONY: build clean install uninstall reinstall test release doc
22
.DEFAULT_GOAL = build
33
build:
44
dune build @install

ppx_protocol_conv.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: "Anders Fugmann"
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]

ppx_protocol_conv_json.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: "Anders Fugmann"
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]

ppx_protocol_conv_jsonm.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: "Anders Fugmann"
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]

ppx_protocol_conv_msgpack.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: "Anders Fugmann"
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]
1213
depends: [
1314
"ocaml" {>= "4.04.0"}
1415
"ppx_protocol_conv" {= version}
15-
"msgpck"
16+
"msgpck" {>= "1.3"}
1617
"msgpck" {with-test & >= "1.7"}
1718
"dune" {>= "1.2"}
1819
"ppx_sexp_conv" {with-test}

ppx_protocol_conv_xml_light.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: "Anders Fugmann"
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]

ppx_protocol_conv_xmlm.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: ["Anders Fugmann <anders@fugmann.net>" "Nick Betteridge <lists.nick.betteridge@gmail.com"]
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]

ppx_protocol_conv_yaml.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
opam-version: "2.0"
22
maintainer: "Anders Fugmann <anders@fugmann.net>"
33
authors: "Anders Fugmann"
4+
license: "BSD-3-Clause"
45
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78
build: [
8-
["dune" "subst"] {pinned}
9+
["dune" "subst"] {dev}
910
["dune" "build" "-p" name "-j" jobs]
1011
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1112
]

0 commit comments

Comments
 (0)