summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d4349278914254927f3cf9fd33120dac530c280e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = cl-jupyter
	pkgdesc = An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
	pkgver = 0.7
	pkgrel = 3
	url = https://github.com/fredokun/cl-jupyter
	install = cl-jupyter.install
	arch = any
	license = https://github.com/fredokun/cl-jupyter/blob/master/LICENSE
	depends = sbcl
	depends = python
	depends = jupyter-notebook
	depends = quicklisp
	depends = asdf
	source = git+https://github.com/fredokun/cl-jupyter
	sha256sums = SKIP

pkgname = cl-jupyter