this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27239 from Octachron/utop-2.15.0-1

utop 2.15.0: switch to the archive with the substituted version number

authored by

Marcello Seri and committed by
GitHub
92e0bfee 09d98a3f

+50
+50
packages/utop/utop.2.15.0-1/opam
··· 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: ["jeremie@dimino.org"] 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.7"} 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 + "odoc" {with-doc} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "@install" 38 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + dev-repo: "git+https://github.com/ocaml-community/utop.git" 43 + url { 44 + src: 45 + "https://github.com/ocaml-community/utop/releases/download/2.15.0/utop-2.15.0-1.tar.gz" 46 + checksum: [ 47 + "sha256=a11844563c36efefc466076f6f5f114d30eff6f032aec2fbe0dcbd20255d204d" 48 + "sha512=07991b7a837bb3cae4d0ca2977d011a34f1bb9a7b3b472787010f788aae3b8d7960bc3c5b7f19c3153249dc8f229934b5f48c37d16f93b50eb4d6b5da65dfe7b" 49 + ] 50 + }