lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

README (828B)


      1 # radroots_runtime_distribution
      2 
      3 This is the README for `radroots_runtime_distribution`, which provides runtime
      4 distribution contract resolution for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * contract model types for artifact families, channels, targets, adapters, and
      9    archive formats;
     10  * a schema constant and resolver for selecting a matching runtime artifact;
     11  * request and resolved-artifact types used by bootstrap and installer code;
     12  * TOML-backed contract handling for modular runtime deployment metadata.
     13 
     14 ## Copyright
     15 
     16 Except as otherwise noted, all files in the `radroots_runtime_distribution`
     17 distribution are
     18 
     19  Copyright (c) 2020-2026 Tyson Lupul
     20 
     21 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     22 WARRANTIES, see LICENSE included in the `radroots_runtime_distribution`
     23 distribution.