# -*- 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-ocaml_intrinsics_kernel
github.setup        janestreet ocaml_intrinsics_kernel 0.17.2 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Intrinsics for OCaml
long_description    Provides functions to invoke amd64 instructions (such as cmov, min/maxsd, \
                    popcnt) when available, or compatible software implementation on other targets.

checksums           rmd160  ab569fd528ecdb3ff569c06173cf90bf406ae6a4 \
                    sha256  a91df2e5038b7d5cc8cccbc2b3fd21fcc5acfffcf4e67792ccb4198c32d18562 \
                    size    11922
github.tarball_from archive

ocaml.build_type    dune
