# ns3158
Name: PLT
Version: 0.1
Synopsis: PLT project
Authors: Nigel Schuster
License: MIT
OASISFormat: 0.4
BuildTools: ocamlbuild
Plugins: META (0.4), DevFiles (0.4), StdFiles (0.4)

XStdFilesAUTHORSFilename: AUTHORS
XStdFilesINSTALLFileName: INSTALL
XStdFilesREADMEFileName:  README

SourceRepository master
  Type: git
  Location: https://github.com/Neitsch/plt.git
  Branch: master
  Browser: https://github.com/Neitsch/plt

Executable main
  BuildDepends: str, llvm, llvm.analysis
  CompiledObject: byte
  Path: src/main
  MainIs: main.ml

Test testcompile
  Type: Custom (0.0.1)
  Command: sh ./testscript.sh
