picos icon indicating copy to clipboard operation
picos copied to clipboard

Consider splitting Picos into (at least) two packages

Open polytypic opened this issue 10 months ago • 1 comments

For example,

  • a core picos package would include picos and maybe picos.sync and more strongly maybe picos.stdio.
  • an additional picos_samples package would contain other things (e.g. sample schedulers) not strictly needed by the core package.

polytypic avatar Apr 09 '24 14:04 polytypic

Thinking about this later, I started thinking about packaging things the opposite/different way:

  • a picos_core package with just the core Picos framework (i.e. which is currently the picos library inside the picos package), and
  • a picos package that includes both the core and everything else in this repository.

polytypic avatar May 04 '24 06:05 polytypic

I'm getting a library picos_mux not found error when including picos_mux in libraries list inside a dune file. picos_mux has been installed and picos_io gets included just fine. Is there something i'm missing here?

zoj613 avatar Sep 15 '24 20:09 zoj613

The picos_mux package contains multiple libraries picos_mux.fifo, picos_mux.multififo, and picos_mux.random.

polytypic avatar Sep 16 '24 03:09 polytypic