This repository was archived by the owner on Apr 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33- format source code using ocamlformat 0.9 and the ` conventional `
44 profile (@avsm ).
5+ - support uri>=3.0.0 (@avsm )
56
67### v0.12.4 (2019-04-13)
78
Original file line number Diff line number Diff line change 11FROM ocaml/opam2:alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
4+ RUN opam switch 4.07
5+
46ENV OPAMERRLOGLEN=0 OPAMYES=1
57
68RUN 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 && \
810 opam update -u
911
1012RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 11FROM ocaml/opam2:alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
4+ RUN opam switch 4.07
5+
46ENV OPAMERRLOGLEN=0 OPAMYES=1
57
68RUN 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 && \
810 opam update -u
911
1012RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 11FROM ocaml/opam2:alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
4+ RUN opam switch 4.07
5+
46ENV OPAMERRLOGLEN=0 OPAMYES=1
57
68RUN 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 && \
810 opam update -u
911
1012RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 11FROM ocaml/opam2:alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
4+ RUN opam switch 4.07
5+
46ENV OPAMERRLOGLEN=0 OPAMYES=1
57
68RUN 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 && \
810 opam update -u
911
1012RUN opam install alcotest lwt conf-libev inotify tls
Original file line number Diff line number Diff line change 55 (libraries datakit-github datakit-client datakit-client-9p yojson cmdliner
66 tyxml multipart-form-data prometheus-app.unix webmachine redis-lwt session
77 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)
99 (preprocess
1010 (per_module
1111 ((pps ppx_sexp_conv)
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ depends: [
4141 "alcotest" {with-test}
4242 "cohttp-lwt-unix" {>= "1.0.0"}
4343 "base64" {>="3.1.0"}
44+ "uri" {>="3.0.0"}
4445 "yojson" {>="1.7.0"}
4546]
4647build: [
You can’t perform that action at this time.
0 commit comments