this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23024 from akabe/jupyter.2.8.1

Release ocaml-jupyter kernel 2.8.1

authored by

Kate and committed by
GitHub
1327acda 7f41413d

+59
+59
packages/jupyter/jupyter.2.8.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ 3 + "Akinori ABE <aabe.65535@gmail.com>" 4 + ] 5 + authors: [ 6 + "Akinori ABE" 7 + ] 8 + license: "MIT" 9 + homepage: "https://akabe.github.io/ocaml-jupyter/" 10 + bug-reports: "https://github.com/akabe/ocaml-jupyter/issues" 11 + dev-repo: "git+https://github.com/akabe/ocaml-jupyter.git" 12 + 13 + build: [ 14 + [ "dune" "subst" ] {dev} 15 + [ "dune" "build" "-p" name "-j" jobs ] 16 + ] 17 + depends: [ 18 + "ocaml" {>= "4.10.0" & < "5.0"} 19 + "base-threads" 20 + "base-unix" 21 + "uuidm" {>= "0.9.6"} 22 + "base64" {>= "3.2.0"} 23 + "lwt" {>= "4.0.0"} 24 + "lwt_ppx" {>= "1.0.0"} 25 + "logs" {>= "0.6.0"} 26 + "stdint" {>= "0.4.2"} 27 + "zmq" {>= "5.0.0"} 28 + "zmq-lwt" {>= "5.0.0"} 29 + "yojson" {>="1.6.0"} 30 + "ppx_yojson_conv" {>= "0.14.0"} 31 + "ppx_deriving" {>= "5.2.1"} 32 + "cryptokit" {>= "1.12"} 33 + "dune" {>= "1.0.0"} 34 + "ounit2" {with-test & >= "2.0.0"} 35 + "ocp-indent" {with-test & >= "1.7.0"} 36 + ] 37 + depopts: [ 38 + "merlin" 39 + ] 40 + conflicts: [ 41 + "merlin" {< "3.0.0"} 42 + ] 43 + 44 + post-messages: [ 45 + "Please run for registration of ocaml-jupyter kernel:" 46 + "" 47 + "$ ocaml-jupyter-opam-genspec" 48 + "$ jupyter kernelspec install --name ocaml-jupyter \\" 49 + " %{share}%/jupyter" 50 + {success} 51 + ] 52 + 53 + synopsis: "An OCaml kernel for Jupyter notebook" 54 + description: 55 + "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." 56 + url { 57 + src: "https://github.com/akabe/ocaml-jupyter/releases/download/v2.8.1/jupyter-2.8.1.tbz" 58 + checksum: "sha256=d0afa7c7ad515285413d75fe08d0cb6d070df2e455073b6cfe56a04ae2fb45fd" 59 + }