No description
  • html 51.6%
  • OCaml 42.1%
  • CSS 4.3%
  • JavaScript 0.8%
  • Makefile 0.4%
  • Other 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Christine Rose e34275355c
Values & Functions :: Addressing suggestions from Issue #1762 (#1812)
* remove corporate language

* Added some B2 English options

* removed example with `a` to avoid confusion with 'a

* changed another example with `a` to other letters

* Changed example with `b` and `c` to `d` & `e`

Since we just mentioned `'b` and `'c` as type variables

* changed example letter `d` to `i` to avoid confusion

* Changing some definitions to appear after example

* moved more definitions after example

* moved Shadowing definition to after the example

* removed scary intro pp as suggested by Release_Candidate

* rewrote new intro pp with shorter sentences and simpler words

* more updates from Issue #1762

* Revise intro

* changes from Thurs meeting

* Added possible alternate code in place of `tree`

* checked all changed letter parameters - they all work

* Rearranging Global, Local, and Pattern Matching sections

Sabine to create new examples

* Revise intro paragraph under What is a Value

* revise paragraph li 238

* remove redundant prepositional phrase

* Replace tree examples with alias type

* add missing ;;

* Review edits

* add comma

* add colon

* Adjusted syntax

* Verb agreement

* capitalisation

* Adjusted syntax

* Review Edits

* minor grammar

* Apply suggestions from code review

Co-authored-by: Cuihtlauac Alvarado <cuihtlauac@users.noreply.github.com>

* changes from code review

* Review Edits

---------

