This repository was archived by the owner on Apr 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +15
-5
lines changed Expand file tree Collapse file tree 7 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- format source code using ocamlformat 0.9 and the ` conventional `
4
4
profile (@avsm ).
5
+ - support uri>=3.0.0 (@avsm )
5
6
6
7
### v0.12.4 (2019-04-13)
7
8
Original file line number Diff line number Diff line change 1
1
FROM ocaml/opam2:alpine
2
2
RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
3
3
4
+ RUN opam switch 4.07
5
+
4
6
ENV OPAMERRLOGLEN=0 OPAMYES=1
5
7
6
8
RUN git -C /home/opam/opam-repository fetch origin && \
7
- git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
9
+ git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
8
10
opam update -u
9
11
10
12
RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 1
1
FROM ocaml/opam2:alpine
2
2
RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
3
3
4
+ RUN opam switch 4.07
5
+
4
6
ENV OPAMERRLOGLEN=0 OPAMYES=1
5
7
6
8
RUN git -C /home/opam/opam-repository fetch origin && \
7
- git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
9
+ git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
8
10
opam update -u
9
11
10
12
RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 1
1
FROM ocaml/opam2:alpine
2
2
RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
3
3
4
+ RUN opam switch 4.07
5
+
4
6
ENV OPAMERRLOGLEN=0 OPAMYES=1
5
7
6
8
RUN git -C /home/opam/opam-repository fetch origin && \
7
- git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
9
+ git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
8
10
opam update -u
9
11
10
12
RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 1
1
FROM ocaml/opam2:alpine
2
2
RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
3
3
4
+ RUN opam switch 4.07
5
+
4
6
ENV OPAMERRLOGLEN=0 OPAMYES=1
5
7
6
8
RUN git -C /home/opam/opam-repository fetch origin && \
7
- git -C /home/opam/opam-repository reset df84483e523f1eec710a2118e05920f9cdf882d3 --hard && \
9
+ git -C /home/opam/opam-repository reset 340acb7d88264bf29485b1d292388e1d91dc2214 --hard && \
8
10
opam update -u
9
11
10
12
RUN opam install alcotest lwt conf-libev inotify tls
Original file line number Diff line number Diff line change 5
5
(libraries datakit-github datakit-client datakit-client-9p yojson cmdliner
6
6
tyxml multipart-form-data prometheus-app.unix webmachine redis-lwt session
7
7
pbkdf github protocol-9p-unix logs.cli session-redis-lwt cstruct-sexp
8
- session-webmachine github-unix fmt.cli fmt.tty uri. sexp)
8
+ session-webmachine github-unix fmt.cli fmt.tty uri- sexp)
9
9
(preprocess
10
10
(per_module
11
11
((pps ppx_sexp_conv)
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ depends: [
41
41
"alcotest" {with-test}
42
42
"cohttp-lwt-unix" {>= "1.0.0"}
43
43
"base64" {>="3.1.0"}
44
+ "uri" {>="3.0.0"}
44
45
"yojson" {>="1.7.0"}
45
46
]
46
47
build: [
You can’t perform that action at this time.
0 commit comments