You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
bbc3c76335
6.1.1 fixed the OCaml 5.5 build error (ocsigen/lwt#1100), which was previously patched; remove the backport patch now that the fix is upstream. 6.1.2 fixes lock initialisation on Windows. Bump revision of ocaml-logs, ocaml-lambda-term, ocaml-utop, and stog for updated Lwt C unix stubs. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
30 lines
1.2 KiB
Tcl
30 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup ocaml 1.1
|
|
|
|
name ocaml-lambda-term
|
|
github.setup ocaml-community lambda-term 3.4.0
|
|
github.tarball_from archive
|
|
revision 3
|
|
categories ocaml devel editors
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description Cross-platform library for manipulating the terminal
|
|
long_description Lambda-Term is a cross-platform library for manipulating the terminal. It provides \
|
|
an abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-like applications.
|
|
|
|
checksums rmd160 f62f10b9b29fc4c8c600c237ce7f14665a472937 \
|
|
sha256 5f11f5c4f2bfd448c647aa41b4709f06d02225e4f05e1a7d20754c0614454031 \
|
|
size 142784
|
|
|
|
depends_lib-append port:ocaml-logs \
|
|
port:ocaml-lwt \
|
|
port:ocaml-lwt_react \
|
|
port:ocaml-mew_vi \
|
|
port:ocaml-react \
|
|
port:ocaml-zed
|
|
|
|
ocaml.build_type dune
|