Skip to content

Commit 1105394

Browse files
authored
Merge pull request #24085 from emillon/release-utop-2.13.1
[new release] utop (2.13.1)
2 parents e388200 + b0bcee0 commit 1105394

File tree

1 file changed

+50
-0
lines changed
  • packages/utop/utop.2.13.1

1 file changed

+50
-0
lines changed

packages/utop/utop.2.13.1/opam

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "Universal toplevel for OCaml"
3+
description:
4+
"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."
5+
maintainer: ["[email protected]"]
6+
authors: ["Jérémie Dimino"]
7+
license: "BSD-3-Clause"
8+
homepage: "https://github.com/ocaml-community/utop"
9+
doc: "https://ocaml-community.github.io/utop/"
10+
bug-reports: "https://github.com/ocaml-community/utop/issues"
11+
depends: [
12+
"dune" {>= "2.0"}
13+
"ocaml" {>= "4.11.0"}
14+
"base-unix"
15+
"base-threads"
16+
"ocamlfind" {>= "1.7.2"}
17+
"lambda-term" {>= "3.1.0" & < "4.0"}
18+
"logs"
19+
"lwt"
20+
"lwt_react"
21+
"zed" {>= "3.2.0"}
22+
"react" {>= "1.0.0"}
23+
"cppo" {>= "1.1.2"}
24+
"alcotest" {with-test}
25+
"xdg" {>= "3.9.0"}
26+
]
27+
build: [
28+
["dune" "subst"] {dev}
29+
[
30+
"dune"
31+
"build"
32+
"-p"
33+
name
34+
"-j"
35+
jobs
36+
"@install"
37+
"@runtest" {with-test}
38+
"@doc" {with-doc}
39+
]
40+
]
41+
dev-repo: "git+https://github.com/ocaml-community/utop.git"
42+
url {
43+
src:
44+
"https://github.com/ocaml-community/utop/releases/download/2.13.1/utop-2.13.1.tbz"
45+
checksum: [
46+
"sha256=b04ec2a394d1a6a28a79444c58f66eab77b7f74401f4714aa6e6f1c2125a6ffd"
47+
"sha512=37b116f408a8d8448e5faf99805e3c26a8bc0c149a64e2be75d261b1de9aca176982e95fb0d128e5072f22da99375d0691d23093d4b21d5fb9a26b034c262c51"
48+
]
49+
}
50+
x-commit-hash: "5b98d2845bf8e46a253593578cf0371d773f6da0"

0 commit comments

Comments
 (0)