Result for 59C369C069A707ED3A05F124AD7B09962EC98C42

Query result

Key Value
FileName./usr/share/doc/smlnj/copyright
FileSize1831
MD5A08B8946ADFB1AD20D9D41CCD65A826B
SHA-159C369C069A707ED3A05F124AD7B09962EC98C42
SHA-2564229E327720883B665DAD6A039535D9859A34597E9E5214645E61437CF513A1A
SSDEEP48:Z1Lbirml3EwEthU14z/tuiyv6tnGwly39IXq2LG:Z1Hky3rgU1Uq6tpLG
TLSHT1F431B51FFBCC037825F3438A2126C5D0F61DE93833006AA1A859D22E035B66801BE756
hashlookup:parent-total247
hashlookup:trust100

Network graph view

Parents (Total: 247)

The searched file hash is included in 247 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize110736
MD545F1B1F741C737E76E06E26993147D67
PackageDescriptionNo Longer Foreign Function Interface Allows ML programs to inspect and manipulate C data structures directly. This is implemented through three separate libraries, one that provides a user-code accessible frontend, one that implements this, and another that handles low-level raw memory access.
PackageMaintainerDebian QA Group <packages@qa.debian.org>
PackageNamelibmlnlffi-smlnj
PackageSectiondevel
PackageVersion110.79-4
SHA-10055E798E3802D5242375AB9F0DAD3266AAAE6C2
SHA-2567A905292006F1479D5E2E90BE8D7519BB3B6CBF8B612F50C52C0F3D726AF2E44
Key Value
CRC32BBF7AADF
FileName54845
FileSize188602
MD5E0385D0CA2253CBF3362D8ECA3B6F492
OpSystemCode362
PackageDescriptionCode generator generator for Standard ML ml-burg generates a Standard ML program to perform bottom-up rewriting of an input tree. Cost information associated with each rewrite rule is used to derive the minimum rewrite cost for the entire tree. A successful reduction corresponds to rewriting the input tree to a special non-terminal symbol called the "start" non-terminal. Upon successful reduction, facilities are provided to walk the tree emitting semantic actions corresponding to the rules that matched. . Install this package if you want to write a compiler in SML using a burg specification.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNameml-burg
PackageSectiondevel
PackageVersion110.78-2
ProductCode184819
RDS:package_id184819
SHA-1005CBF4BC0124703AD41B0A1E14815DD659B6828
SHA-256C7DE52168DA3882A7850A2A0C76E1EAA5911E5090C7655455C4AA4FE96C25703
SpecialCode
dbnsrl_legacy
insert-timestamp1648719972.9971054
sourceRDS_2022.03.1_legacy.db
Key Value
FileSize158776
MD574ECADE7B9FB82CFE35087FF098B2E00
PackageDescriptionLexical analyzer generator for Standard ML Lexical analysis is the problem of segmenting input into words and recognizing different classes of words. ml-lex uses regular expressions to describe classes of words. It transforms a simple declarative language specification into an efficient SML program for analyzing that language. . Install this package if you want to produce a lexer in Standard ML.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNameml-lex
PackageSectiondevel
PackageVersion110.79-4
SHA-100AC67ACAD8D2B43C4F24E6697645D5A114BE48F
SHA-256411C977207BC5F0755505A034B26E28390D11FD1235D0E19A146CE9F5F62AD1F
Key Value
FileSize529948
MD5CFC3E8295A7F13993D124A3237A20C40
PackageDescriptionML generator for C glue code This tool reads in C source code and outputs ML code and a CM description file for use with the ML "No Longer Foreign Function Interface" library. This tool works by separating each top-level C declaration into a new ML source file. For large programs, this puts some strain on the SML Compilation Manager, but this should only marginally increase the program run-time.
PackageMaintainerJames McCoy <jamessan@debian.org>
PackageNameml-nlffigen
PackageSectiondevel
PackageVersion110.76-2
SHA-1026EB050193F738E25E8AD30AA56180482B0F457
SHA-25633CD27310757677AEC561E3F1068583BC47D608967F3AE7EC5EF56E8EA3D9A0F
Key Value
FileSize499272
MD59CC3715D7CE4C25D8AB86DE7F85ED00C
PackageDescriptionSML/NJ language processing tools Tradition has it that when a new programming language is introduced, new scanner and parser generators are written in that language, and generate code for that language. Traditional also has it that the new tools are modeled after the old lex and yacc tools, both in terms of the algorithms used, and often the syntax as well. The language Standard ML is no exception: ml-lex and ml-yacc are the SML incarnations of the old Unix tools. . This package has two new tools, ml-ulex and ml-antlr, that follow tradition in separating scanning from parsing, but break from tradition in their implementation: ml-ulex is based on regular expression derivatives rather than subset-construction, and ml-antlr is based on LL(k) parsing rather than LALR(1) parsing.
PackageMaintainerDebian QA Group <packages@qa.debian.org>
PackageNameml-lpt
PackageSectiondevel
PackageVersion110.79-2+b1
SHA-102F0D783D465151951891EBC420E89221C4E3B41
SHA-2569C60CDBA9CA843227AD4EAEB021E1B49C0BC41F4A532A8436966B12924CCEBB9
Key Value
FileSize539574
MD5E2F07D33BD529EDC5497F2895DCFE8FA
PackageDescriptionML generator for C glue code This tool reads in C source code and outputs ML code and a CM description file for use with the ML "No Longer Foreign Function Interface" library. This tool works by separating each top-level C declaration into a new ML source file. For large programs, this puts some strain on the SML Compilation Manager, but this should only marginally increase the program run-time.
PackageMaintainerDebian QA Group <packages@qa.debian.org>
PackageNameml-nlffigen
PackageSectiondevel
PackageVersion110.79-4
SHA-10362FB461BC68B266A56EBADDD4C9C9914237125
SHA-256DF4919DABA0189A15CB663F975F33CB395B43C79D63049FAE1260D147627261D
Key Value
FileSize493540
MD582D9F16939D41BFBF8D7C51542609B18
PackageDescriptionUseful libraries for Standard ML of New Jersey A library for SML, including: * Util A general utility library. * Controls A library of support code for managing application controls. * HashCons A library supporting hash-consing of data structures and efficient sets and maps using hash-consed keys. * HTML Provides parsing and pretty printing of HTML. * INet Networking utilities. * PP Pretty-printing library. * Reactive A low-level reactive scripting library. * RegExp Regular-expression library. * Unix A set of unix specific utilities.
PackageMaintainerDebian QA Group <packages@qa.debian.org>
PackageNamelibsmlnj-smlnj
PackageSectiondevel
PackageVersion110.79-6
SHA-105B7033565C6BA1C2D0731751DD69A0295AC97B8
SHA-256F25583AA74B940FA2AF94FBC5A4FB03DB93D4B4EF9ADAB9547A4D890308DABBD
Key Value
FileSize40616
MD5D4820BA72FF315FFF6A5B5213E0D5116
PackageDescriptionPortable graph utility library for SML Compilation Manager Utility routines for use with portable dependency graphs. This package contains support to build list-of-edges dependency graphs and convert them back into valid SML code.
PackageMaintainerDebian QA Group <packages@qa.debian.org>
PackageNamelibpgraphutil-smlnj
PackageSectiondevel
PackageVersion110.79-4
SHA-105EDDB7378C161AA4BDE830E5DE841737C004389
SHA-2562A537E2E88D4F2ADE02BC886EF1B2CE032CA6DF2322250E9E1D723F8D586FE23
Key Value
FileSize34492
MD5A9C3EE5CE06A8DAF6CB50F586BE637AF
PackageDescriptionConcurrent ML utility library Not all modules in the normal SML/NJ library are thread safe. This library provides thread-safe implementations of these libraries.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibcmlutil-smlnj
PackageSectiondevel
PackageVersion110.76-1
SHA-106064AC6A1D3E9A4FAA9DA01BB0C2AF9EA888C46
SHA-25690CE5AB5DF624725CCF8B28790AA1A6CF259BDCABBBDBC1123BF068476FBA90E
Key Value
CRC32ABB9F851
FileName54841
FileSize107564
MD5E57881E802B258E8F9EF93FA852CD13C
OpSystemCode362
PackageDescriptionNo Longer Foreign Function Interface Allows ML programs to inspect and manipulate C data structures directly. This is implemented through three separate libraries, one that provides a user-code accessible frontend, one that implements this, and another that handles low-level raw memory access.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamelibmlnlffi-smlnj
PackageSectiondevel
PackageVersion110.78-2
ProductCode184819
RDS:package_id184819
SHA-107B73D030EDEE24814DB9601059F3AB119BA389B
SHA-256B256F8EC045FDBBC1AD51C8F48F4745B355FC58C441C48C41C1F8CF22D0ADFC5
SpecialCode
dbnsrl_legacy
insert-timestamp1648755907.027171
sourceRDS_2022.03.1_legacy.db