Name: idlconv Version: 0.1 Author: Dmitry Golubovsky Maintainer: Dmitry Golubovsky License: BSD3 License-File: LICENSE Stability: Experimental Category: Utils Synopsis: Tools for conversion between WebIDL and Haskell Description: Tools for conversion between WebIDL and Haskell: . * @idlconv@: converts IDL specitications to Haskell WebBits representation of Javascript. Build-type: Simple Build-depends: base >=4 && < 5, filepath, mtl, HSH >= 2.0.0, utf8-string, cpphs, WebBits == 1.0, webidl >= 0.1.1, parsec >= 2.0 && < 3.0, filepath, unix, containers >= 0.2, haskell-src-exts >= 1.1.4, datetime >= 0.1, modsplit >= 0.2, webidlsyn Data-files: spec/idltags.txt Executable: idlconv Main-is: IdlConv.hs Hs-source-dirs: ., idllib, backend Other-modules: IdlOptions, IdlGlobal, IdlConvert, IdlUtil, IdlFQMonad, IdlScopedName, BackJSMW, Paths_idlconv