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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: wasmedge
Section: web
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
libspdlog-dev,
llvm-dev,
liblld-dev,
lowdown,
Standards-Version: 4.7.0
Homepage: https://wasmedge.org/
Vcs-Browser: https://salsa.debian.org/debian/wasmedge
Vcs-Git: https://salsa.debian.org/debian/wasmedge.git
Package: wasmedge
Architecture: amd64 arm64
Depends:
${shlibs:Depends},
${misc:Depends},
libwasmedge0 (= ${binary:Version}),
Description: standalone runtime for WebAssembly
WasmEdge is a lightweight, high-performance, and extensible WebAssembly
runtime for cloud native, edge, and decentralized applications.
.
It powers serverless apps, embedded functions, microservices, smart contracts,
and IoT devices.
.
This package provides the general WASM runtime ("wasmedge run") as well as the
ahead-of-time WASM compiler ("wasmedge compile").
Package: libwasmedge0
Section: libs
Architecture: amd64 arm64
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: standalone runtime for WebAssembly (C API shared library)
WasmEdge is a lightweight, high-performance, and extensible WebAssembly
runtime for cloud native, edge, and decentralized applications.
.
It powers serverless apps, embedded functions, microservices, smart contracts,
and IoT devices.
.
This package provides the C API shared library.
Package: libwasmedge-dev
Section: libdevel
Architecture: amd64 arm64
Multi-Arch: same
Depends:
${misc:Depends},
libwasmedge0 (= ${binary:Version}),
Description: standalone runtime for WebAssembly (development headers)
WasmEdge is a lightweight, high-performance, and extensible WebAssembly
runtime for cloud native, edge, and decentralized applications.
.
It powers serverless apps, embedded functions, microservices, smart contracts,
and IoT devices.
.
This package provides the C API shared library development headers.
# A docs package for the book can be generated after mdBook is packaged for
# Debian; see #1004481 for the RFP
|