mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
initial commit
This commit is contained in:
parent
3a8c793d36
commit
5620de5fca
2 changed files with 11 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
%.html: %.adoc
|
||||
asciidoc $< > $@
|
||||
|
||||
all: index.html
|
||||
6
index.adoc
Normal file
6
index.adoc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
= OCaml-containers
|
||||
|
||||
Documentation:
|
||||
|
||||
- link:dev[dev]
|
||||
- link:0.19[0.19]
|
||||
Loading…
Add table
Reference in a new issue