Skip to content

Commit 2e448cd

Browse files
format
1 parent 904ee9a commit 2e448cd

9 files changed

+14
-12
lines changed

catalog/C_bindings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ shards:
3030
description: Bindings for [Hunspell](https://hunspell.github.io/)
3131
- github: crystal-lang/crystal-readline
3232
description: bindings to GNU Readline Library
33+
- github: naqvis/crystal-vips
34+
description: Crystal bindings for the libvips image processing library
3335
- github: fridgerator/crystal_talib
3436
description: Bindings for TA-lib, which performs technical analysis of financial
3537
market data
36-
- github: naqvis/crystal-vips
37-
description: Crystal bindings for the libvips image processing library.
3838
- github: blocknotes/curl-crystal
3939
description: Bindings for [libcurl](https://curl.haxx.se/libcurl/)
4040
- github: jessedoyle/duktape.cr

catalog/Caching.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ shards:
77
description: A non-reliable in-memory key-value store
88
- github: samueleaton/cache-hash
99
description: A key/value store where entries expire after a specified interval
10-
- github: luckyframework/lucky_cache
11-
description: Caching library for the Lucky Framework
1210
- github: comandeo/crystal-memcached
1311
description: Implementation of a memcached client
12+
- github: luckyframework/lucky_cache
13+
description: Caching library for the Lucky Framework
1414
- github: CodeSteak/Nuummite
1515
description: A tiny persistent embedded key-value store

catalog/Data_Formats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shards:
1010
description: Binary data parser helper with an [ASN.1](https://en.wikipedia.org/wiki/Abstract_Syntax_Notation_One)
1111
parser
1212
- github: elbywan/bson.cr
13-
description: A pure Crystal Implementation of the BSON Specification. 🐃
13+
description: A pure Crystal Implementation of the BSON Specification
1414
- github: Papierkorb/cannon
1515
description: Lightning fast data serialization and RPC
1616
- github: j8r/con

catalog/Database_Tools.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ shards:
1616
- github: hugopl/queryit
1717
description: A setupless terminal based SQL query runner
1818
- github: jgaskins/redis
19-
description: Pure-Crystal Redis client, supporting clustering, RedisJSON, RediSearch, RedisGraph, and RedisTimeSeries
19+
description: Pure-Crystal Redis client, supporting clustering, RedisJSON, RediSearch,
20+
RedisGraph, and RedisTimeSeries
2021
- github: maiha/redis-cluster-benchmark.cr
2122
description: Benchmark utils for Redis Cluster

catalog/GUI_Development.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ shards:
44
- github: oprypin/crystal-imgui
55
description: Bindings to [Dear ImGui](https://github.com/ocornut/imgui), an immediate-mode
66
graphical UI library
7+
- github: hugopl/gi-crystal
8+
description: Tool to generate Crystal bindings for gobject-based libraries (i.e.
9+
GTK)
710
- github: hugopl/gtk4.cr
811
description: Bindings for [GTK4](https://docs.gtk.org/gtk4/overview.html)
912
- github: grkek/iu
1013
description: UI framework based on the [Fusion/libui.cr](https://github.com/Fusion/libui.cr)
1114
library, with custom elements and modified bindings from [hedron-crystal/hedron](https://github.com/hedron-crystal/hedron)
12-
- github: hugopl/gi-crystal
13-
description: Tool to generate Crystal bindings for gobject-based libraries (i.e. GTK)

catalog/Internationalization.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ shards:
66
- github: crystal-i18n/i18n
77
description: An internationalization library inspired by Ruby-I18n
88
- github: crimson-knight/i18n.cr
9-
description: Internationalization API ( i18n ) for Crystal!
9+
description: Internationalization API ( i18n ) for Crystal
1010
- github: TechMagister/i18n.cr
1111
description: Internationalization API
1212
- github: vladfaust/i18n.cr

catalog/Misc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ shards:
111111
- github: artworx/yakut
112112
description: Dynamically configure your Kubernetes manifests with Jinja2 templates
113113
- github: crystal-lang/yaml_mapping.cr
114-
description: Provides the legacy YAML.mapping macro method.
114+
description: Provides the legacy YAML.mapping macro method
115115
- github: szTheory/zaru_crystal
116116
description: Filename sanitization

catalog/Queues_and_Messaging.yml

-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ shards:
4545
description: Dead simple task runner with concurrent support, ideal for local CI
4646
- github: crystal-community/zeromq-crystal
4747
description: Bindings for [ZeroMQ](http://zero.mq)
48-

catalog/Web_Frameworks.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ shards:
8585
- github: luckyframework/lucky
8686
description: Full-featured Crystal web framework
8787
- github: luckyframework/lucky_template
88-
description: A simple, yet versatile, library for creating file and folder structures as code templates.
88+
description: A simple, yet versatile, library for creating file and folder structures
89+
as code templates
8990
- github: martenframework/marten
9091
description: A web framework that makes building web applications easy, productive,
9192
and fun

0 commit comments

Comments
 (0)