opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: ["Simon Cruanes" "Andrew Ray"]
homepage: "https://github.com/ocaml-jupyter/jupyter-kernel"
bug-reports: "https://github.com/ocaml-jupyter/jupyter-kernel/issues"
tags: ["jupyter" "ipython"]
dev-repo: "git+https://github.com/ocaml-jupyter/jupyter-kernel.git"
build: [
  [make "build"]
  ["jbuilder" "doc"] {with-doc}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "jbuilder"
  "base-bytes"
  "result"
  "base-unix"
  "zmq"
  "atdgen"
  "yojson"
  "uuidm"
  "lwt" {< "4.0.0"}
  "lwt-zmq"
  "nocrypto"
  "hex"
  "ISO8601"
]
available: [ false ] # lwt.ppx failure
depopts: "tyxml"
synopsis:
  "A library for writing [Jupyter](https://jupyter.org) kernels in OCaml"
description: """
This project is a library for *writing Jupyter kernels in OCaml*.

If you are looking for a *Jupyter kernel for OCaml*, try one of these:
- https://github.com/KKostya/simple_jucaml
- https://github.com/andrewray/iocaml
- https://github.com/akabe/ocaml-jupyter"""
url {
  src: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.2.tar.gz"
  checksum: "md5=413923e5b118647e755d07876d604066"
}
