forked from eclipse-zenoh/zenoh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zenoh-common.opam
48 lines (42 loc) · 1.31 KB
/
zenoh-common.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# Copyright (c) 2017, 2020 ADLINK Technology Inc.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# ADLINK zenoh team, <[email protected]>
#
opam-version: "2.0"
maintainer: ["[email protected]"]
authors: ["Angelo Corsaro" "Julien Enoch" "Olivier Hecart" "Gabriele Baldoni"]
homepage: "https://zenoh.io"
bug-reports: "https://github.com/atolab/zenoh/issues/"
dev-repo: "git+https://github.com/atolab/zenoh.git"
tags: ["zenoh"]
version: "0.4.2-M1"
license: ["EPL-2.0" "Apache-2.0"]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {= "4.07.1"}
"dune" {= "2.3.0" }
"fmt" {= "0.8.8" }
"logs" {= "0.7.0" }
"lwt" {= "5.1.1" }
"ppx_deriving" {= "4.4" }
"ppx_cstruct" {= "5.1.1" }
"lwt_ppx" {= "2.0.0" }
"apero-core" {= "0.4.7"}
"apero-time" {= "0.4.7"}
"zenoh-net-ocaml" {= "0.4.2-M1"}
]
synopsis : "Zenoh common OCaml library"
description: """
An OCaml library used by both zenoh-net-ocaml API and zenoh-storages plugin."""