File tree Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Expand file tree Collapse file tree 3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1+ /_opam /
2+ /_build /
Original file line number Diff line number Diff line change 11(library
22 (name nginx_http_api)
33 (modules nginx nginx_t nginx_j)
4- (libraries
5- atdgen-runtime
6- curl
7- devkit
8- devkit.core
9- extlib
10- extunix
11- lwt
12- lwt.unix
13- pcre
14- timedesc
15- yojson)
4+ (libraries atdgen-runtime devkit lwt timedesc yojson)
165 (preprocess
17- (pps lwt_ppx tyxml-ppx ppx_deriving.std ppx_fields_conv )))
6+ (pps lwt_ppx)))
187
198(rule
209 (targets nginx_t.mli nginx_t.ml)
Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ dev-repo: "git+https://github.com/brycenichols/nginx_http_api.git"
1414depends: [ "ocaml"
1515 "dune"
1616 "ocamlfind"
17+ "atdgen"
1718 "atdgen-runtime"
1819 "devkit"
19- "extlib"
20- "extunix"
2120 "lwt"
22- "pcre"
2321 "timedesc"
2422 "yojson" ]
2523build: [
You can’t perform that action at this time.
0 commit comments