Skip to content

Commit 2a1bfab

Browse files
committed
simplify deps
1 parent 7928279 commit 2a1bfab

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/_opam/
2+
/_build/

lib/dune

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
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)

nginx_http_api.opam

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ dev-repo: "git+https://github.com/brycenichols/nginx_http_api.git"
1414
depends: [ "ocaml"
1515
"dune"
1616
"ocamlfind"
17+
"atdgen"
1718
"atdgen-runtime"
1819
"devkit"
19-
"extlib"
20-
"extunix"
2120
"lwt"
22-
"pcre"
2321
"timedesc"
2422
"yojson" ]
2523
build: [

0 commit comments

Comments
 (0)