# -*- 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-js_of_ocaml github.setup ocsigen js_of_ocaml 5.8.2 revision 0 categories ocaml devel lang maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license {GPL-2+ LGPL-2.1+} description Compiler from OCaml bytecode to JavaScript long_description {*}${description} checksums rmd160 f9069d84ce28556481643a879baf450b32a5aecc \ sha256 67a384e1daa944f75dce34167f088ba786775ec57f3a1b3e6c5067ea16a26855 \ size 2197049 github.tarball_from archive depends_lib-append port:ocaml-ppxlib ocaml.build_type dune if {${subport} eq ${name} } { depends_lib-append \ port:ocaml-js_of_ocaml-compiler } subport ocaml-js_of_ocaml-compiler { depends_lib-append \ port:ocaml-cmdliner \ port:ocaml-findlib \ port:ocaml-menhir \ port:ocaml-menhirLib \ port:ocaml-menhirSdk \ port:ocaml-sedlex \ port:ocaml-yojson }