Skip to content

Commit 9e142f6

Browse files
committed
docs: update roadmap in README and add Tangled URL to Mix package
1 parent 28303d8 commit 9e142f6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Elixir.
99
- [x] TID codecs
1010
- [x] XRPC client
1111
- [x] DID & handle resolution service with a cache
12-
- [ ] Structs with validation for the common lexicons
13-
- [ ] Probably codegen for doing this with other lexicons
12+
- [x] Macro for converting a Lexicon definition into a runtime-validation schema
13+
- [ ] Codegen to convert a directory of lexicons
1414
- [ ] Extended XRPC client with support for validated inputs/outputs
1515
- [ ] Oauth stuff
1616

mix.exs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ defmodule Atex.MixProject do
22
use Mix.Project
33

44
@version "0.3.0"
5-
@source_url "https://github.com/cometsh/atex"
5+
@github "https://github.com/cometsh/atex"
6+
@tangled "https://tangled.sh/@comet.sh/atex"
67

78
def project do
89
[
@@ -41,7 +42,7 @@ defmodule Atex.MixProject do
4142
defp package do
4243
[
4344
licenses: ["MIT"],
44-
links: %{"GitHub" => @source_url}
45+
links: %{"GitHub" => @github, "Tangled" => @tangled}
4546
]
4647
end
4748

@@ -52,7 +53,7 @@ defmodule Atex.MixProject do
5253
"README.md": [title: "Overview"]
5354
],
5455
main: "readme",
55-
source_url: @source_url,
56+
source_url: @github,
5657
source_ref: "v#{@version}",
5758
formatters: ["html"]
5859
]

0 commit comments

Comments
 (0)