packages feed

mathlink 2.0.0.4 → 2.0.0.5

raw patch · 2 files changed

+14/−2 lines, 2 files

Files

+ cbits/ml.h view
@@ -0,0 +1,12 @@+#ifndef __ML_H__+#define __ML_H__++extern int MLInterrupt;++extern MLINK stdlink;+extern MLEnvironment stdenv;++int MLInitializeMathLink(char * commandLine);+void MLFinalizeMathLink();++#endif
mathlink.cabal view
@@ -1,5 +1,5 @@ Name:                 mathlink-Version:              2.0.0.4+Version:              2.0.0.5 Cabal-Version:        >= 1.6 Build-Type:           Custom License:              BSD3@@ -14,7 +14,7 @@ Synopsis:             Write Mathematica packages in Haskell Tested-With:          GHC >= 6.10.1 Category:             Foreign-Extra-Source-Files:   INSTALL, example/Test.hs+Extra-Source-Files:   INSTALL, cbits/ml.h example/Test.hs  Description: { Makes it easy to write /Mathematica/ packages in Haskell. Just write some