From 40e3e4677e39028bc04752f025d476231f6d8a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Sun, 4 Feb 2024 18:14:17 +0100 Subject: [PATCH] First readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46a3f85 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# OCAMIX + +OCAMIX is yet another music client for servers like Jellyfin. + +Right now this is very much an early experimental work-in-progress. + +This experiment is mostly an excuse to play with the somewhat-new [`brr-lwd` +library](https://ocaml.org/p/brr-lwd/latest) which provides reactive web +programming. + +This project features bindings to +[IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) that +should be released independently at some point.