File tree Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Expand file tree Collapse file tree 2 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Protocol Buffers, JSON and XML serialization system for OCaml"
3+ authors: "Anton Lavrik <
[email protected] >"
4+ maintainer: "Anton Lavrik <
[email protected] >"
5+ license: "Apache-2.0"
6+ homepage: "https://github.com/alavrik/piqi-ocaml"
7+ bug-reports: "https://github.com/alavrik/piqi-ocaml/issues"
8+ depends: [
9+ "ocaml" {>= "4.02.0"}
10+ "dune" {>= "2.0.0"}
11+ "piqilib"
12+ "stdlib-shims"
13+ "num" {with-test}
14+ ]
15+ dev-repo: "git+https://github.com/alavrik/piqi-ocaml"
16+
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ "piqi,piqirun"
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+
32+ install: [
33+ ["dune" "install" "-p" "piqi,piqirun"]
34+ ]
35+
36+ url {
37+ src: "https://github.com/alavrik/piqi-ocaml/archive/v0.7.8.tar.gz"
38+ checksum: "md5=e9bd34d56f33c3fe6cfa133341f96bdf"
39+ }
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion"
4+ authors: "Anton Lavrik <
[email protected] >"
5+ maintainer: "Anton Lavrik <
[email protected] >"
6+ homepage: "http://piqi.org"
7+ license: "Apache-2.0"
8+ bug-reports: "https://github.com/alavrik/piqi/issues"
9+ depends: [
10+ "ocaml" {>= "4.03" & < "4.14.0"}
11+ "dune" {>= "2.0.0"}
12+ "easy-format"
13+ "sedlex" {>= "2.0" & < "3.0"}
14+ "xmlm"
15+ "base64" {>= "3.1.0"}
16+ ]
17+ dev-repo: "git+https://github.com/alavrik/piqi"
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+
33+ url {
34+ src: "https://github.com/alavrik/piqi/archive/v0.6.16.tar.gz"
35+ checksum: "md5=33121fae570f0949426bab875c809b78"
36+ }
You can’t perform that action at this time.
0 commit comments