{
  "name": "Http_Server",
  "version": "0.1.0",
  "description": "一个简单的http server",
  "task_type": {
    "BuildFromSource": {
      "Local": {
        "path": "apps/http_server"
      }
    }
  },
  "depends": [
    {
      "name": "relibc",
      "version": "0.1.0"
    }
  ],
  "build": {
    "build_command": "make"
  },
  "install": {
    "in_dragonos_path": "/bin"
  },
  "clean": {
    "clean_command": "make clean"
  },
  "envs": []
}