Skip to content

Commit

Permalink
jupyter-kernel.0.2 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 16, 2018
1 parent 9c4ccfd commit d9367ea
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/jupyter-kernel/jupyter-kernel.0.2/descr
@@ -0,0 +1,8 @@
A library for writing [Jupyter](https://jupyter.org) kernels in OCaml

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
26 changes: 26 additions & 0 deletions packages/jupyter-kernel/jupyter-kernel.0.2/opam
@@ -0,0 +1,26 @@
opam-version: "1.2"
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: "https://github.com/ocaml-jupyter/jupyter-kernel.git"
build: [make "build"]
build-doc: ["jbuilder" "doc"]
depends: [
"jbuilder" {build}
"base-bytes"
"result"
"base-unix"
"zmq"
"atdgen"
"yojson"
"uuidm"
"lwt"
"lwt-zmq"
"nocrypto"
"hex"
"ISO8601"
]
depopts: "tyxml"
available: [ocaml-version >= "4.02.0"]
2 changes: 2 additions & 0 deletions packages/jupyter-kernel/jupyter-kernel.0.2/url
@@ -0,0 +1,2 @@
http: "https://github.com/ocaml-jupyter/jupyter-kernel/archive/0.2.tar.gz"
checksum: "413923e5b118647e755d07876d604066"

0 comments on commit d9367ea

Please sign in to comment.