You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: res_pages/industry/IndustryUsers.res
+52-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
moduleLink=Next.Link
2
+
1
3
lets=React.string
2
4
3
5
typet= {
@@ -10,13 +12,62 @@ let contentEn = {
10
12
pageDescription: `OCaml is a popular choice for companies who make use of its features in key aspects of their technologies. Some companies that use OCaml code are listed below:`,
11
13
}
12
14
15
+
typecallToAction= {
16
+
label: string,
17
+
url: string,
18
+
}
19
+
20
+
// TODO: as part of generalizing, consolidate this with installocaml version
0 commit comments