An open API service indexing awesome lists of open source software.

https://github.com/azdavis/sml-libs

Signatures for SML libraries
https://github.com/azdavis/sml-libs

Last synced: about 2 months ago
JSON representation

Signatures for SML libraries

Awesome Lists containing this project

README

        

# sml-libs

Signatures for various SML libraries.

Originally a part of [Millet][] that I pulled out into its own repo.

Mostly scraped from public documentation websites using [sml-libs-scraper][], with some manual formatting tweaks.

## Licenses

Most of the the SML files within are basically just remixes/alternative presentations of content from various public websites.

Each directory in `src` came from different sources, and are covered by different licenses.

| Directory/Source | License |
| --------------------- | ----------------------- |
| [`mlton`][] | `LICENSE-MLTON.txt` |
| [`sml_of_nj`][] | `LICENSE-SMLNJ.txt` |
| [`smlnj_lib`][] | `LICENSE-SMLNJ.txt` |
| [`std_basis`][] | `LICENSE-STD-BASIS.txt` |
| [`std_basis_extra`][] | Unknown |

[millet]: https://github.com/azdavis/millet
[sml-libs-scraper]: https://github.com/azdavis/sml-libs-scraper
[`mlton`]: http://mlton.org/MLtonStructure
[`sml_of_nj`]: https://www.smlnj.org/doc/SMLofNJ/pages/index-all.html
[`smlnj_lib`]: https://www.smlnj.org/doc/smlnj-lib
[`std_basis`]: https://smlfamily.github.io/Basis
[`std_basis_extra`]: https://github.com/SMLFamily/BasisLibrary