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