# -*- 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.1 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  d324dd6b0cdd8ba8b55a24983f5f4ded6ff95415 \
                    sha256  c988b7769a59749631c3c98ba5edd1d2fe91f5dc380b5e0593c073c92f4bee01 \
                    size    11922
github.tarball_from archive

ocaml.build_type    dune
