Nothing Special   »   [go: up one dir, main page]

Skip to content
/ Melon Public
forked from Water-Melon/Melon

A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang.

License

Notifications You must be signed in to change notification settings

hl0071/Melon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melon logo

Melon

Melon is a C framework library for simplifying-development. It includes many data structures, algorithms, architectures and many other useful components. You can pick some components or whole framework based on your demand. Melon supports both multi-process and multi-thread models with module development.

On Windows, framework can NOT be activated, but other components still working.

Installation

On Windows, please install mingw, git bash and make at first. Then execute these shell commands on git bash or terminal (on UNIX).

git clone https://github.com/Water-Melon/Melon.git
cd Melon
./configure [--prefix=LIB_INSTALL_PATH]
make
make install

License

BSD-3-Clause License

Copyright (c) 2014-present, Niklaus F. Schen

Document

Please visit Melon Developer Guide for more details.

中文文档请参考:中文指南

About

A generic cross-platform asynchronous high-performance C framework, including a lot of components and a new coroutine script language Melang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%