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