Skip to content
Snippets Groups Projects
library.json 527 B
Newer Older
clemo's avatar
clemo committed
{
	"name": "gameOfLife",
	"version": "1.0.0",
	"description": "A simple game of life lib",
	"keywords": "gol, Game of life, John Conway",
	"repository": {
		"type": "git",
		"url": "https://gitlab.com/clemo/gameOfLife/"
	},
	"authors": [
		{
			"name": "Clemens Burger",
			"email": "clemo@cbcode.at",
			"url": "https://cbcode.at"
		}
	],
	"license": "MIT",
	"homepage": "https://gitlab.com/clemo/gameOfLife/-/blob/master/README.md",
	"frameworks": "*",
	"platforms": "*",
clemo's avatar
clemo committed
	"build" : {
		"flags": [
			"-I src/gol.c"
clemo's avatar
clemo committed
}