# -*- 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.0 opam-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
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  f1ea8822cbd48f351f5855f97cf15a4e1c38d8d1 \
                    sha256  a96a27e989d41b2ef80617c4dad74e5c76af083f414a663065f09ce1b80e5d53 \
                    size    4363122

depends_build       port:ocaml-ocamlbuild

use_configure       no
use_parallel_build  no

build.dir           ${worksrcpath}/interpreter
build.target        opt unopt

ocaml.use_findlib   yes
