Skip to content

Commit

Permalink
Merge pull request #12844 from akabe/jupyter.2.3.5
Browse files Browse the repository at this point in the history
Release ocaml-jupyter v2.3.5
  • Loading branch information
mseri committed Oct 22, 2018
2 parents e99dc28 + feb2b3f commit 1fa4c07
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions packages/jupyter/jupyter.2.3.5/opam
@@ -0,0 +1,55 @@
opam-version: "2.0"
maintainer: [
"Akinori ABE <aabe.65535@gmail.com>"
]
authors: [
"Akinori ABE"
]
license: "MIT"
homepage: "https://akabe.github.io/ocaml-jupyter/"
bug-reports: "https://github.com/akabe/ocaml-jupyter/issues"
dev-repo: "git+https://github.com/akabe/ocaml-jupyter.git"

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml" {>= "4.04.0"}
"base-threads"
"base-unix"
"uuidm" {>= "0.9.6"}
"base64" {>= "2.1.2"}
"lwt" {>= "4.0.0"}
"lwt_ppx" {>= "1.0.0"}
"logs" {>= "0.6.0"}
"stdint" {>= "0.4.2"}
"zmq" {>= "5.0.0"}
"zmq-lwt" {>= "5.0.0"}
"yojson" {>= "1.3.3"}
"ppx_deriving_yojson" {>= "3.0"}
"cryptokit" {>= "1.12"}
"dune" {build & >= "1.0.0"}
]
depopts: [
"merlin"
]
conflicts: [
"merlin" {< "3.0.0"}
]

post-messages: [
"Please run for registration of ocaml-jupyter kernel:"
""
"$ jupyter kernelspec install --name ocaml-jupyter \\"
" %{share}%/jupyter"
{success}
]

synopsis: "An OCaml kernel for Jupyter notebook"
description:
"OCaml Jupyter provides an OCaml REPL on Jupyter (a great interface with markdown/HTML documentation, LaTeX formula by MathJax, and image embedding). This is useful for data analysis in OCaml."
url {
src: "https://github.com/akabe/ocaml-jupyter/releases/download/v2.3.5/jupyter-2.3.5.tbz"
checksum: "md5=18044f23d05890e5d2fbb90aaa75aec6"
}

0 comments on commit 1fa4c07

Please sign in to comment.