blob: ce1c090ecdfda1dfa99f118ca449765c9e159378 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = xeus
pkgdesc = C++ implementation of the Jupyter kernel protocol
pkgver = 5.1.0
pkgrel = 1
url = https://github.com/QuantStack/xeus
arch = x86_64
license = BSD
makedepends = cmake
makedepends = zeromq
makedepends = cppzmq
depends = openssl
depends = crypto++
depends = nlohmann-json
depends = xtl
depends = zeromq
options = staticlibs
source = xeus-5.1.0.tar.gz::https://github.com/QuantStack/xeus/archive/5.1.0.tar.gz
sha256sums = ff8f854ac5771bc43bd1f5fce45056c0881bfc1e489b59001655d338ecef8ec9
pkgname = xeus
|