debian/0000755000000000000000000000000012217222114007160 5ustar debian/source/0000755000000000000000000000000012004112224010452 5ustar debian/source/format0000644000000000000000000000001412004112224011660 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000063312217202203011220 0ustar Infomatioin for smlsharp of Debian * Support architecture Although the package for amd64 also provided this before, only the package for i386 is provided now. Because smlsharp does not correspond to 64 bits. If you want to use this on amd64, please install using the following commands: apt-get install smlsharp:i386 -- Nobuhiro Iwamatsu Tue, 03 Sep 2013 07:27:53 +0900 debian/smlsharp.manpages0000644000000000000000000000002212004112224012512 0ustar debian/smlsharp.1 debian/control0000644000000000000000000000136012217221575010575 0ustar Source: smlsharp Section: devel Priority: extra Maintainer: Nobuhiro Iwamatsu 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. debian/docs0000644000000000000000000000000012004112224010013 0ustar debian/copyright0000644000000000000000000001070512004112224011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: smlsharp Source: http://www.pllab.riec.tohoku.ac.jp/smlsharp/ Files: src/ml-lex src/ml-yacc src/smlnj-lib Copyright: (c) 1989-2002 by Lucent Technologies License: SML/NJ license STANDARD ML OF NEW JERSEY COPYRIGHT NOTICE, LICENSE AND DISCLAIMER. . Copyright (c) 1989-2002 by Lucent Technologies . Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice and warranty disclaimer appear in supporting documentation, and that the name of Lucent Technologies, Bell Labs or any Lucent entity not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . Lucent disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall Lucent be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software. . The SML/NJ distribution also includes code licensed under the same terms as above, but with "David R. Tarditi Jr. and Andrew W. Appel", "Vrije Universiteit" or "Evans & Sutherland" instead of "Lucent". Files: * Copyright: (c) 2006 - 2012, Tohoku University. License: BSD-3-Clause license Copyright (c) 2006 - 2012, Tohoku University. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Tohoku University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY TOHOKU UNIVERSITY AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL TOHOKU UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2012 Nobuhiro Iwamatsu License: BSD-2-Clause license Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000075112217221635010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ override_dh_auto_configure: CC="gcc -m32" LD="ld -m elf_i386" \ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ./configure --prefix=/usr --enable-fast-build \ --enable-thread override_dh_auto_clean: dh_auto_clean rm -rf precompiled/fastbuild1 rm -rf precompiled/fastbuild2 debian/source.lintian-overrides0000644000000000000000000000021412004112224014027 0ustar smlsharp source: ancient-autotools-helper-file config.guess 2003-10-03 smlsharp source: ancient-autotools-helper-file config.sub 2003-08-18 debian/compat0000644000000000000000000000000212004112224010350 0ustar 9 debian/changelog0000644000000000000000000000143512217221635011044 0ustar smlsharp (1.2.0-2) unstable; urgency=low * Update debian/control. - Set Architecture to i386 only. (Closes: #718108) - Bump Standards-Version to 3.9.4. - Add libgmp-dev to Depends. * Add README.Debian. Add infomation about support architecture. -- Nobuhiro Iwamatsu Mon, 29 Jul 2013 11:26:41 +0900 smlsharp (1.2.0-1) unstable; urgency=low * New upstream release. -- Nobuhiro Iwamatsu Wed, 21 Nov 2012 12:24:30 +0900 smlsharp (1.1.0-1) unstable; urgency=low * New upstream release. -- Nobuhiro Iwamatsu Thu, 09 Aug 2012 05:52:40 +0900 smlsharp (1.0.3-1) unstable; urgency=low * Initial release (Closes: #682823) -- Nobuhiro Iwamatsu Tue, 24 Jul 2012 15:28:44 +0900 debian/smlsharp.10000644000000000000000000000325412004112224011071 0ustar .TH "SMLSHARP" 1 "24 Jul 2012" "SMLSHARP" "SMLSHARP" .SH NAME shlsharp \- Standard ML compiler with practical extensions .SH SYNOPSIS .B smlsharp [options] file ... .SH DESCRIPTION \fBSML#\fP is a new programming language in the Standard ML family being developed at RIEC (Research Institute of Electrical Communication), Tohoku University. Its design goal is to provide practically important extensions while maintaining the compatibility of the Definition of Standard ML. .SH OPTIONS: .TP .B \\--help print this message .TP .B \\-v verbose mode .TP .B \\-o place the output to .TP .B \\-c compile only; do not assemble and link .TP .B \\-S compile and assemble; do not link .TP .B \\-M make dependency for compile .TP .B \\-MM make dependency for compile but ignore system files .TP .B \\-Ml make dependency for link .TP .B \\-MMl make dependency for link but ignore system files .TP .B \\-fsyntax-only check for syntax errors, and exit .TP .B \\-ftypecheck-only check for type errors, and exit .TP .B \\-fprint-main-ids print main entry identifiers, and exit .TP .B \\-I add to file search path .TP .B \\-L add to library path of the linker .TP .B \\-l link with to create an executable file .TP .B \\-Wl, pass comma-separated to the linker .TP .B \\-Wa, pass comma-separated to the assembler .TP .B \\-target= set target platform to .TP .B \\-nostdpath no standard file search path is used .TP .B \\-d = set extra option for compiler developers. .SH AUTHOR This manual page was written by Nobuhiro Iwamatsu for the Debian GNU/Linux system (but may be used by others).