You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(synopsis"Ergonomic, lightweight conditional compilation through attributes")
(description "Config implements the [@@config] annotation, to conditionally compile modules. You can use a small boolean language to check for conditions including some built-in ones and environment variables.")
(depends
(ocaml (>= "5.1"))
(ppxlib (>= 0.31.0))
(spices (>= "0.0.2"))
dune)
(tags (conditional compilation target_os target_arch arch os system)))