# -*- 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-wasm
github.setup        WebAssembly spec 2.0.2 opam-
github.tarball_from archive
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             Apache-2
description         OCaml Web Assembly library
long_description    An OCaml library to read and write Web Assembly \
                    (wasm) files and manipulate their AST.

checksums           rmd160  3246dfb5fc61252840cb8c9c3f432664f17767b7 \
                    sha256  4461f5289788ca160c09c0eb16474c42824257b1800993f9b3f774a3d617eb62 \
                    size    9045778

depends_build       port:ocaml-ocamlbuild

depends_lib-append  port:ocaml-menhir

use_configure       no
use_parallel_build  no

ocaml.build_type    dune