Co-authored-by: Cuihtlauac ALVARADO <cuihtmlauac@tarides.com>
Co-authored-by: Cuihtlauac Alvarado <cuihtlauac@users.noreply.github.com>
2023-12-08 06:21:04 -08:00
.devcontainer Replace Dependency on omd with cmarkit, advance opam-repository pin (#1642) 2023-11-24 17:22:57 +01:00
.github Replace Dependency on omd with cmarkit, advance opam-repository pin (#1642) 2023-11-24 17:22:57 +01:00
asset Implement Learn UI from Figma Part 1 (#1798) 2023-11-30 17:14:54 +01:00
data Values & Functions :: Addressing suggestions from Issue #1762 (#1812) 2023-12-08 06:21:04 -08:00
doc Fix merge PR into staging method 1 (#1473) 2023-08-04 12:00:27 +02:00
playground Change Playground Output Color from Red to White (#1595) 2023-10-20 10:49:03 +02:00
scripts Fix copy-to-clipboard styles (#1375) 2023-07-04 20:41:00 +02:00
src Integrate pages from CS3110 and Real World OCaml (#1766) 2023-12-07 09:57:03 +01:00
tool Integrate pages from CS3110 and Real World OCaml (#1766) 2023-12-07 09:57:03 +01:00
.dockerignore Revert #1051: Remove yoshi (#1735) 2023-11-01 17:58:08 +01:00
.gitignore Use prebuilt Tailwind CSS CLI (#354) 2022-03-15 16:42:57 +01:00
.ocamlformat Apply ocamlformat to the playground code (#1169) 2023-05-12 17:58:59 +02:00
CODE_OF_CONDUCT.md Add code of conduct to README (#1135) 2023-04-27 10:49:09 +02:00
CONTRIBUTING.md Add Ability to Record Upcoming Events (#1717) 2023-11-09 18:14:28 +01:00
Dockerfile Replace Dependency on omd with cmarkit, advance opam-repository pin (#1642) 2023-11-24 17:22:57 +01:00
dune Add a RSS feed for the changelog (#1593) 2023-10-10 10:23:06 +02:00
dune-project Unpin river (#1807) 2023-12-01 15:04:47 +01:00
HACKING.md Retire dream-dashboard (#1736) 2023-11-01 18:31:07 +01:00
init-cache Speedup docker run startup (#1011) 2023-03-31 15:14:54 +02:00
LICENSE Fix typos (#366) 2022-03-23 12:19:37 +01:00
LICENSE-3RD-PARTY Revert "add focus-within-polyfill for Safari (#1495)" (#1498) 2023-08-16 11:07:37 +02:00
Makefile Replace Dependency on omd with cmarkit, advance opam-repository pin (#1642) 2023-11-24 17:22:57 +01:00
ocamlorg.opam Unpin river (#1807) 2023-12-01 15:04:47 +01:00
ocamlorg.opam.template Unpin river (#1807) 2023-12-01 15:04:47 +01:00
README.md Tell people to install opam in the README (#1555) 2023-10-04 17:36:53 +02:00
tailwind.config.js Implement Learn UI from Figma Part 1 (#1798) 2023-11-30 17:14:54 +01:00

OCaml.org

Actions Status

This repository contains the sources of the OCaml website. It is served at https://ocaml.org/.

Features

  • Integrated documentation and package management: The site combines the package management (currently opam.ocaml.org) with a new central documentation source (codenamed 'docs.ocaml.org') for all 14000+ opam packages directly within the ocaml.org site.

  • Responsive and accessible: The site design also takes into account modern web-design principles, restructuring the old content in accordance with methods that will present it more compellingly. It is a total redesign that modernises the look and feel of the webpage, as well as make it easier to navigate, and more accessible (particularly on mobile devices).

  • Separation of data editing from HTML/CSS generation: The data used in the website is stored in Yaml or Markdown so users can easily edit it and contribute to the website. We generate OCaml code from this data to serve the site content and and Ocurrent to automate the data pipelines. All the data used in the site can be found in ./data.

Getting started

You can setup the project with:

Before you begin, make sure you have opam (OCaml Package Manager) installed on your system. If you haven't installed it yet, you can follow the official installation instructions for your platform:

Once opam is installed, you can set up the project and run it with the following commands:

make switch

And run it with:

make start

See our contributing guide for more detailed instructions.

Maintainers

The OCaml.org maintainers team is composed of the following community members:

  • Anil Madhavapeddy (@avsm), Owner (University of Cambridge)
  • Thibaut Mattio (@tmattio), Lead Maintainer (Tarides)
  • Christine Rose (@christinerose), Maintainer (Tarides)
  • Cuihtlauac Alvarado (@cuihtlauac), Maintainer (Tarides)
  • Sabine Schmaltz (@sabine), Maintainer (Tarides)

The roles and responsibilities are explained in the governance, don't hesitate to have a look for more details.

We're always looking for new maintainers! If you're interested in helping us make OCaml.org the best resource to learn OCaml and discover the ecosystem, reach out to us!

Acknowlegement

Thank you to everyone who contributed to the development of this new version of the website!

In particular:

  • Ashish Agarwal (Solvuu)
  • Kanishka Azimi (Solvuu)
  • Richard Davison (Solvuu)
  • Patrick Ferris (OCaml Labs)
  • Gemma Gordon (OCaml Labs)
  • Isabella Leandersson (OCaml Labs)
  • Thibaut Mattio (Tarides)
  • Anil Madhavapeddy (University of Cambridge)

For the groundwork on rethinking the sitemap, user flows, new content, design, and frontend and package docs!

  • Jon Ludlam (OCaml Labs)
  • Jules Aguillon (Tarides)
  • Lucas Pluvinage (Tarides)

For the work on the package site infrastructure and UI!

  • Paul-Elliot Anglès dAuriac (Tarides)

For meticulously going through the website to find issues.

  • Isabella Leandersson (OCaml Labs)
  • Asaad Mahmood (Tarides)

For the work on the designs and bringing them to life on the frontend!

  • Christine Rose (Tarides)
  • Isabella Leandersson (OCaml Labs)

For the work on the new content and reviewing the existing one!

Wed also like to thank the major funders who supported work on revamping the website: grants from the Tezos Foundation and Jane Street facilitated the bulk of the work. Thank you, and if anyone else wishes to help support it on an ongoing basis then donations to the OCaml Software Foundation and grants to the maintenance teams mentioned above are always welcomed.

Contributing

We'd love your help improving ocaml.org!

See our contributing guide in CONTRIBUTING.md

License

  • The source code is released under ISC
  • The data is released under CC BY-SA 4.0
  • Code examples within the content are released under UNLICENSE.
  • The OCaml logo is released under UNLICENSE.
  • The vendored files are listed with their licenses in LICENSE-3RD-PARTY

See our LICENSE for the complete licenses.

Code of Conduct

This project follows the OCaml Code of Conduct.