1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: smlsharp
Section: devel
Priority: extra
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gcc-multilib, ed, mawk,
libgmp-dev, cpio
Standards-Version: 3.9.4
Homepage: http://www.pllab.riec.tohoku.ac.jp/smlsharp/
Vcs-Git: git://anonscm.debian.org/collab-maint/smlsharp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/smlsharp.git
Package: smlsharp
Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev
Description: Standard ML compiler with practical extensions
SML# is a variant of Standard ML programming
language with several practical extentions,
including seamless interoperability with C,
integration with SQL, and separate compilation.
|