]> 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>
Thu, 5 Jan 2023 20:56:17 +0000 (21:56 +0100)
commit5e45ecb0350d044b741db6d07397bd9840afd1be
tree3c6bd6d310645948e461383a579f4ec168889c9e
parentc5308759873356195c79bf20aaaef97579551cba
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