ocaml-ctypes
ocaml-ctypes copied to clipboard
Make very simple site for ctypes?
Proposal: How about making a very simple site/blog for ctypes in the vein of http://ocamllabs.github.io/compiler-hacking/ ?
This could be used to make the Changes [1] available as well as, ahem, a blog post maybe?
[1] c.f #169
N.B. about CHANGES.md it really belongs to the repo and needs to be installed in the doc directory of the opam package. But yeah sure it can be rendered somewhere else (though that's the kind of thing if not automated on release that becomes quickly out of date).
CHANGES parsing and publication is on the roadmap for opam2web. I'd prefer the file to be CHANGES rather than CHANGES.md but anything reasonable is fine.
I started to call them CHANGES.md because in my packages they are syntactically valid markdown. This makes it easier for tools (e.g. github) make something out of that.