File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11(library
2+ (public_name nginx-http-api)
23 (name nginx_http_api)
34 (modules nginx nginx_t nginx_j)
45 (libraries atdgen-runtime devkit lwt timedesc yojson)
Original file line number Diff line number Diff line change 11(lang dune 2 .0)
2- (name nginx_http_api )
2+ (name nginx-http-api )
33 ( implicit_transitive_deps false )
4-
Original file line number Diff line number Diff line change 11opam-version: "2.0"
2- name: "nginx_http_api"
32version: "1.0.0"
43synopsis: "A library for nginx http api (ngx_http_api_module)"
54description: """
@@ -8,9 +7,9 @@ Uses atdgen and ahrefs/devkit and allows reading (and writing if the "api write=
87maintainer: "Bryce Nichols <bryce.nichols@ahrefs.com>"
98authors: "Ahrefs <github@ahrefs.com>"
109license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
11- homepage: "https://github.com/brycenichols/nginx_http_api "
12- bug-reports: "https://github.com/brycenichols/nginx_http_api /issues"
13- dev-repo: "git+https://github.com/brycenichols/nginx_http_api .git"
10+ homepage: "https://github.com/ahrefs/ocaml-nginx-api "
11+ bug-reports: "https://github.com/ahrefs/ocaml-nginx-api /issues"
12+ dev-repo: "git+https://github.com/ahrefs/ocaml-nginx-api .git"
1413depends: [ "ocaml"
1514 "dune"
1615 "ocamlfind"
@@ -21,5 +20,5 @@ depends: [ "ocaml"
2120 "timedesc"
2221 "yojson" ]
2322build: [
24- ["dune" "build" "-p" name "-j" jobs "@install" ]
23+ ["dune" "build" "-p" name "-j" jobs]
2524]
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments