opam-version: "2.0" authors: ["Simon Cruanes" "Andrew Ray"] maintainer: "simon.cruanes.2007@m4x.org" license: "BSD-2-Clause" synopsis: "Library to write jupyter kernels (interactive notebooks)" build: [ ["dune" "build" "@install" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "dune" { >= "1.1" } "odoc" {with-doc} "base-bytes" "result" "base-unix" "zmq" { >= "5.0" & < "6.0" } "zmq-lwt" { >= "5.0" & < "6.0" } "atdgen" {< "2.16.0"} "yojson" { >= "1.7" } "uuidm" "lwt" "digestif" { >= "0.7.2" } "ptime" "uutf" "logs" "ocaml" {>= "4.08"} ] depopts: [ "tyxml" ] tags: [ "jupyter" "ipython" ] homepage: "https://github.com/ocaml-jupyter/jupyter-kernel" dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git" bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues" url { src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/v0.8.tar.gz" checksum: [ "md5=6bdd3f6fdc274b676db78ca5f50a58a7" "sha512=c5ce7c36a395497bffb608f239e906b6e60ad965491a6dcf513a3ce0e4f4b87235dde2b77e8449d6bcff66c62c8863462458ce393899123400ca3d722994a90e" ] }