Re: Packaging Typst

2024-07-14 Thread Ethan Reece
> Do the typst tests past? Does the binary work? The typst-cli tests pass and the binary works (I am currently using it for a small project). For the typst library, the tests require typst_dev_assets which isn't packaged in crates.io or referred to in the typst crate, so I would need to point r

Re: Packaging Typst

2024-07-13 Thread jbranso
July 11, 2024 at 9:34 PM, "kiasoc5" wrote: > > On 7/11/24 02:21, Ethan Reece wrote: > > > > > Hello, > > > > I created a file that packages Typst and its dependencies, and I'm > > > trying to figure out how to contribute it to the Guix project. What I've > > > done to generate the file:

Re: Packaging Typst

2024-07-11 Thread kiasoc5
On 7/11/24 02:21, Ethan Reece wrote: Hello, I created a file that packages Typst and its dependencies, and I'm trying to figure out how to contribute it to the Guix project. What I've done to generate the file: * guix import -i typst-guix.scm crate --recursive --recursive-dev-dependenc

Re: packaging Typst

2023-11-03 Thread Alexis Simon
My current not-yet-working work-in-progress if anyone is interested in contributing. https://codeberg.org/alxsim/local-channel/src/branch/main/typst.scm Alexis On 02/11/2023 13:21, Steve George wrote: Hi Alexis, I've been doing some Rust packaging recently, so maybe this will help you to ge

Re: packaging Typst

2023-11-03 Thread Steve George
Hi Alexis, I've been doing some Rust packaging recently, so maybe this will help you to get started. Here's how I would approach it. Explore the software The first thing I did was explore whether Typst builds in a current Guix environment. If we don't have the right version

Re: packaging Typst?

2023-11-03 Thread Sergio Pastor PĂ©rez
/pathfinder). Unfortunately there has not been any consensus on what could be done to package this kind of structure. I'm hoping that someone has some ideas on how to approach the issue. Thanks. Sergio. Alexis Simon writes: > Hi, > > Is anyone looking into packaging Typst (https://gi

Re: packaging Typst

2023-11-02 Thread Alexis Simon
Thank you very much Steve for those detailed explanations! This is going to be super helpful as a starter. Alexis On 02/11/2023 13:21, Steve George wrote: Hi Alexis, I've been doing some Rust packaging recently, so maybe this will help you to get started. Here's how I would approach it. Expl

Re: packaging Typst? [or other rust apps that have several internal crates]

2023-11-01 Thread Alexis Simon
on how to approach the issue. Thanks. Sergio. Alexis Simon writes: Hi, Is anyone looking into packaging Typst (https://github.com/typst/typst)? This is a very promising Latex alternative. If no one is doing that I could try to investigate packaging it but I would need some help on where to star

packaging Typst?

2023-10-31 Thread Alexis Simon
Hi, Is anyone looking into packaging Typst (https://github.com/typst/typst)? This is a very promising Latex alternative. If no one is doing that I could try to investigate packaging it but I would need some help on where to start. This is a rust app but not available on crates.io. Thanks