File: dune-project

package info (click to toggle)
utop 2.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 888 kB
  • sloc: ml: 3,647; lisp: 895; makefile: 50; sh: 20
file content (31 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(lang dune 2.7)
(formatting (enabled_for dune))
(name utop)
(version 2.16.0)

(generate_opam_files)
(source (github ocaml-community/utop))
(documentation https://ocaml-community.github.io/utop/)
(license BSD-3-Clause)
(maintainers jeremie@dimino.org)
(authors "Jérémie Dimino")

(package
 (name utop)
 (synopsis "Universal toplevel for OCaml")
 (description
  "utop is an improved toplevel (i.e., Read-Eval-Print Loop or REPL) for OCaml. It can run in a terminal or in Emacs. It supports line edition, history, real-time and context sensitive completion, colors, and more. It integrates with the Tuareg mode in Emacs.")
 (depends
  (ocaml (>= 4.11.0))
  base-unix
  base-threads
  (ocamlfind (>= 1.7.2))
  (lambda-term (and (>= 3.1.0) (< 4.0)))
  logs
  lwt
  lwt_react
  (zed (>= 3.2.0))
  (react (>= 1.0.0))
  (cppo (>= 1.1.2))
  (alcotest :with-test)
  (xdg (>= 3.9.0))))