-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprotocell.opam
26 lines (26 loc) · 895 Bytes
/
protocell.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
opam-version: "2.0"
homepage: "https://github.com/martinslota/protocell/"
dev-repo: "git+https://github.com/martinslota/protocell.git"
bug-reports: "https://github.com/martinslota/protocell/issues"
doc: "https://martinslota.github.io/protocell/"
author: "Martin Slota <[email protected]>"
license: "Apache-2.0"
maintainer: "Martin Slota <[email protected]>"
build: [["dune" "build" "-p" name "-j" jobs]]
run-test: [["dune" "runtest" "-p" name "-j" jobs]]
depends: [
"alcotest" {with-test}
"base" {>= "v0.10"}
"core" {with-test & >= "v0.10"}
"conf-protoc" {>= "1.0.0"}
"dune" {>= "1.11"}
"ocaml" {>= "4.04.1"}
"ocplib-endian" {>= "1.0"}
"ppx_deriving" {with-test}
"stdio" {>= "0.11.0"}
]
synopsis: "A Protobuf plugin for OCaml"
description: """
Conjures up convenient OCaml types and serialization functions based on
Protocol Buffer (protobuf) definition files.
"""