Skip to content

ocaml-jp/ocaml-jp.github.io

Repository files navigation

OCaml.jp Website

Project Structure

├── flake.nix
├── dune-project
├── src/            # site generator
│   ├── main.ml
│   └── dune
├── contents/       # page contents (markdown)
│   └── pages/
├── assets/
│   ├── templates/  # html templates
│   ├── css/
│   └── favicon.ico
└── www/
    ├── refman/     # old site contents (translated OCaml 3.12 reference)
    ├── temporary/  # old site contents (attachements about ocaml meeting in Japan)
    └── ...         # genereted contents (git ignored)

Development

Setup on nix and direnv

direnv allow

Build

dune build

Generate

dune exec ocaml-jp-site

About

OCaml Community Site in Japan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages