forked from eclipse-zenoh/zenoh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zenoh-storages-be-memory.opam
42 lines (36 loc) · 1.09 KB
/
zenoh-storages-be-memory.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
#
# 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"]
synopsis: "The zenoh memory backend"
version: "0.4.2-M1"
license: ["EPL-2.0" "Apache-2.0"]
build: [
["dune" "subst"] {pinned}
["dune" "-p" name "-j" jobs]
]
install: [
["dune" "build" "-p" name "@install"]
["dune" "install" name]
]
depends: [
"ocaml" {= "4.07.1"}
"dune" {= "2.3.0" }
"zenoh-storages-be-lib" {= "0.4.2-M1"}
]