[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CDuce package



On Tue, Apr 12, 2005 at 09:34:16AM +0200, Thomas Petazzoni wrote:
> My question was more : « Should I add libequeue-ocaml-dev as Depends: in 
> the librpc-ocaml-dev ? ».

Yes:

  /usr/lib/ocaml/3.08.3/rpc$ ledit ocaml
          Objective Caml version 3.08.3
  
  # #use "topfind";;
  - : unit = ()
  Findlib has been successfully loaded. Additional directives:
    #require "package";;      to load a package
    #list;;                   to list the available packages
    #camlp4o;;                to load camlp4 (standard syntax)
    #camlp4r;;                to load camlp4 (revised syntax)
    #predicates "p,q,...";;   to set these predicates
    Topfind.reset();;         to force that packages will be reloaded
    #thread;;                 to enable threads
  
  - : unit = ()
  # #require "unix";;
  /usr/lib/ocaml/3.08.3/unix.cma: loaded
  # #load "rpc.cma";;
  Reference to undefined global `Unixqueue'
  # #require "equeue";;
  /usr/lib/ocaml/3.08.3/equeue: added to search path
  /usr/lib/ocaml/3.08.3/equeue/equeue.cma: loaded
  # #load "rpc.cma";;
  #

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
zack@{cs.unibo.it,debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-

Attachment: signature.asc
Description: Digital signature


Reply to: