baserock-schema: Baserock Definitions Schema

[ bsd3, data, library, program ] [ Propose Tags ]

Baserock Definitions Schema - Parsers, Printers, Encoders, Decoders, ASTs, Graphs and Traversals


[Skip to Readme]

Modules

[Last Documentation]

  • Baserock
    • Schema
      • Baserock.Schema.V9

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.1.1, 0.0.1.2, 0.0.1.3, 0.0.1.5, 0.0.2.0, 0.0.3.4, 0.0.3.5
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), baserock-schema, etc, gitlab-api, hashable, lens-aeson, microlens-platform, rio, yaml-pretty-extras [details]
License BSD-3-Clause
Copyright 2018 Daniel Firth
Author Daniel Firth
Maintainer locallycompact@gmail.com
Category Data
Source repo head: git clone https://gitlab.com/locallycompact/baserock-schema
Uploaded by locallycompact at 2018-06-21T15:42:35Z
Distributions
Executables baserock
Downloads 4137 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-06-21 [all 3 reports]

Readme for baserock-schema-0.0.3.4

[back to package description]

baserock-schema

Definitions schema for baserock system definitions.

You can build with

stack build

You can test with

stack test

You can test the in-place application by running

stack install

which will install the baserock executable. You may then sit in a definitions repository and run

baserock sanitize <path/to/system.morph>

You can set all the refs in a given stratum by runnings

baserock set-all-refs <ref> <path/to/stratum.morph>

For gitlab-only strata you can bump the shas to the latest head of that ref by doing

baserock bump-shas <path/to/stratum.morph>