1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: smlsharp
Section: devel
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper-compat (= 13),
libgmp-dev,
llvm-dev,
libmassivethreads-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://smlsharp.github.io
Vcs-Git: https://salsa.debian.org/debian/smlsharp.git
Vcs-Browser: https://salsa.debian.org/debian/smlsharp
Package: smlsharp
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Standard ML compiler with practical extensions
SML# is a variant of Standard ML programming
language with several practical extensions,
including seamless interoperability with C,
integration with SQL, and separate compilation.
|