/usr/lib/ocsigen/METAS/META.eliom_examples is in libocsigen-ocaml 1.3.4-2build4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | description = "Eliom examples"
version = "[distributed with Ocsigen]"
directory = "/usr/lib/ocsigen/examples"
package "miniwiki" (
exists_if = "miniwiki.cmo,miniwiki.cmxs"
version = "[distributed with Ocsigen]"
description = "A very basic wiki"
archive(plugin,byte) = "miniwiki.cmo"
archive(plugin,native) = "miniwiki.cmxs"
)
package "monitoring" (
exists_if = "monitoring.cmo,monitoring.cmxs"
version = "[distributed with Ocsigen]"
description = "A page displaying information about the server"
archive(plugin,byte) = "monitoring.cmo"
archive(plugin,native) = "monitoring.cmxs"
)
package "tutoeliom" (
exists_if = "tutoeliom.cmo,tutoeliom.cmxs"
version = "[distributed with Ocsigen]"
description = "Eliom tutorial"
archive(plugin,byte) = "tutoeliom.cmo"
archive(plugin,native) = "tutoeliom.cmxs"
)
package "duce" (
exists_if = "exampleduce.cmo,exampleduce.cmxs"
requires = "ocsigen.ext.eliom_duce"
version = "[distributed with Ocsigen]"
description = "Example with OCamlDuce"
archive(plugin,byte) = "exampleduce.cmo"
archive(plugin,native) = "exampleduce.cmxs"
)
|