build-api

Version, currently main branch1 version
  • main branchlatestAug 14, 2026

github.com/PlaceOS/build_service

PlaceOS Build Driver Service

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  build-api:
    github: PlaceOS/build_service
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
~> 1.0
License
MIT
Target
  • build-api from src/app.cr

Dependencies

Runtime Dependencies

Development Dependencies

  • ameba*github: veelenga/amebadev
  • hot_topic*github: jgaskins/hot_topicdev

README

PlaceOS Build Driver Service

PlaceOS service for compiling and storing PlaceOS drivers.

Contributing

See CONTRIBUTING.md.

Testing

crystal spec

  • to run in development mode crystal ./src/app.cr

Compiling

crystal build ./src/app.cr

Deploying

Once compiled you are left with a binary ./app

  • for help ./app --help
  • viewing routes ./app --routes
  • run on a different port or host ./app -b 0.0.0.0 -p 80