this repo has no description
1opam-version: "2.0"
2license: "MIT"
3authors: ["Simon Cruanes" "Andrew Ray"]
4maintainer: "simon.cruanes.2007@m4x.org"
5synopsis: "Library to write jupyter kernels (interactive notebooks)"
6build: [
7 ["dune" "build" "@install" "-p" name "-j" jobs]
8 ["dune" "build" "@doc" "-p" name] {with-doc}
9]
10depends: [
11 "dune" { >= "1.1" }
12 "odoc" {with-doc}
13 "base-bytes"
14 "result"
15 "base-unix"
16 "zmq" { >= "5.0" & < "6.0" }
17 "zmq-lwt" { >= "5.0" & < "6.0" }
18 "atdgen" {< "2.16.0"}
19 "yojson" { >= "1.7" }
20 "uuidm"
21 "lwt"
22 "digestif"
23 "ISO8601"
24 "uutf"
25 "logs"
26 "ocaml" {>= "4.03"}
27]
28depopts: [
29 "tyxml"
30]
31tags: [ "jupyter" "ipython" ]
32homepage: "https://github.com/ocaml-jupyter/jupyter-kernel"
33dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git"
34bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues"
35url {
36 src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.7.tar.gz"
37 checksum: [
38 "md5=02b7275196a74dc2b28565328104fe61"
39 "sha512=5f642a682ebb314a939409751b76a1c6f1e8ac0c4f999c6f9ba38937f985cca172e3f361df4d264ce040fc93d7239e24583f987be8e339230606b6025a92178e"
40 ]
41}