this repo has no description
1opam-version: "2.0" 2authors: ["Simon Cruanes" "Andrew Ray"] 3maintainer: "simon.cruanes.2007@m4x.org" 4license: "BSD-2-Clause" 5synopsis: "Library to write jupyter kernels (interactive notebooks)" 6build: [ 7 ["dune" "build" "@install" "-p" name "-j" jobs] 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {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" { >= "0.7.2" } 23 "ptime" 24 "uutf" 25 "logs" 26 "ocaml" {>= "4.08"} 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/v0.8.tar.gz" 37 checksum: [ 38 "md5=6bdd3f6fdc274b676db78ca5f50a58a7" 39 "sha512=c5ce7c36a395497bffb608f239e906b6e60ad965491a6dcf513a3ce0e4f4b87235dde2b77e8449d6bcff66c62c8863462458ce393899123400ca3d722994a90e" 40 ] 41}