mllex-polyml_0.0~git20210410.85768e9-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Mon, 19 May 2025 11:16:24 -0400 |
Source: | mllex-polyml |
Binary: | mllex-polyml |
Architecture: | source amd64 |
Version: | 0.0~git20210410.85768e9-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Ryan Kavanagh <rak@debian.org> |
Changed-By: | Ryan Kavanagh <rak@debian.org> |
Description: | mllex-polyml - lexical analyzer generator for Standard ML |
Closes: | 1003358 |
Changes: | mllex-polyml (0.0~git20210410.85768e9-1) unstable; urgency=medium * Initial release (Closes: #1003358) |
Files: | 4b838cb4e3a52fcf1cd71ef106fbab32 2063 devel optional mllex-polyml_0.0~git20210410.85768e9-1.dsc 00712492e930e8c792ac5f2e3d13661c 36548 devel optional mllex-polyml_0.0~git20210410.85768e9.orig.tar.xz 1a3c5689860fb3edcf475d4b1b017eb1 3704 devel optional mllex-polyml_0.0~git20210410.85768e9-1.debian.tar.xz 957cd6eef8c3f8f654afe331f762986a 7673 devel optional mllex-polyml_0.0~git20210410.85768e9-1_amd64.buildinfo aa53718e993bb5a211d91e387a392191 266796 devel optional mllex-polyml_0.0~git20210410.85768e9-1_amd64.deb |
mllex-polyml_0.0~git20210410.85768e9-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | mllex-polyml |
Binary: | mllex-polyml |
Architecture: | any |
Version: | 0.0~git20210410.85768e9-1 |
Maintainer: | Ryan Kavanagh <rak@debian.org> |
Homepage: | https://github.com/eldesh/mllex-polyml |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/debian/mllex-polyml |
Vcs-Git: | https://salsa.debian.org/debian/mllex-polyml.git |
Build-Depends: | chrpath, debhelper-compat (=13), libpolyml-dev, polyml, texlive-latex-base |
Package-List: | mllex-polyml deb devel optional arch=any |
Files: | 00712492e930e8c792ac5f2e3d13661c 36548 mllex-polyml_0.0~git20210410.85768e9.orig.tar.xz 1a3c5689860fb3edcf475d4b1b017eb1 3704 mllex-polyml_0.0~git20210410.85768e9-1.debian.tar.xz |
README.source for mllex-polyml_0.0~git20210410.85768e9-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for mllex-polyml_0.0~git20210410.85768e9-1_amd64.deb (click to toggle) | |
---|---|
Package: | mllex-polyml |
Version: | 0.0~git20210410.85768e9-1 |
Architecture: | amd64 |
Maintainer: | Ryan Kavanagh <rak@debian.org> |
Installed-Size: | 575 |
Depends: | libc6 (>=2.34), libpolyml9 |
Section: | devel |
Priority: | optional |
Homepage: | https://github.com/eldesh/mllex-polyml |
Description: | lexical analyzer generator for Standard ML An implementation of mllex ported from mlton to poly/ml. . Lex allows the programmer to make the language description explicit, and to concentrate on what to do with the recognized words, not how to recognize the words. It saves programmer time and increases program maintainability. Unfortunately, Lex is targeted only C. It also places artificial limits on the size of strings that can be recognized. . ML-Lex is a variant of Lex for the ML programming language. ML-Lex has a syntax similar to Lex, and produces an ML program instead of a C program. ML-Lex produces a program that runs very efficiently. Typically the program will be as fast or even faster than a hand-coded lexer implemented in Standard ML. |
contents of mllex-polyml_0.0~git20210410.85768e9-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-05-19 15:16 ./ drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/ drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/bin/ -rwxr-xr-x root/root 360224 2025-05-19 15:16 ./usr/bin/mllex-polyml drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/share/ drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/share/doc/mllex-polyml/ -rw-r--r-- root/root 174 2025-05-19 15:16 ./usr/share/doc/mllex-polyml/changelog.Debian.gz -rw-r--r-- root/root 3263 2025-05-19 15:16 ./usr/share/doc/mllex-polyml/copyright -rw-r--r-- root/root 210768 2025-05-19 15:16 ./usr/share/doc/mllex-polyml/lexgen.pdf.gz drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/share/doc-base/ -rw-r--r-- root/root 234 2022-07-11 18:19 ./usr/share/doc-base/mllex-polyml.mllex-polyml drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/share/man/ drwxr-xr-x root/root 0 2025-05-19 15:16 ./usr/share/man/man1/ -rw-r--r-- root/root 700 2025-05-19 15:16 ./usr/share/man/man1/mllex-polyml.1.gz |
copyright of mllex-polyml_0.0~git20210410.85768e9-1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mllex-polyml Upstream-Contact: Takayuki Goto Source: https://github.com/eldesh/mllex-polyml Files: * Copyright: 2020 Takayuki Goto License: Apache-2.0 Files: LexGen.sml lexgen.tex ml.lex Copyright: 1989-1992 Andrew W. Appel 1989-1992 David R. Tarditi 1989-1992 James S. Mattson 1989 AT&T Bell Laboratories 1997-2000 NEC Research Institute 1999-2017 Matthew Fluet 1999-2006 Henry Cejtin 1999-2006 Suresh Jagannathan 1999-2006 Stephen Weeks License: HPND Comment: The text of the "PRINCETON STANDARD ML SOFTWARE LIBRARY COPYRIGHT NOTICE, LICENSE AND DISCLAIMER" is the HPND with all instances of "above copyright holders" replaced by "Lucent". Files: debian/* Copyright: 2025 Ryan Kavanagh <rak@debian.org> License: ISC License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . https://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". License: HPND 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 the above copyright holders, or their entities, not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . The above copyright holders disclaim all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the above copyright holders 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. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 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. |
Timestamp: 26.05.2025 / 18:02:33 (UTC)