ocaml http/1, http/2 and websocket client and server library

Release 0.3.1: fix package size (87MB -> 200KB)

+6
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [0.3.1] - 2026-01-06 9 + 10 + ### Fixed 11 + 12 + - Reduced opam package size from 87MB to ~200KB by using `git archive` for tarball creation 13 + 8 14 ## [0.2.1] - 2026-01-04 9 15 10 16 ### Fixed
+1 -1
dune-project
··· 2 2 3 3 (name hcs) 4 4 5 - (version 0.3.0) 5 + (version 0.3.1) 6 6 7 7 (generate_opam_files true) 8 8
+1 -1
hcs.opam
··· 1 1 # This file is generated by dune, edit dune-project instead 2 2 opam-version: "2.0" 3 - version: "0.3.0" 3 + version: "0.3.1" 4 4 synopsis: "Eio based HTTP client/server library for OCaml 5+" 5 5 description: 6 6 "HCS is a HTTP client/server library for OCaml 5+ supporting HTTP/1.1, HTTP/2, and WebSocket. Built on Eio."