File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33build :
44 dune build @install
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: "Anders Fugmann"
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: "Anders Fugmann"
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: "Anders Fugmann"
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: "Anders Fugmann"
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
1213depends: [
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}
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: "Anders Fugmann"
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: ["Anders Fugmann <anders@fugmann.net>" "Nick Betteridge <lists.nick.betteridge@gmail.com"]
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
Original file line number Diff line number Diff line change 11opam-version: "2.0"
22maintainer: "Anders Fugmann <anders@fugmann.net>"
33authors: "Anders Fugmann"
4+ license: "BSD-3-Clause"
45homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
56dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
67bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
78build: [
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]
You can’t perform that action at this time.
0 commit comments