enet/GLD_enet.json

56 lines
956 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"Algorithm generic",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"enet/debug.cpp",
"enet/enet.cpp",
"enet/Udp.cpp",
"enet/Tcp.cpp",
"enet/TcpServer.cpp",
"enet/TcpClient.cpp",
"enet/Http.cpp",
"enet/Ftp.cpp",
"enet/WebSocket.cpp",
"enet/pourcentEncoding.cpp"
],
"header": [
"enet/enet.hpp",
"enet/debug.hpp",
"enet/Udp.hpp",
"enet/Tcp.hpp",
"enet/TcpServer.hpp",
"enet/TcpClient.hpp",
"enet/Http.hpp",
"enet/Ftp.hpp",
"enet/WebSocket.hpp",
"enet/pourcentEncoding.hpp"
],
"path":[
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
},
"dependency": [
"etk",
"ememory",
"algue",
"ethread"
],
"target": {
"windows":{
"dependency": [
"ws2"
]
}
}
}