]> matita.cs.unibo.it Git - helm.git/commit
Dependency on ocaml_http replaced by ocaml_http_stubs stubs
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 5 Jan 2023 20:56:17 +0000 (21:56 +0100)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Feb 2023 14:23:42 +0000 (15:23 +0100)
commit86a71ccae1c961d563fb1ca2ceff3866dab4c065
treeda0a09a628a71c0c3f6afd23e882ca7dac64f192
parent20b281858667138b8a2a1469ffae99f21b501695
Dependency on ocaml_http replaced by ocaml_http_stubs stubs

- the stubs always fail with an assert false
- the code is still live in Matita, but currently unused in practice
- ocaml_http depends on ocamlnet, that is way too hard to port completely
  to ocaml 5.0.0. A better path to restore the lost functionalities is
  to reimplement ocaml_http_stubs on modern libraries (e.g. lwt-cohttp)
matita/components/ocaml_http_stubs/README [new file with mode: 0644]
matita/components/ocaml_http_stubs/dune [new file with mode: 0644]
matita/components/ocaml_http_stubs/http_daemon.ml [new file with mode: 0644]
matita/components/ocaml_http_stubs/http_daemon.mli [new file with mode: 0644]
matita/components/ocaml_http_stubs/http_types.mli [new file with mode: 0644]
matita/components/ocaml_http_stubs/http_user_agent.ml [new file with mode: 0644]
matita/components/ocaml_http_stubs/http_user_agent.mli [new file with mode: 0644]
matita/dune-project
matita/matita.opam