mirror of
				https://github.com/lunarmodules/luasocket.git
				synced 2025-10-31 18:35:45 +01:00 
			
		
		
		
	chore: Start a Markdown era readme
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| name: Test build | ||||
| name: Build | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|   | ||||
							
								
								
									
										11
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README
									
									
									
									
									
								
							| @@ -1,11 +0,0 @@ | ||||
| This is the LuaSocket 3.0-rc1. It has been tested on Windows 7, Mac OS X, | ||||
| and Linux. | ||||
|  | ||||
| Please use the project page at GitHub | ||||
|  | ||||
|     https://github.com/lunarmodules/luasocket | ||||
|  | ||||
| to file bug reports or propose changes. | ||||
|  | ||||
| Have fun, | ||||
| Diego Nehab. | ||||
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| # LuaSocket | ||||
|  | ||||
|  | ||||
| [](https://github.com/lunarmodules/luasocket/actions?workflow=Build) | ||||
| [](https://github.com/lunarmodules/luasocket/actions?workflow=Luacheck) | ||||
| [](https://github.com/lunarmodules/luasocket/releases) | ||||
| [](https://luarocks.org/modules/lunarmodules/luasocket) | ||||
|  | ||||
| LuaSocket is a Lua extension library composed of two parts: | ||||
|  | ||||
| 1. a set of C modules that provide support for the TCP and UDP transport layers, and | ||||
| 2. a set of Lua modules that provide functions commonly needed by applications that deal with the Internet. | ||||
| @@ -114,7 +114,7 @@ dist: | ||||
| 	mkdir -p $(DIST) | ||||
| 	cp -vf CHANGELOG.md $(DIST) | ||||
| 	cp -vf LICENSE $(DIST) | ||||
| 	cp -vf README $(DIST) | ||||
| 	cp -vf README.md $(DIST) | ||||
| 	cp -vf $(MAKE) $(DIST) | ||||
|  | ||||
| 	mkdir -p $(DIST)/etc | ||||
|   | ||||
		Reference in New Issue
	
	Block a user