SMOP

 view release on metacpan or  search on metacpan

m0ld/m0ld.cabal  view on Meta::CPAN

name:                m0ld
version:             0.0
synopsis:            m0ld compiler
description:         a m0ld compiler for the smop runtime
category:            Development
license:             BSD3
author:              Paweł Murias
maintainer:          pawelmurias@gmail.com
Build-type:          Simple
Cabal-Version: >= 1.2
flag SMOP
    description: Enable SMOP Embedding
    default:     False
-- library
--    build-Depends:       base,utf8-string >= 0.3.1.1,containers >= 0.1.0.1,parsec >= 2.0.0.0
--
--    exposed-modules:     M0ld,M0ld.Parser,M0ld.AST -}
executable m0ld
    build-Depends:       base,utf8-string >= 0.3.1.1,containers >= 0.1.0.1,parsec >= 2.0.0.0
    main-is:            m0ld.hs
    if flag(SMOP)
        extra-libraries: smop pcl perl
        extra-lib-dirs: ../build
        cpp-options: -DEMBED_SMOP=1



( run in 0.556 second using v1.01-cache-2.11-cpan-71847e10f99 )