Skip to content

Commit 9864462

Browse files
committed
Update
1 parent b7b93fd commit 9864462

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+239
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions

packages/aoc_2024.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "aoc_2024"
2+
description = "Solutions for 2024's Advent of Code"
3+
repo_url = "https://github.com/tiborpilz/aoc_2024"
4+
category = ""

packages/badgerfish.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "badgerfish"
2+
description = "Convert between XML and JSON using the BadgerFish specification"
3+
repo_url = "https://codeberg.org/edwinvanl/badgerfish"
4+
category = ""

packages/bath.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "bath"
2+
description = "A resource pool for Gleam!"
3+
repo_url = "https://github.com/Pevensie/bath"
4+
category = ""

packages/beencode.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "beencode"
2+
description = "🐝 bencode in Gleam"
3+
repo_url = "https://github.com/giacomocavalieri/beencode"
4+
category = ""

packages/boyer_moore.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "boyer_moore"
2+
description = "Boyer-Moore search algorithm for BitArrays and custom data structures"
3+
repo_url = "https://git.ahlcode.fi//nicd/boyer_moore"
4+
category = ""

packages/bummer.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "bummer"
2+
description = "A Gleam client library for controlling intimate hardware"
3+
repo_url = "https://github.com/FrostyX/bummer"
4+
category = ""

packages/cachmere.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "cachmere"
2+
description = "A caching solution for Gleam web apps, designed to be used with Wisp."
3+
repo_url = "https://github.com/ross-byrne/cachmere"
4+
category = ""

packages/cake_shork.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "cake_shork"
2+
description = "🎂Cake 🦭MariaDB and 🐬MySQL adapters which pass PreparedStatements to the shork library for execution written in Gleam."
3+
repo_url = "https://github.com/inoas/gleam-cake-shork"
4+
category = ""

packages/cog.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "cog"
2+
description = "A package for performing code generation actions."
3+
repo_url = "https://github.com/DanielleMaywood/cog"
4+
category = ""

packages/convert_http_query.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "convert_http_query"
2+
description = "Encode and decode HTTP queries from/to Gleam types"
3+
repo_url = "https://github.com/Billuc/convert_http_query"
4+
category = ""

packages/deriv.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "deriv"
2+
description = "Derive functions for your Gleam types"
3+
repo_url = "https://github.com/bchase/deriv"
4+
category = ""

packages/dijkstra.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "dijkstra"
2+
description = "A versatile implementation of Dijkstra's shortest path algorithm for Gleam."
3+
repo_url = "https://github.com/hraftery/gleam-dijkstra"
4+
category = ""

packages/dotenv_conf.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "dotenv_conf"
2+
description = "Easy configurations from environment variables and .env files."
3+
repo_url = "https://gitlab.com/amineco/dotenv_conf"
4+
category = ""

packages/effect.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "effect"
2+
description = "A small library for handling side effects! Particularly promises in Gleam. Inspired by Elm and Lustre's approach to effect handling."
3+
repo_url = "https://github.com/ethanthoma/effect"
4+
category = ""

packages/eventsourcing_inmemory.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "eventsourcing_inmemory"
2+
description = "InMemory event store for the Eventsourcing library"
3+
repo_url = "https://github.com/renatillas/eventsourcing_inmemory"
4+
category = ""

packages/fabulous.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "fabulous"
2+
description = "A simple gleam library for creating tables based on columns and rows."
3+
repo_url = "https://github.com/DeveloperSpoot/fabulous"
4+
category = ""

packages/gextra.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gextra"
2+
description = "Extra QOL functions."
3+
repo_url = "https://github.com/lv37/gextra"
4+
category = ""

packages/gl_wasm.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gl_wasm"
2+
description = "Create binary WebAssembly modules in Gleam"
3+
repo_url = "https://github.com/gertvv/gl_wasm"
4+
category = ""

packages/glace.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "glace"
2+
description = "An easy to use, high performance framework to quickly build APIs for the Gleam programming language"
3+
repo_url = "https://github.com/ramkarthik/glace"
4+
category = ""

