Skip to content

Commit

Permalink
ppx_deriving_protobuf.2.6
Browse files Browse the repository at this point in the history
  * Support for NPM packaging (ocaml-ppx/ppx_deriving_protobuf#17)
    (Maxime Rasan)
  * Fix `varint` decoding (ocaml-ppx/ppx_deriving_protobuf#18)
    (There was a decoding bug for integers between 2^56 and 2^63)
    (Maxime Rasan)
  * Support for OCaml 4.06 (ocaml-ppx/ppx_deriving_protobuf#19)
    (Gabriel Scherer)

The homepage for the project has now moved to:
<https://github.com/ocaml-ppx/ppx_deriving_protobuf>
  • Loading branch information
gasche committed Dec 2, 2017
1 parent b9b7180 commit e13ed2c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
A Protocol Buffers codec generator for OCaml >=4.02

30 changes: 30 additions & 0 deletions packages/ppx_deriving_protobuf/ppx_deriving_protobuf.2.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "1.2"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: [ "whitequark <whitequark@whitequark.org>" ]
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ppx_deriving_protobuf"
doc: "https://whitequark.github.io/ppx_deriving_protobuf"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_protobuf/issues"
dev-repo: "https://github.com/ocaml-ppx/ppx_deriving_protobuf.git"
tags: [ "syntax" ]
substs: [ "pkg/META" ]
build: [
"ocaml" "pkg/build.ml" "native=%{ocaml-native}%"
"native-dynlink=%{ocaml-native-dynlink}%"
]
build-test: [
"ocamlbuild" "-classic-display" "-use-ocamlfind"
"src_test/test_ppx_protobuf.byte" "--"
]
build-doc: [
make "doc"
]
depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"cppo" {build}
"cppo_ocamlbuild" {build}
"ppx_deriving" {>= "3.2" & < "5.0"}
"ounit" {test}
"uint" {test}
]
3 changes: 3 additions & 0 deletions packages/ppx_deriving_protobuf/ppx_deriving_protobuf.2.6/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
http:
"https://github.com/ocaml-ppx/ppx_deriving_protobuf/archive/v2.6.tar.gz"
checksum: "5970997dab8b0abdd8b82c77fd0cf634"

0 comments on commit e13ed2c

Please sign in to comment.