File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1+ ## v0.0.2 (2022-07-07)
2+
3+ * Moved repository
4+
15## v0.0.1 (2022-07-07)
26
37* Initial release
Original file line number Diff line number Diff line change 66( generate_opam_files true )
77
88( source
9- ( github kayceesrk /hdr_histogram_ocaml) )
9+ ( github ocaml-multicore /hdr_histogram_ocaml) )
1010
1111( authors " KC Sivaramakrishnan" )
1212
13- ( maintainers " KC Sivaramakrishnan" )
13+ ( maintainers " KC Sivaramakrishnan" " Christiano Haesbaert " )
1414
1515( license MIT)
1616
17- ( documentation https://kayceesrk .github.io/hdr_histogram_ocaml/ )
17+ ( documentation https://ocaml-multicore .github.io/hdr_histogram_ocaml)
1818
1919( package
2020 (name hdr_histogram)
2424 ( conf-pkg-config :build ) )
2525 ( tags
2626 ( " histogram" " tail latency" ) ) )
27-
28- ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
Original file line number Diff line number Diff line change 22opam-version: "2.0"
33synopsis: "OCaml bindings to Hdr Histogram"
44description: "OCaml bindings to Hdr Histogram"
5- maintainer: ["KC Sivaramakrishnan"]
5+ maintainer: ["KC Sivaramakrishnan" "Christiano Haesbaert" ]
66authors: ["KC Sivaramakrishnan"]
77license: "MIT"
88tags: ["histogram" "tail latency"]
9- homepage: "https://github.com/kayceesrk /hdr_histogram_ocaml"
10- doc: "https://kayceesrk .github.io/hdr_histogram_ocaml/ "
11- bug-reports: "https://github.com/kayceesrk /hdr_histogram_ocaml/issues"
9+ homepage: "https://github.com/ocaml-multicore /hdr_histogram_ocaml"
10+ doc: "https://ocaml-multicore .github.io/hdr_histogram_ocaml"
11+ bug-reports: "https://github.com/ocaml-multicore /hdr_histogram_ocaml/issues"
1212depends: [
1313 "ocaml"
1414 "dune" {>= "3.3"}
@@ -31,4 +31,4 @@ build: [
3131 "@doc" {with-doc}
3232 ]
3333]
34- dev-repo: "git+https://github.com/kayceesrk /hdr_histogram_ocaml.git"
34+ dev-repo: "git+https://github.com/ocaml-multicore /hdr_histogram_ocaml.git"
You can’t perform that action at this time.
0 commit comments