packages/glbencode.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "glbencode"
2+
description = "Gleam-based implementation for handling Bencode data, a format used by the BitTorrent protocol. It includes modules for parsing raw Bencode data into an intermediate representation, encoding various data types into Bencode format, and decoding Bencode data into dynamic types. This repository is ideal for developers needing to work with Bencode data in Gleam, offering comprehensive tools for parsing, encoding, and decoding."
3+
repo_url = "https://github.com/fr0stylo/glbencode"
4+
category = ""

packages/gleam_loan.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gleam_loan"
2+
description = "Some basic loan calculation tools"
3+
repo_url = "https://github.com/camray/gleam-fin"
4+
category = ""

packages/gleam_time.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gleam_time"
2+
description = "Work with time in Gleam!"
3+
repo_url = "https://github.com/gleam-lang/time"
4+
category = ""

packages/gleamrpc.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gleamrpc"
2+
description = "Remote Procedure Calls in Gleam"
3+
repo_url = "https://github.com/Billuc/gleamrpc"
4+
category = ""

packages/gleamrpc_http_client.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gleamrpc_http_client"
2+
description = "HTTP Client for GleamRPC"
3+
repo_url = "https://github.com/Billuc/gleamrpc_http_client"
4+
category = ""

packages/gleamrpc_http_server.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gleamrpc_http_server"
2+
description = "HTTP server for GleamRPC"
3+
repo_url = "https://github.com/Billuc/gleamrpc_http_server"
4+
category = ""

packages/glistix_stdlib.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "glistix_stdlib"
2+
description = "A fork of the Gleam standard library for Glistix's Nix target"
3+
repo_url = "https://github.com/glistix/stdlib"
4+
category = ""

packages/gs.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gs"
2+
description = "Minimalistic streaming library for Gleam"
3+
repo_url = "https://github.com/ThatScalaGuy/gs"
4+
category = ""

packages/gsmtp.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "gsmtp"
2+
description = "SMTP Client for Gleam"
3+
repo_url = "https://github.com/andre-dasilva/gsmtp"
4+
category = ""

packages/js_parser.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "js_parser"
2+
description = "A JavaScript parser written in Gleam"
3+
repo_url = "https://github.com/desertthunder/js_parser"
4+
category = ""

packages/kitten.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "kitten"
2+
description = "A minimalistic in-browser game engine."
3+
repo_url = "https://github.com/synchro0001/kitten-engine"
4+
category = ""

packages/klubok_gleam.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "klubok_gleam"
2+
description = "Do notation pipes for functions which easy to mock"
3+
repo_url = "https://github.com/darky/klubok-gleam"
4+
category = ""

packages/kv_sessions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "kv_sessions"
2+
description = "Session management library for Wisp. Manage user sessions in a simple key-value store."
3+
repo_url = "https://github.com/MaxHill/kv_sessions"
4+
category = ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "kv_sessions_postgres_adapter"
2+
description = "Postgres driver for kv_sessions"
3+
repo_url = "https://github.com/MaxHill/kv_sessions"
4+
category = ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "kv_sessions_postgres_store"
2+
description = "Postgres driver for kv_sessions"
3+
repo_url = "https://github.com/MaxHill/kv_sessions"
4+
category = ""

packages/lap.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "lap"
2+
description = "Quick'n dirty timing of your Gleam code."
3+
repo_url = "https://github.com/JosephTLyons/lap"
4+
category = ""

packages/le_ids.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "le_ids"
2+
description = "✨ Unique IDs for Gleam"
3+
repo_url = "https://github.com/Sliden101/le_ids"
4+
category = ""

packages/lifeguard.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "lifeguard"
2+
description = "A simple actor pool for Gleam!"
3+
repo_url = "https://github.com/Pevensie/lifeguard"
4+
category = ""

packages/loan.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "loan"
2+
description = "Loan calculation tools"
3+
repo_url = "https://github.com/camray/gleam-loan"
4+
category = ""

packages/lustre_alpine.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "lustre_alpine"
2+
description = "Lustre Alpine is a Gleam library for working with Alpine JS through Lustre attributes."
3+
repo_url = "https://github.com/renatillas/lustre_alpine"
4+
category = ""

