package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.11.tar.gz
sha256=18b73deef4ed6e9a83337f24b3bbe2ded65268b3ff7309fcc00d25e57e1dc12e
md5=98492f4657c2c5b30e3b1bc945e58419

doc/oasis/OASISBuildSection/index.html

Module OASISBuildSection

Build section

  • author Sylvain Le Gall
val find_module : (string -> bool) -> OASISTypes.build_section -> OASISUnixPath.unix_filename -> [ `No_sources of OASISUnixPath.unix_filename list | `Sources of OASISUnixPath.unix_filename * string list ]

Search a module file.

val build_order : OASISTypes.package -> OASISTypes.section list

Compute the order of section building, taking into account build dependencies between sections. Not exported.

Compute a map between sections and its build depends. The build depends contains only libraries. Not exported.

OCaml

Innovation. Community. Security.