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>
25 lines
867 B
Tcl
25 lines
867 B
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-protocol_version_header
|
|
github.setup janestreet protocol_version_header 0.17.0 v
|
|
revision 2
|
|
categories ocaml devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Protocol-aware version negotiation
|
|
long_description ${description}
|
|
|
|
checksums rmd160 d7868a58b6f9d7d164f3f40f8dc3ba5a73dac77a \
|
|
sha256 18b0838b2d92e4b367b157b0ced6dec9d09c31a5e81a299a1bf25853a490adfd \
|
|
size 9374
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:ocaml-core \
|
|
port:ocaml-ppx_jane
|
|
|
|
ocaml.build_type dune
|