packages/mapped.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "mapped"
2+
description = "An implementation of a Bidirectional Map in Gleam"
3+
repo_url = "https://github.com/GearsDatapacks/gleam-mapped"
4+
category = ""

packages/murmur3a.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "murmur3a"
2+
description = "32 bit variant of the Murmur3 non-cryptographic hash function"
3+
repo_url = "https://codeberg.org/eaon/murmur3a"
4+
category = ""

packages/okay.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "okay"
2+
description = "Data validation library for Gleam"
3+
repo_url = "https://github.com/gmartsenkov/okay"
4+
category = ""

packages/palabres.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "palabres"
2+
description = "Opinionated logger for Gleam, targetting both BEAM and JS"
3+
repo_url = "https://github.com/ghivert/palabres"
4+
category = ""

packages/pathern.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "pathern"
2+
description = "A URL path pattern matching library for the Gleam programming language"
3+
repo_url = "https://github.com/ramkarthik/pathern"
4+
category = ""

packages/pevensie_postgres.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "pevensie_postgres"
2+
description = "The official Postgres driver for the Pevensie framework"
3+
repo_url = "https://github.com/Pevensie/pevensie_postgres"
4+
category = ""

packages/pevensie_redis.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "pevensie_redis"
2+
description = "The official Redis-compatible driver for the Pevensie framework"
3+
repo_url = "https://github.com/Pevensie/pevensie_redis"
4+
category = ""

packages/popcicle.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "popcicle"
2+
description = "Simple to use, styleable popovers for Lustre"
3+
repo_url = "https://github.com/dinkelspiel/popcicle"
4+
category = ""

packages/probly.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "probly"
2+
description = "Probabilistic functional programming in Gleam"
3+
repo_url = "https://github.com/raquentin/probly"
4+
category = ""

packages/reference_this.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "reference_this"
2+
description = "A development tool to reference other gleam files"
3+
repo_url = "https://github.com/adelhult/reference_this"
4+
category = ""

packages/rsvp.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "rsvp"
2+
description = "Send HTTP requests from Lustre applications and server components."
3+
repo_url = "https://github.com/hayleigh-dot-dev/rsvp"
4+
category = ""

packages/shork.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "shork"
2+
description = "A MySQL / MariaDB database client for Gleam, based on MySQL-OTP. Heavily inspired by POG."
3+
repo_url = "https://github.com/ninanomenon/shork"
4+
category = ""
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "sketch_lustre_experimental"
2+
description = "An experimental Sketch runtime package, made to work with Lustre!"
3+
repo_url = "https://github.com/ghivert/sketch"
4+
category = ""

packages/sparkleplug.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "sparkleplug"
2+
description = "A Gleam library for working with the Sparkplug IoT protocol."
3+
repo_url = "https://github.com/KavanPrice/sparkleplug"
4+
category = ""

packages/spoke.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "spoke"
2+
description = "A Gleam MQTT 3.1.1 client for the Erlang runtime."
3+
repo_url = "https://github.com/sbergen/spoke"
4+
category = ""

packages/spoke_tcp.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "spoke_tcp"
2+
description = "A TCP transport channel for the spoke MQTT client."
3+
repo_url = "https://github.com/sbergen/spoke"
4+
category = ""

packages/themis.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "themis"
2+
description = "Prometheus client in pure Gleam!"
3+
repo_url = "https://github.com/guillheu/Themis"
4+
category = ""

packages/trellis.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "trellis"
2+
description = "A simple Gleam library for pretty printing tabular data!"
3+
repo_url = "https://github.com/ethanthoma/trellis"
4+
category = ""

packages/verify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "verify"
2+
description = "Ergonomic data validation library inspired by decode!"
3+
repo_url = "https://github.com/tylermeekel/verify"
4+
category = ""

packages/xmljson.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "xmljson"
2+
description = "Convert between XML and JSON using the BadgerFish specification"
3+
repo_url = "https://codeberg.org/edwinvanl/xmljson"
4+
category = ""

0 commit comments

Comments
 (0)