{"id":24865168,"url":"https://github.com/diku-dk/sml-hashtable","last_synced_at":"2026-02-24T07:02:52.832Z","repository":{"id":148050612,"uuid":"253606043","full_name":"diku-dk/sml-hashtable","owner":"diku-dk","description":"Standard ML polymorphic and monomorphic hash tables","archived":false,"fork":false,"pushed_at":"2023-10-01T09:10:58.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-31T23:57:56.381Z","etag":null,"topics":["sml","smlpkg","standard-ml"],"latest_commit_sha":null,"homepage":null,"language":"Standard ML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diku-dk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-06T20:17:15.000Z","updated_at":"2024-10-16T10:27:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"37cf13c2-5467-4fb2-9532-9c9b4322d2ce","html_url":"https://github.com/diku-dk/sml-hashtable","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-hashtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-hashtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-hashtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diku-dk%2Fsml-hashtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diku-dk","download_url":"https://codeload.github.com/diku-dk/sml-hashtable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717628,"owners_count":20661143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sml","smlpkg","standard-ml"],"created_at":"2025-01-31T23:58:00.099Z","updated_at":"2025-10-28T14:39:27.228Z","avatar_url":"https://github.com/diku-dk.png","language":"Standard ML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sml-hashtable [![CI](https://github.com/diku-dk/sml-hashtable/workflows/CI/badge.svg)](https://github.com/diku-dk/sml-hashtable/actions)\n\nStandard ML library for polymorphic and monomorphic hash tables.\n\n## Overview of MLB files\n\n### Hashing Functions\n\n- `lib/github.com/diku-dk/sml-hashtable/hash.mlb`:\n\n  - **signature** [`HASH`](lib/github.com/diku-dk/sml-hashtable/HASH.sig)\n  - **structure** `Hash : HASH`\n\n### Polymorphic Hash Tables\n\n- `lib/github.com/diku-dk/sml-hashtable/table.mlb`:\n\n  - **signature** [`TABLE`](lib/github.com/diku-dk/sml-hashtable/TABLE.sig)\n  - **structure** `Table : TABLE`\n\n### Monomorphic Hash Tables\n\n- `lib/github.com/diku-dk/sml-hashtable/mono_table.mlb`:\n\n  - **signature** [`MONO_TABLE`](lib/github.com/diku-dk/sml-hashtable/MONO_TABLE.sig)\n  - **functor** `HashTable(type t val hash: t-\u003eword val eq: t*t-\u003ebool) : MONO_TABLE`\n\n- `lib/github.com/diku-dk/sml-hashtable/string_table.mlb`:\n\n  - **signature** [`MONO_TABLE`](lib/github.com/diku-dk/sml-hashtable/MONO_TABLE.sig)\n  - **structure** `StringTable : MONO_TABLE where type dom = string`\n\n## Use of the package\n\nThis library is set up to work well with the SML package manager\n[smlpkg](https://github.com/diku-dk/smlpkg).  To use the package, in\nthe root of your project directory, execute the command:\n\n```\n$ smlpkg add github.com/diku-dk/sml-hashtable\n```\n\nThis command will add a _requirement_ (a line) to the `sml.pkg` file in your\nproject directory (and create the file, if there is no file `sml.pkg`\nalready).\n\nTo download the library into the directory\n`lib/github.com/diku-dk/sml-hashtable`, execute the command:\n\n```\n$ smlpkg sync\n```\n\nYou can now reference the relevant `mlb`-files using relative paths from\nwithin your project's `mlb`-files.\n\nNotice that you can choose either to treat the downloaded package as\npart of your own project sources (vendoring) or you can add the\n`sml.pkg` file to your project sources and make the `smlpkg sync`\ncommand part of your build process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiku-dk%2Fsml-hashtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiku-dk%2Fsml-hashtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiku-dk%2Fsml-hashtable/lists"}