https://github.com/uwnetworkslab/uproxy-idl-compiler
Compiles Typescript type definitions to Freedom interface/implementation skeletons.
https://github.com/uwnetworkslab/uproxy-idl-compiler
Last synced: 3 days ago
JSON representation
Compiles Typescript type definitions to Freedom interface/implementation skeletons.
- Host: GitHub
- URL: https://github.com/uwnetworkslab/uproxy-idl-compiler
- Owner: UWNetworksLab
- License: apache-2.0
- Created: 2014-07-31T03:53:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T14:49:19.000Z (almost 9 years ago)
- Last Synced: 2025-12-29T15:54:38.013Z (5 months ago)
- Language: Haskell
- Size: 57.6 KB
- Stars: 0
- Watchers: 32
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uProxy IDL Compiler
===================
Compiles Typescript type definitions to Freedom interface/implementation skeletons.
# How to Build
* Get [GHC](http://www.haskell.org/ghc/) installed. Depends on Haskell Platform 2014.2.0.0 (or maybe newer).
* Run `cabal sandbox init; cabal install`.
The binary should be `.cabal-sandbox/bin/x1`