Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Sep 12, 2024
1 parent 8e22e70 commit d78a17d
Show file tree
Hide file tree
Showing 90 changed files with 451 additions and 14 deletions.
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ version = "1.0.0"

[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
simplifile = "~> 1.2"
simplifile = ">= 2.0.0 and < 3.0.0"
gleam_httpc = "~> 2.1"
tom = "~> 0.3"
tom = ">= 1.0.0 and < 2.0.0"
sqlight = "~> 0.9"
gleam_http = "~> 3.5"
argv = ">= 1.0.2 and < 2.0.0"
Expand Down
23 changes: 12 additions & 11 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@

packages = [
{ name = "argv", version = "1.0.2", build_tools = ["gleam"], requirements = [], otp_app = "argv", source = "hex", outer_checksum = "BA1FF0929525DEBA1CE67256E5ADF77A7CDDFE729E3E3F57A5BDCAA031DED09D" },
{ name = "esqlite", version = "0.8.6", build_tools = ["rebar3"], requirements = [], otp_app = "esqlite", source = "hex", outer_checksum = "607E45F4DA42601D8F530979417F57A4CD629AB49085891849302057E68EA188" },
{ name = "gleam_http", version = "3.5.3", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "C2FC3322203B16F897C1818D9810F5DEFCE347F0751F3B44421E1261277A7373" },
{ name = "gleam_httpc", version = "2.1.2", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "ACD05CA3BAC7780DF5FFAE334621FD199D1B490FAF6ECDFF74316CAA61CE88E6" },
{ name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },
{ name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" },
{ name = "simplifile", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "359CD7006E2F69255025C858CCC6407C11A876EC179E6ED1E46809E8DC6B1AAD" },
{ name = "sqlight", version = "0.9.0", build_tools = ["gleam"], requirements = ["esqlite", "gleam_stdlib"], otp_app = "sqlight", source = "hex", outer_checksum = "2D9C9BA420A5E7DCE7DB2DAAE4CAB0BE6218BEB48FD1531C583550B3D1316E94" },
{ name = "tom", version = "0.3.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "tom", source = "hex", outer_checksum = "0831C73E45405A2153091226BF98FB485ED16376988602CC01A5FD086B82D577" },
{ name = "esqlite", version = "0.8.8", build_tools = ["rebar3"], requirements = [], otp_app = "esqlite", source = "hex", outer_checksum = "374902457C7D94DC9409C98D3BDD1CA0D50A60DC9F3BDF1FD8EB74C0DCDF02D6" },
{ name = "filepath", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "EFB6FF65C98B2A16378ABC3EE2B14124168C0CE5201553DE652E2644DCFDB594" },
{ name = "gleam_http", version = "3.7.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "EA66440C2269F7CED0F6845E5BD0DB68095775D627FA709A841CA78A398D6D56" },
{ name = "gleam_httpc", version = "2.3.0", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "CF6CDD88830CC9853F7638ECC0BE7D7CD9522640DA5FAB4C08CFAC8DEBD08028" },
{ name = "gleam_stdlib", version = "0.40.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "86606B75A600BBD05E539EB59FABC6E307EEEA7B1E5865AFB6D980A93BCB2181" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
{ name = "simplifile", version = "2.1.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "BDD04F5D31D6D34E2EDFAEF0B68A6297AEC939888C3BFCE61133DE13857F6DA2" },
{ name = "sqlight", version = "0.9.1", build_tools = ["gleam"], requirements = ["esqlite", "gleam_stdlib"], otp_app = "sqlight", source = "hex", outer_checksum = "A495F2892627B2268CCBCC5107EDC1E1AD9547D5F4F21A5DB04CEA72B8931B00" },
{ name = "tom", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "tom", source = "hex", outer_checksum = "9EECB60150E834A07238BD5C7DF1FF07F7D4C5862BB8A773923D1981C7875FB0" },
]

[requirements]
argv = { version = ">= 1.0.2 and < 2.0.0"}
argv = { version = ">= 1.0.2 and < 2.0.0" }
gleam_http = { version = "~> 3.5" }
gleam_httpc = { version = "~> 2.1" }
gleam_stdlib = { version = "~> 0.34 or ~> 1.0" }
gleeunit = { version = "~> 1.0" }
simplifile = { version = "~> 1.2" }
simplifile = { version = ">= 2.0.0 and < 3.0.0" }
sqlight = { version = "~> 0.9" }
tom = { version = "~> 0.3" }
tom = { version = ">= 1.0.0 and < 2.0.0" }
5 changes: 5 additions & 0 deletions packages/arctic.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "arctic"
description = "A friendly web framework for fast response times and a lightweight or serverless backend, written in Gleam!"
docs_url = "https://hexdocs.pm/arctic/"
repo_url = "https://github.com/RyanBrewer317/arctic"
category = ""
5 changes: 5 additions & 0 deletions packages/atomic_array.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "atomic_array"
description = "Atomic mutable int arrays for Gleam!"
docs_url = "https://hexdocs.pm/atomic_array/"
repo_url = "https://github.com/lpil/atomic-array"
category = ""
5 changes: 5 additions & 0 deletions packages/aws_api.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "aws_api"
description = "A request builder for AWS services"
docs_url = "https://hexdocs.pm/aws_api/"
repo_url = "https://github.com/ryanmiville/aws_api"
category = ""
5 changes: 5 additions & 0 deletions packages/battlesnake.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "battlesnake"
description = "A Gleam wrapper for the Battlesnake API"
docs_url = "https://hexdocs.pm/battlesnake/"
repo_url = "https://github.com/leah-u/battlesnake"
category = ""
5 changes: 5 additions & 0 deletions packages/bucket.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "bucket"
description = "Gleam S3 API client, suitable for AWS S3, Garage, Minio, Storj, Backblaze B2, Cloudflare R2, Ceph, Wasabi, and so on!"
docs_url = "https://hexdocs.pm/bucket/"
repo_url = "https://github.com/lpil/antigone"
category = ""
5 changes: 5 additions & 0 deletions packages/check_maybe_div_by_zero.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "check_maybe_div_by_zero"
description = "Checks gleam source code for potential division by zero in a hacky way :D"
docs_url = "https://hexdocs.pm/check_maybe_div_by_zero/"
repo_url = "https://github.com/inoas/check_maybe_div_by_zero"
category = ""
5 changes: 5 additions & 0 deletions packages/chilli.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "chilli"
description = "a shiny Gleam TCP/SSL server (forked from glisten)"
docs_url = "https://hexdocs.pm/chilli/"
repo_url = "https://github.com/mjwhodur/chilli"
category = ""
5 changes: 5 additions & 0 deletions packages/clad.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "clad"
description = "Command line argument decoders for Gleam"
docs_url = "https://hexdocs.pm/clad/"
repo_url = "https://github.com/ryanmiville/clad"
category = ""
5 changes: 5 additions & 0 deletions packages/clip.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "clip"
description = "A CLI Option Parser for Gleam"
docs_url = "https://hexdocs.pm/clip/"
repo_url = "https://github.com/drewolson/clip"
category = ""
5 changes: 5 additions & 0 deletions packages/cosmos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "cosmos"
description = "A UI Library for the novdom frontend framework writte in Gleam. Focused on office application and customizability for the end user"
docs_url = "https://hexdocs.pm/cosmos/"
repo_url = "https://gitlab.com/TobiasBinnewies/cosmos"
category = ""
5 changes: 5 additions & 0 deletions packages/cx.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "cx"
description = "A library, written in Gleam, to help create data structures containing different data types and levels of nesting."
docs_url = "https://hexdocs.pm/cx/"
repo_url = "https://github.com/jasonprogrammer/cx"
category = ""
5 changes: 5 additions & 0 deletions packages/dinostore.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "dinostore"
description = "Gleam bindings to the Deno.Kv database"
docs_url = "https://hexdocs.pm/dinostore/"
repo_url = "https://github.com/MystPi/dinostore"
category = ""
5 changes: 5 additions & 0 deletions packages/directories.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "directories"
description = "A lightweight package to get standard locations of directories for temporary files, config, cache, etc."
docs_url = "https://hexdocs.pm/directories/"
repo_url = "https://github.com/ditherwither/directories"
category = ""
5 changes: 5 additions & 0 deletions packages/embeds.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "embeds"
description = "Generate Gleam modules based on static assets and environment variables."
docs_url = "https://hexdocs.pm/embeds/"
repo_url = "https://gitlab.com/arkandos/gleam-embeds"
category = ""
5 changes: 5 additions & 0 deletions packages/eventsourcing.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "eventsourcing"
description = "CQRS and Event Soucing in Gleam!"
docs_url = "https://hexdocs.pm/eventsourcing/"
repo_url = "https://github.com/renatillas/eventsourcing"
category = ""
5 changes: 5 additions & 0 deletions packages/eventsourcing_postgres.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "eventsourcing_postgres"
description = "Postgres event store for the Eventsourcing library"
docs_url = "https://hexdocs.pm/eventsourcing_postgres/"
repo_url = "https://github.com/renatillas/eventsourcing_postgres"
category = ""
5 changes: 5 additions & 0 deletions packages/eventsourcing_sqlite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "eventsourcing_sqlite"
description = "Sqlite event store for the Eventsourcing library"
docs_url = "https://hexdocs.pm/eventsourcing_sqlite/"
repo_url = "https://github.com/renatillas/eventsourcing_sqlite"
category = ""
5 changes: 5 additions & 0 deletions packages/facet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "facet"
description = "A frontmatter parser for gleam."
docs_url = "https://hexdocs.pm/facet/"
repo_url = "https://git.sr.ht/~blu/facet"
category = ""
5 changes: 5 additions & 0 deletions packages/fluentci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "fluentci"
description = "Write CI/CD pipelines in Gleam"
docs_url = "https://hexdocs.pm/fluentci/"
repo_url = "https://github.com/fluentci-io/fluentci-engine"
category = ""
5 changes: 5 additions & 0 deletions packages/fmglee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "fmglee"
description = "A string formatting library for gleam"
docs_url = "https://hexdocs.pm/fmglee/"
repo_url = "https://github.com/sam-kenney/fmglee"
category = ""
5 changes: 5 additions & 0 deletions packages/gacache.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gacache"
description = "A simple actor based cache for erlang environments in gleam"
docs_url = "https://hexdocs.pm/gacache/"
repo_url = "https://github.com/BradBot1/gleam_gacache"
category = ""
5 changes: 5 additions & 0 deletions packages/gip.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gip"
description = "Process ip's in js and erlang via gleam"
docs_url = "https://hexdocs.pm/gip/"
repo_url = "https://github.com/BradBot1/gleam_gip"
category = ""
5 changes: 5 additions & 0 deletions packages/gjwt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gjwt"
description = "A gleam abstraction to interact with erlang_jose for JWT's"
docs_url = "https://hexdocs.pm/gjwt/"
repo_url = "https://github.com/BradBot1/gleam_gjwt"
category = ""
5 changes: 5 additions & 0 deletions packages/glee_gd.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glee_gd"
description = "Gleam bindings for erlang/egd."
docs_url = "https://hexdocs.pm/glee_gd/"
repo_url = "https://github.com/stevetoro/glee_gd"
category = ""
5 changes: 5 additions & 0 deletions packages/gleesend.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleesend"
description = "A resend library for the Gleam programming language"
docs_url = "https://hexdocs.pm/gleesend/"
repo_url = "https://github.com/dinkelspiel/gleesend"
category = ""
5 changes: 5 additions & 0 deletions packages/gleewhois.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gleewhois"
description = "WHOIS client for Gleam."
docs_url = "https://hexdocs.pm/gleewhois/"
repo_url = "https://github.com/kjartanhr/gleewhois"
category = ""
5 changes: 5 additions & 0 deletions packages/glemini.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glemini"
description = "A Gleam library for building Gemini servers"
docs_url = "https://hexdocs.pm/glemini/"
repo_url = "https://github.com/okkdev/glemini"
category = ""
5 changes: 5 additions & 0 deletions packages/glethers.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glethers"
description = "Ethereum blockchain client for Gleam"
docs_url = "https://hexdocs.pm/glethers/"
repo_url = "https://github.com/gusinacio/glethers"
category = ""
5 changes: 5 additions & 0 deletions packages/glidicon.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glidicon"
description = "Gleam library for generating identicon images."
docs_url = "https://hexdocs.pm/glidicon/"
repo_url = "https://github.com/stevetoro/glidicon"
category = ""
5 changes: 5 additions & 0 deletions packages/glimit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glimit"
description = "A simple, framework-agnostic, in-memory rate limiter for Gleam."
docs_url = "https://hexdocs.pm/glimit/"
repo_url = "https://github.com/nootr/glimit"
category = ""
5 changes: 5 additions & 0 deletions packages/glimpse.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glimpse"
description = "Package loader and (theoretically) typechecker for glance"
docs_url = "https://hexdocs.pm/glimpse/"
repo_url = "https://github.com/dusty-phillips/glimpse"
category = ""
5 changes: 5 additions & 0 deletions packages/glimra.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glimra"
description = "Zero runtime syntax highlighter for lustre/ssg."
docs_url = "https://hexdocs.pm/glimra/"
repo_url = "https://github.com/ollema/glimra"
category = ""
5 changes: 5 additions & 0 deletions packages/glitr.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glitr"
description = "Gleam typed routes library for type-safe fullstack development"
docs_url = "https://hexdocs.pm/glitr/"
repo_url = "https://github.com/Billuc/glitr"
category = ""
5 changes: 5 additions & 0 deletions packages/glitr_lustre.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glitr_lustre"
description = "Interface for lustre to use Glitr's typed routes"
docs_url = "https://hexdocs.pm/glitr_lustre/"
repo_url = "https://github.com/Billuc/glitr"
category = ""
5 changes: 5 additions & 0 deletions packages/glitr_wisp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glitr_wisp"
description = "Interface for wisp to use Glitr's typed routes"
docs_url = "https://hexdocs.pm/glitr_wisp/"
repo_url = "https://github.com/Billuc/glitr"
category = ""
5 changes: 5 additions & 0 deletions packages/globlin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "globlin"
description = "file globbing for Gleam"
docs_url = "https://hexdocs.pm/globlin/"
repo_url = "https://github.com/apainintheneck/globlin"
category = ""
5 changes: 5 additions & 0 deletions packages/globlin_fs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "globlin_fs"
description = "File system methods for the Gleam file globbing library `globlin`"
docs_url = "https://hexdocs.pm/globlin_fs/"
repo_url = "https://github.com/apainintheneck/globlin_fs"
category = ""
5 changes: 5 additions & 0 deletions packages/gloq.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gloq"
description = "Gleam API Wrapper to Interface with the GroqCloud API"
docs_url = "https://hexdocs.pm/gloq/"
repo_url = "https://github.com/AryaanSheth/gloq"
category = ""
5 changes: 5 additions & 0 deletions packages/glorage.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glorage"
description = "Gleam thread local storage"
docs_url = "https://hexdocs.pm/glorage/"
repo_url = "https://github.com/darky/glorage"
category = ""
5 changes: 5 additions & 0 deletions packages/glrss_parser.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glrss_parser"
description = "Parse RSS feeds."
docs_url = "https://hexdocs.pm/glrss_parser/"
repo_url = "https://codeberg.org/bobjoe12131/glrss_parser"
category = ""
5 changes: 5 additions & 0 deletions packages/glv8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glv8"
description = "Write functional type-safe postgresql procedures with gleam, through plv8's JavaScript binding"
docs_url = "https://hexdocs.pm/glv8/"
repo_url = "https://github.com/kaiwu/glv8"
category = ""
5 changes: 5 additions & 0 deletions packages/gsiphash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gsiphash"
description = "GSipHash is a small Gleam library that ports to Gleam the SipHash family of non-cryptographic hash functions."
docs_url = "https://hexdocs.pm/gsiphash/"
repo_url = "https://github.com/BrendoCosta/gsiphash"
category = ""
5 changes: 5 additions & 0 deletions packages/gtransducer.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gtransducer"
description = "A transducer library for composable algorithmic transformations."
docs_url = "https://hexdocs.pm/gtransducer/"
repo_url = "https://github.com/nohzafk/gtransducer"
category = ""
5 changes: 5 additions & 0 deletions packages/gwr.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "gwr"
description = "An experimental work-in-progress (WIP) WebAssembly runtime written in Gleam."
docs_url = "https://hexdocs.pm/gwr/"
repo_url = "https://github.com/BrendoCosta/gwr"
category = ""
5 changes: 5 additions & 0 deletions packages/html_parser.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "html_parser"
description = "A simple HTML parser using Gleam"
docs_url = "https://hexdocs.pm/html_parser/"
repo_url = "https://github.com/calvinmclean/html_parser"
category = ""
5 changes: 5 additions & 0 deletions packages/humanise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "humanise"
description = "Easily format values for human readability!"
docs_url = "https://hexdocs.pm/humanise/"
repo_url = "https://github.com/SaphiraKai/humanise"
category = ""
5 changes: 5 additions & 0 deletions packages/illustrious.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "illustrious"
description = "A meta-framework for lustre, enabling a full-stack experience"
docs_url = "https://hexdocs.pm/illustrious/"
repo_url = "https://gitlab.com/kgroat/illustrious"
category = ""
5 changes: 5 additions & 0 deletions packages/lustre_limiter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "lustre_limiter"
description = "Bringing debounce and throttle utilities to Lustre for the erlang target."
docs_url = "https://hexdocs.pm/lustre_limiter/"
repo_url = "https://github.com/7verdy/lustre-limiter"
category = ""
5 changes: 5 additions & 0 deletions packages/ngs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "ngs"
description = "Offload weight to nginx, implement HTTP server with gleam bindings to njs"
docs_url = "https://hexdocs.pm/ngs/"
repo_url = "https://github.com/kaiwu/ngs"
category = ""
5 changes: 5 additions & 0 deletions packages/nimiq_gleam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "nimiq_gleam"
description = "Various modules and helpers for working with Nimiq primitives in the Gleam programming language or as a CLI"
docs_url = "https://hexdocs.pm/nimiq_gleam/"
repo_url = "https://github.com/sisou/nimiq_gleam"
category = ""
5 changes: 5 additions & 0 deletions packages/novdom_dev_tools.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "novdom_dev_tools"
description = "Development Tooling and CLI for the novdom framework."
docs_url = "https://hexdocs.pm/novdom_dev_tools/"
repo_url = "https://github.com/TobiasBinnewies/novdom_dev_tools"
category = ""
5 changes: 5 additions & 0 deletions packages/novdom_testing.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "novdom_testing"
description = "Testing utilities for the novdom fromework"
docs_url = "https://hexdocs.pm/novdom_testing/"
repo_url = "https://github.com/TobiasBinnewies/novdom-testing"
category = ""
5 changes: 5 additions & 0 deletions packages/ollama_gleam.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "ollama_gleam"
description = "A client for Ollama"
docs_url = "https://hexdocs.pm/ollama_gleam/"
repo_url = "https://github.com/ddanielsantos/ollama_gleam"
category = ""
5 changes: 5 additions & 0 deletions packages/outkeep.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "outkeep"
description = "Some help ingesting Keep data obtained via Takeout…"
docs_url = "https://hexdocs.pm/outkeep/"
repo_url = "https://github.com/awseward/outkeep"
category = ""
5 changes: 5 additions & 0 deletions packages/paint.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "paint"
description = "Make drawings, animations, and games with Gleam"
docs_url = "https://hexdocs.pm/paint/"
repo_url = "https://github.com/adelhult/paint"
category = ""
5 changes: 5 additions & 0 deletions packages/pcl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "pcl"
description = "A simple and minimal config language"
docs_url = "https://hexdocs.pm/pcl/"
repo_url = "https://github.com/mine-tech-oficial/pcl_gleam"
category = ""
5 changes: 5 additions & 0 deletions packages/phosphor_lustre.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "phosphor_lustre"
description = "A package of lustre compatible phosphor icons"
docs_url = "https://hexdocs.pm/phosphor_lustre/"
repo_url = "https://github.com/brettkolodny/phosphor-lustre"
category = ""
5 changes: 5 additions & 0 deletions packages/pine.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "pine"
description = "configurable logger for gleam"
docs_url = "https://hexdocs.pm/pine/"
repo_url = "https://gitea.attum.co/wqtt/pine.git"
category = ""
Loading

0 comments on commit d78a17d

Please sign in to comment.