Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/cache/META GODI Package godi-cache
Library cache
 
   META  
description = "Cache daemon - client library"
requires = "cache.common"
archive(byte) = "cache_client.cma"
archive(native) = "cache_client.cmxa"
version = "1.0"


package "common" (
  description = "Cache daemon - common library"
  requires = "rpc"
  archive(byte) = "cache_common.cma"
  archive(native) = "cache_common.cmxa"
)

package "server" (
  description = "Cache daemon - server library"
  requires = "cache.common netplex"
  archive(byte) = "cache_server.cma"
  archive(native) = "cache_server.cmxa"
)



This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml