Skip to content

Commit 62078a6

Browse files
author
Bryce Nichols
committed
Change package name -> nginx-http-api
1 parent 2a1bfab commit 62078a6

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

lib/dune renamed to dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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)

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
(lang dune 2.0)
2-
(name nginx_http_api)
2+
(name nginx-http-api)
33
(implicit_transitive_deps false)
4-
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
opam-version: "2.0"
2-
name: "nginx_http_api"
32
version: "1.0.0"
43
synopsis: "A library for nginx http api (ngx_http_api_module)"
54
description: """
@@ -8,9 +7,9 @@ Uses atdgen and ahrefs/devkit and allows reading (and writing if the "api write=
87
maintainer: "Bryce Nichols <bryce.nichols@ahrefs.com>"
98
authors: "Ahrefs <github@ahrefs.com>"
109
license: "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"
1413
depends: [ "ocaml"
1514
"dune"
1615
"ocamlfind"
@@ -21,5 +20,5 @@ depends: [ "ocaml"
2120
"timedesc"
2221
"yojson" ]
2322
build: [
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.

0 commit comments

Comments
 (0)