this repo has no description

Merge pull request #21539 from kit-ty-kate/opam-publish-utop.2.9.2

Package utop.2.9.2

Kate d84b6c61 3f8b9d6f

Changed files
+40
packages
utop
utop.2.9.2
+40
packages/utop/utop.2.9.2/opam
···
+
opam-version: "2.0"
+
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."""
+
maintainer: "jeremie@dimino.org"
+
authors: "Jérémie Dimino"
+
license: "BSD-3-Clause"
+
homepage: "https://github.com/ocaml-community/utop"
+
doc: "https://ocaml-community.github.io/utop/"
+
bug-reports: "https://github.com/ocaml-community/utop/issues"
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"base-unix"
+
"base-threads"
+
"ocamlfind" {>= "1.7.2"}
+
"lambda-term" {>= "3.1.0" & < "4.0"}
+
"lwt"
+
"lwt_react"
+
"camomile"
+
"react" {>= "1.0.0"}
+
"cppo" {build & >= "1.1.2"}
+
"dune" {>= "1.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/ocaml-community/utop.git"
+
url {
+
src:
+
"https://github.com/ocaml-community/utop/releases/download/2.9.2/utop-2.9.2.tbz"
+
checksum: [
+
"md5=abd1c592464ce5f31b17009954040d7c"
+
"sha512=db97275aa4bd7725a9eeec6d9155c239f3e48adf8d34b73f55caa2de32fde98862480db5e05dffc89e98efd12eb60e08d89ad34b9a92a8de0d37ccb32af07ddf"
+
]
+
}