aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-22 13:02:48 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-22 13:02:48 -0400
commit05a16301b18497df1de9632bbb66c36cfb8b7f3a (patch)
treefd4bb14302852235b82ec5b6ab58fe3809343c0d /README.md
parentnative: misc typos (diff)
readme: update readme progress
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2f3bad..95e3e8d 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,16 @@ Janet Curl (secretly Jean Curl)
A libcurl easy API wrapper for Janet.
It's divided into two components: `jurl-native`, which holds the low level C interfacing, and the high level `jurl` janet wrapper.
+`jurl-native` is relatively feature-complete and is now mostly in maintenance mode.
+Potential improvements are:
+* gate additional features behind version checks
+* implement the (very) few curl_easy things still left out (mostly things that I can't think of a sane way to represent)
+
+`jurl` is under active construction.
+
+## Jurl
+A higher level API that's currently in construction.
+
## Jurl-Native
`jurl-native` attempts to implement as much of libcurl's easy API in as direct a manner as possible.