type: pkg

project:
  name: wlib-fsm
  description: Lightweight, fast, and minimal branching State Machine
  repository: https://github.com/waterloop/wlib-fsm.git
  version: 1.0.1
  author: Jeff Niu
  organization: Waterloop
  keywords:
  - state-machine
  - c++
  - wio
  - wlib
  - waterloop
  compile_options:
    wio_version: 0.4.2
    standard: c99,c++11

targets:
  test-simple:
    src: test-simple
    platform: native
  test-complex:
    src: test-complex
    platform: native

