Skip to content

Commit 1ae64a3

Browse files
committed
Add a OCaml In Numbers page with statistics about the OCaml community
1 parent 66641c6 commit 1ae64a3

39 files changed

+1847
-22
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fmt: ## Format the codebase with ocamlformat
5454

5555
.PHONY: watch
5656
watch: ## Watch for the filesystem and rebuild on every change
57-
opam exec -- dune build @run -w --force --no-buffer
57+
opam exec -- dune exec -w src/ocamlorg_web/bin/main.exe
5858

5959
.PHONY: utop
6060
utop: ## Run a REPL and link with the project's libraries

asset/vendors/chart.min.js

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/community-metrics.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
overview:
2+
- name: OCaml Packages
3+
value: 4750
4+
sections:
5+
- name: Community Growth
6+
metrics:
7+
- name: Monthly OCaml.org Unique Visitors
8+
chart: line
9+
data:
10+
- label: "January 2024"
11+
value: 50.7
12+
- label: "February 2024"
13+
value: 68.5
14+
- label: "March 2024"
15+
value: 64.9
16+
- label: "April 2024"
17+
value: 60.5
18+
- label: "May 2024"
19+
value: 60.2
20+
- name: New Packages Released on opam-repository
21+
chart: line
22+
data:
23+
- label: "2013"
24+
value: 461
25+
- label: "2014"
26+
value: 215
27+
- label: "2015"
28+
value: 270
29+
- label: "2016"
30+
value: 380
31+
- label: "2017"
32+
value: 439
33+
- label: "2018"
34+
value: 320
35+
- label: "2019"
36+
value: 361
37+
- label: "2020"
38+
value: 602
39+
- label: "2021"
40+
value: 491
41+
- label: "2022"
42+
value: 485
43+
- label: "2023"
44+
value: 447
45+
- name: Unique Contributors to opam-repository
46+
chart: line
47+
data:
48+
- label: "2013"
49+
value: 119
50+
- label: "2014"
51+
value: 145
52+
- label: "2015"
53+
value: 172
54+
- label: "2016"
55+
value: 211
56+
- label: "2017"
57+
value: 246
58+
- label: "2018"
59+
value: 244
60+
- label: "2019"
61+
value: 254
62+
- label: "2020"
63+
value: 295
64+
- label: "2021"
65+
value: 291
66+
- label: "2022"
67+
value: 311
68+
- label: "2023"
69+
value: 299

0 commit comments

Comments
 (0)