{"id":16243865,"url":"https://github.com/wanghaemq/flow-float","last_synced_at":"2025-04-08T11:17:26.796Z","repository":{"id":244173734,"uuid":"814082890","full_name":"wanghaEMQ/flow-float","owner":"wanghaEMQ","description":"A flow language running environment (foundationdb 7.3.0)","archived":false,"fork":false,"pushed_at":"2024-08-14T03:34:56.000Z","size":823,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T07:23:29.558Z","etag":null,"topics":["flow","foundationdb"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wanghaEMQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T09:57:28.000Z","updated_at":"2024-08-14T03:34:56.000Z","dependencies_parsed_at":"2024-06-13T08:55:21.539Z","dependency_job_id":"0a5dc3ff-5c71-4ded-88c9-1db8e0e693ba","html_url":"https://github.com/wanghaEMQ/flow-float","commit_stats":null,"previous_names":["wanghaemq/flow-float"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaEMQ%2Fflow-float","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaEMQ%2Fflow-float/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaEMQ%2Fflow-float/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wanghaEMQ%2Fflow-float/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wanghaEMQ","download_url":"https://codeload.github.com/wanghaEMQ/flow-float/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829515,"owners_count":21002997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flow","foundationdb"],"created_at":"2024-10-10T14:16:34.560Z","updated_at":"2025-04-08T11:17:26.692Z","avatar_url":"https://github.com/wanghaEMQ.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal flow language running environment\n\n## Requires\n\n* static boost libraries\n* python3\n* mono\n* openssl\n\n## Start\n\nAdd your project flowxxx to submodule.\n\n```\ncd flow-float\ngit submodule add https://github.com/xxx/flowxxx flowxxx\n```\n\nAdd flowxxx to cmake.\n\n```\nadd_subdirectory(flowxxx)\n```\n\nCompile and run.\n\n```\nmkdir _build\ncd _build\ncmake -G Ninja ..\nninja\n```\n\n```\n./flowxxx/flowxxx\n```\n\n## Practice on ubuntu22.04\n\n```\napt install vim g++ gcc git make ninja-build mono-devel libssl-dev libz-dev libbz2-dev libzstd-dev\n\n# Install cmake\nwget https://github.com/Kitware/CMake/releases/download/v3.29.3/cmake-3.29.3-linux-x86_64.sh\nbash ./cmake-3.29.3-linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local\n\n# Install boost static libraries\ncd boost_1_78_0\n./bootstrap.sh\n./b2 link=static --with-iostreams install\n\ngit clone https://github.com/wanghaEMQ/flow-float.git\ncd flow-float/\ncp -r ~/flowxxx ./flowxxx\necho \"add_subdirectory(flowxxx)\" \u003e\u003e ./CMakeLists.txt\nmkdir -p build \u0026\u0026 cd build\nninja -j4\n```\n\n## Thanks\n\nThanks follow projects.\n\n```\nhttps://github.com/jzhou77/flow-examples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanghaemq%2Fflow-float","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwanghaemq%2Fflow-float","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwanghaemq%2Fflow-float/lists"}