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" 17 "yojson" { >= "1.6" } 18 "uuidm" 19 "lwt" 20 "lwt-zmq" 21 "digestif" 22 "ISO8601" 23 "uutf" 24 "ocaml" {>= "4.03"} 25] 26depopts: [ 27 "tyxml" 28] 29tags: [ "jupyter" "ipython" ] 30homepage: "https://github.com/ocaml-jupyter/jupyter-kernel" 31dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git" 32bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues" 33url { 34 src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.5.tar.gz" 35 checksum: [ 36 "md5=db484e3bb7245e5cfd7184ed1990d568" 37 "sha512=d5cd91d81c05da043b4362cbecd53e3c97724b481725a127267f7691d3d18d0ece923081b7229198bd65835f4c20be7f9a10bafadfd4fbf8f863f1acea2ff53c" 38 ] 39}