# builder-client **Repository Path**: mirrors_openlayers/builder-client ## Basic Information - **Project Name**: builder-client - **Description**: Client for the OpenLayers build service - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenLayers Build Client This is a client for the OpenLayers [build service](https://github.com/openlayers/builder). When functional, I'll add instructions. For now, this is a place for notes. ``` Info: { symbols: Array., defines: Array., symbolIndex: {name -> index}, definesIndex: {name -> index}, groups: Array. } Symbol: { name: string, description: string, kind: 'function|class|member', stability: 'experimental|stable' } Define: { name: string, description: string, default: boolean } Class: { name: string, description: string, methods: Array. } Group: { name: string, description: string, classes: Array., functions: Array. } State: { info: Info, build: { symbols: {symbolName -> boolean}, defines: {defineName -> boolean} }, expand: {name -> boolean} } ```