From 4d4c899108990b63a6c5907dde39261e09c0419f Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 12 May 2023 09:43:21 +0200 Subject: [PATCH] add requirements --- README.md | 19 +++++++++++++++++++ bin/dune | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..500e790 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Pusk + +**WIP: It's not working** + +## Requirements + +```opam +$ opam switch list +# switch compiler description +→ default ocaml-base-compiler.5.0.0 default +``` + +```sh +$ opam install cohttp-lwt-unix +``` + +## Name history + +Derived from Elon's name :D. Thanks, Elon, for destroying Twitter. diff --git a/bin/dune b/bin/dune index 608edfb..f9b0701 100644 --- a/bin/dune +++ b/bin/dune @@ -1,4 +1,4 @@ (executable (public_name pusk) (name main) - (libraries pusk)) + (libraries pusk cohttp-lwt-unix))