Pure OCaml Yaml 1.2 reader and writer using Bytesrw
1# OCaml build artifacts
2_build/
3*.install
4*.merlin
5
6# Third-party sources (fetch locally with opam source)
7third_party/
8
9# YAML test suite (clone manually to tests/ for running test suite)
10tests/yaml-test-suite/
11
12# Editor and OS files
13.DS_Store
14*.swp
15*~
16.vscode/
17.idea/
18
19# Opam local switch
20_opam/
21bytesrw-eio