mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Bump revision of ocaml-lacaml, ocaml-base, ocaml-checkseum, ocaml-cryptokit, ocaml-lwt, ocaml-sqlite3, and stog for updated ocaml-dune-configurator, ocaml-dune-build-info, and ocaml-dune-site subport library interfaces. Bump revision of ocaml-camomile and patch EBCDIC-PT charmap to add missing <code_set_name> header, fixing charmap generation with dune 3.24.0. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
33 lines
1.2 KiB
Tcl
33 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-cryptokit
|
|
set ck_version 1.21.1
|
|
github.setup xavierleroy cryptokit [string map {. ""} $ck_version] release
|
|
revision 3
|
|
github.tarball_from archive
|
|
version $ck_version
|
|
epoch 1
|
|
|
|
categories ocaml devel security
|
|
license LGPL-2
|
|
maintainers {landonf @landonf} openmaintainer
|
|
description OCaml interface to cryptographic functions.
|
|
long_description The Cryptokit library for OCaml provides a \
|
|
variety of cryptographic primitives that can be used to \
|
|
implement cryptographic protocols in security-sensitive \
|
|
applications.
|
|
|
|
checksums rmd160 b0fb9f7de8a42680f9fb6e47500861df5a44202e \
|
|
sha256 186fda8b2063882688e1c2621c8234c35acdf4e10cfdd3213ee04bef16902953 \
|
|
size 170096
|
|
|
|
depends_lib port:ocaml-dune-configurator \
|
|
port:ocaml-zarith \
|
|
port:zlib
|
|
|
|
ocaml.build_type dune
|