Skip to content

Commit

Permalink
Delete CoHTTP support
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Dec 17, 2021
1 parent d882474 commit 55b85fd
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.t
script: bash -ex .travis-opam.sh
env:
global:
- PINS="carton.dev:. carton-lwt.dev:. carton-git.dev:. git.dev:. git-unix.dev:. git-cohttp.dev:. git-cohttp-unix.dev:. git-mirage.dev:. git-paf.dev:."
- PINS="carton.dev:. carton-lwt.dev:. carton-git.dev:. git.dev:. git-unix.dev:. git-mirage.dev:. git-paf.dev:."
matrix:
- OCAML_VERSION=4.08 PACKAGE="git.dev"
- OCAML_VERSION=4.09 PACKAGE="git.dev"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
OPAM_SWITCH: 4.08.1+mingw64c
PINS: "carton.dev:. carton-lwt.dev:. carton-git.dev:. git.dev:. git-cohttp.dev:. git-cohttp-unix.dev:. git-mirage.dev:. git-paf.dev:. git-unix.dev:."
PINS: "carton.dev:. carton-lwt.dev:. carton-git.dev:. git.dev:. git-mirage.dev:. git-paf.dev:. git-unix.dev:."
matrix:
- PACKAGE: "git.dev"
- PACKAGE: "git-unix.dev"
Expand Down
3 changes: 1 addition & 2 deletions bin/guit/dune
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
cmdliner
rresult
mimic
git-unix
git-cohttp-unix))
git-unix))

(executable
(name v)
Expand Down
34 changes: 0 additions & 34 deletions git-cohttp-unix.opam

This file was deleted.

32 changes: 0 additions & 32 deletions git-cohttp.opam

This file was deleted.

2 changes: 0 additions & 2 deletions git-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ depends: [
"alcotest" {with-test & >= "1.1.0"}
"alcotest-lwt" {with-test & >= "1.1.0"}
"base64" {with-test & >= "3.0.0"}
"git-cohttp-unix" {= version}
"mirage-clock"
"mirage-clock-unix"
"astring" {>= "0.8.5"}
Expand All @@ -52,7 +51,6 @@ depends: [
"ca-certs-nss" {>= "3.60"}
"tls" {>= "0.14.0"}
"tls-mirage" {>= "0.14.0"}
"cohttp-lwt-unix" {with-test}
]
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down
14 changes: 0 additions & 14 deletions src/git-cohttp-unix/dune

This file was deleted.

1 change: 0 additions & 1 deletion src/git-cohttp-unix/git_cohttp_unix.ml

This file was deleted.

1 change: 0 additions & 1 deletion src/git-cohttp-unix/git_cohttp_unix.mli

This file was deleted.

4 changes: 0 additions & 4 deletions src/git-cohttp/dune

This file was deleted.

38 changes: 0 additions & 38 deletions src/git-cohttp/git_cohttp.ml

This file was deleted.

1 change: 0 additions & 1 deletion src/git-cohttp/git_cohttp.mli

This file was deleted.

4 changes: 1 addition & 3 deletions test/smart/dune
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
fmt.tty
logs
logs.fmt
alcotest-lwt
cohttp-lwt-unix
git-cohttp-unix))
alcotest-lwt))

(executable
(name test_edn)
Expand Down

0 comments on commit 55b85fd

Please sign in to comment.