issues
search
ocaml-sys
/
config.ml
conditional compilation via attributes for OCaml
Other
27
stars
4
forks
source link
Feature: Apply @config on module structs and signatures
#18
Closed
KFoxder
closed
6 months ago
KFoxder
commented
6 months ago
Overview
Addresses issue / feature:
https://github.com/ocaml-sys/config.ml/issues/3
Allows use of
@cfg
on module structs and signatures
Added cram test cases for module structs and signatures
Added cram tests for the interface files as well which was missing
TODO
[ ] Update documentation to show uses in cases and feature branches
leostera
commented
6 months ago
Thanks for the PR @KFoxder! ✨
Overview
@cfg
on module structs and signaturesTODO