package ninja_utils

  1. Overview
  2. Docs
Small library used to generate Ninja build files

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.0.tar.gz
md5=5ff92d56b3ad2e34fd0f23e0fedeb470
sha512=a0c113a68aacf9cbf8f9570ec4c9ab9263902d34a0b16ff78e67632903a114855d0d2daf48a0ebc1e725ba4d7a49b44111df23ae61840dc47ae9fe2948071818

Description

This library contains the implementations of utility functions used to generate Ninja build files -- see https://ninja-build.org. It's currently used by the Catala build system (see https://github.com/CatalaLang/catala/tree/master/build_system)

Published: 21 Dec 2023

README

Ninja utils

This is a small OCaml Library used to generate Ninja build files.

It's currently used by the Catala build system (see https://github.com/CatalaLang/catala/tree/master/build_system)

Install releases through opam:

opam install ninja_utils

Or for the latest unreleased version:

opam pin https://github.com/CatalaLang/ninja_utils.git

Dependencies (3)

  1. re >= "1.10.3"
  2. ocaml >= "4.12.0"
  3. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. catala >= "0.9.0"

Conflicts

None