this repo has no description
1opam-version: "2.0" 2maintainer: "jeremie@dimino.org" 3authors: "Jérémie Dimino" 4license: "BSD-3-Clause" 5homepage: "https://github.com/ocaml-community/utop" 6bug-reports: "https://github.com/ocaml-community/utop/issues" 7doc: "https://ocaml-community.github.io/utop/" 8depends: [ 9 "ocaml" {>= "4.03.0" & < "4.11"} 10 "base-unix" 11 "base-threads" 12 "ocamlfind" {>= "1.7.2"} 13 "lambda-term" {>= "2.0" & < "3.0"} 14 "lwt" 15 "lwt_react" 16 "camomile" {< "2.0.0"} 17 "react" {>= "1.0.0"} 18 "cppo" {build & >= "1.1.2"} 19 "dune" {>= "1.0"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 ["dune" "build" "-p" name "-j" jobs] 24 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 25] 26dev-repo: "git+https://github.com/ocaml-community/utop.git" 27synopsis: "Universal toplevel for OCaml" 28description: """ 29utop is an improved toplevel (i.e., Read-Eval-Print Loop or REPL) for 30OCaml. It can run in a terminal or in Emacs. It supports line 31edition, history, real-time and context sensitive completion, colors, 32and more. It integrates with the Tuareg mode in Emacs. 33""" 34url { 35 src: 36 "https://github.com/ocaml-community/utop/releases/download/2.4.3/utop-2.4.3.tbz" 37 checksum: [ 38 "sha256=4e30ba6e224bea5776bc1a6ac3fee7f7548a35acf41d35e59c45913e28a0ea80" 39 "sha512=507917f4256c4a37058a106598a61aa092301f008b7e9385950a615e37b7f1a217f1e3b116678cb90ef1938c038ed135dabf2f9987c8fec21b5eb322a005632a" 40 ] 41}