File

core/features.lua @ 12279:f44eb0a6653a

doap: Reference some JSON RFCs RFC 4627 JSON - util.json RFC 6901 JSON Pointer - util.jsonpointer
author Kim Alvefur <zash@zash.se>
date Sat, 05 Feb 2022 18:07:51 +0100
parent 12252:4bfe658415a0
child 12655:a5a0783e9241
child 13110:d5f322dd424b
line wrap: on
line source

local set = require "util.set";

return {
	available = set.new{
		-- mod_bookmarks bundled
		"mod_bookmarks";
	};
};