You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a776172ef6
Version updates required for 5.5: - ocaml-merlin to 5.8-505 - ocaml-camlp4 to 5.5+1 - ocaml-js_of_ocaml to 6.4.0 - ocaml-batteries to 3.11.0 Removed ocaml-ppx_tools which is dead upstream and superseded by ppxlib. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
31 lines
1.0 KiB
Tcl
31 lines
1.0 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 ocaml 1.1
|
|
PortGroup github 1.0
|
|
|
|
name ocaml-stringext
|
|
version 1.6.0
|
|
revision 2
|
|
categories ocaml devel
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
license MIT
|
|
|
|
github.setup rgrinberg stringext ${version}
|
|
github.tarball_from releases
|
|
use_bzip2 yes
|
|
distname stringext-${version}
|
|
extract.suffix .tbz
|
|
|
|
description Extra string functions for OCaml
|
|
long_description Extra string functions for OCaml. Mainly splitting. All \
|
|
functions are in the Stringext module.
|
|
|
|
homepage https://github.com/rgrinberg/stringext
|
|
|
|
checksums rmd160 45794360c2ac26af1f1e31ef9907a896a75dd8df \
|
|
sha256 db41f5d52e9eab17615f110b899dfeb27dd7e7f89cd35ae43827c5119db206ea \
|
|
size 7445
|
|
|
|
ocaml.build_type dune
|