Skip to content

Commit 9e0e857

Browse files
committed
[new release] utop (2.12.1)
CHANGES: * Fix regression with unit qualification when a `Unit` module is in scope with no `()` constructor (ocaml-community/utop#429, fixes ocaml-community/utop#428, @emillon) * emacs: add completion-at-point implementation (ocaml-community/utop#406, fixes ocaml-community/utop#261, @j-shilling)
1 parent 786c55f commit 9e0e857

File tree

1 file changed

+43
-0
lines changed
  • packages/utop/utop.2.12.1

1 file changed

+43
-0
lines changed

packages/utop/utop.2.12.1/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: "Jérémie Dimino"
4+
license: "BSD-3-Clause"
5+
homepage: "https://github.com/ocaml-community/utop"
6+
bug-reports: "https://github.com/ocaml-community/utop/issues"
7+
doc: "https://ocaml-community.github.io/utop/"
8+
depends: [
9+
"ocaml" {>= "4.08.0"}
10+
"base-unix"
11+
"base-threads"
12+
"ocamlfind" {>= "1.7.2"}
13+
"lambda-term" {>= "3.1.0" & < "4.0"}
14+
"logs"
15+
"lwt"
16+
"lwt_react"
17+
"zed" { >= "3.2.0" }
18+
"react" {>= "1.0.0"}
19+
"cppo" {build & >= "1.1.2"}
20+
"dune" {>= "1.0"}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
["dune" "build" "-p" name "-j" jobs]
25+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
26+
]
27+
dev-repo: "git+https://github.com/ocaml-community/utop.git"
28+
synopsis: "Universal toplevel for OCaml"
29+
description: """
30+
utop is an improved toplevel (i.e., Read-Eval-Print Loop or REPL) for
31+
OCaml. It can run in a terminal or in Emacs. It supports line
32+
edition, history, real-time and context sensitive completion, colors,
33+
and more. It integrates with the Tuareg mode in Emacs.
34+
"""
35+
url {
36+
src:
37+
"https://github.com/ocaml-community/utop/releases/download/2.12.1/utop-2.12.1.tbz"
38+
checksum: [
39+
"sha256=67a4b7a54138458e50ee4791515490bb392291ec1680cfac44b81c47ef1b2253"
40+
"sha512=a3957684b5124227ff5c18aa3221aa3cdfdffce345df49db7ac84005012bcdda6e12ad00466f592f3b42ead50626fc250713a91ca4500b7ab2e89b15d96a3f84"
41+
]
42+
}
43+
x-commit-hash: "ba0e2c7fffab33cf78e2f6e4c346f65e7c0949ae"

0 commit comments

Comments
 (0)