README.md

# gleeps_stdlib

[![Package Version](https://img.shields.io/hexpm/v/gleeps_stdlib)](https://hex.pm/packages/gleeps_stdlib)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleeps_stdlib/)


A copy of the [gleam_stdlib](https://hexdocs.pm/gleam_stdlib/index.html) slightly adjusted for use with [gleeps](https://hexdocs.pm/gleeps/index.html) bots.


The primary change is that `io.print` functions call different `@external` functions.   
This is done to redirect a bot's print output to the console-out websocket(s) for the user that bot belongs to.

---

# Attribution

The [gleam_stdlib](https://github.com/gleam-lang/stdlib) is licenced under the [Apache-2.0 license](./attribution/Apache2).

Everything in [./src/gleeps/stdlib/](./src/gleeps/stdlib/) except `io.gleam` and the `import` statements in each file is the original sourcecode.

`io.gleam` has the same function definitions as the original module, but calls different `@external` functions, and the comments differ.