From 4df0d62852e8e868de84cf4992945354805e89b1 Mon Sep 17 00:00:00 2001 From: Josh Price Date: Fri, 23 May 2025 17:18:48 +1000 Subject: [PATCH] Add Spark DSL toolkit Fix a typo in the absinthe_gen entry --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5920c8cd..1231d8c2 100644 --- a/README.md +++ b/README.md @@ -589,7 +589,8 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis *Specialized computer languages for a particular application domain.* * [Absinthe Graphql](https://github.com/absinthe-graphql/absinthe) - Fully featured GraphQL library. -* [absinthe_gen](https://github.com/sashman/absinthe_gen) - Scaffold generator for Absithne. +* [absinthe_gen](https://github.com/sashman/absinthe_gen) - Scaffold generator for Absinthe. +* [spark](https://github.com/ash-project/spark) - Tooling for building DSLs in Elixir. * [JSON-LD.ex](https://github.com/marcelotto/jsonld-ex) - An implementation of the [JSON-LD](http://www.w3.org/TR/json-ld/) standard for [RDF.ex](https://github.com/marcelotto/rdf-ex). * [RDF.ex](https://github.com/marcelotto/rdf-ex) - An implementation of the [RDF](https://www.w3.org/TR/rdf11-primer/) data model in Elixir. * [SPARQL.ex](https://github.com/marcelotto/sparql-ex) - An implementation of the [SPARQL](http://www.w3.org/TR/sparql11-overview/) standards in Elixir.