Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop how to fetch packages #379

Merged
merged 11 commits into from
Dec 5, 2022

Conversation

gfngfn
Copy link
Owner

@gfngfn gfngfn commented Nov 18, 2022

registry.yaml:

 packages:
 ...
 - name: "std-ja-book"
   implementations:
   - version: "0.0.1"
+    source:
+      type: "tar_gzip"
+      url: "https://gfngfn.github.io/temp/std-ja-book.0.0.1.tar.gz"
     dependencies:
     - name: "stdlib"
       requirements: [ "0.0.1" ]
     - name: "math"
       requirements: [ "0.0.1" ]
     - name: "annot"
       requirements: [ "0.0.1" ]
     - name: "code"
       requirements: [ "0.0.1" ]
     - name: "footnote-scheme"
       requirements: [ "0.0.1" ]
     - name: "font-junicode"
       requirements: [ "0.0.1" ]
     - name: "font-latin-modern"
       requirements: [ "0.0.1" ]
     - name: "font-ipa-ex"
       requirements: [ "0.0.1" ]
     - name: "font-latin-modern-math"
       requirements: [ "0.0.1" ]
 ...

@gfngfn gfngfn changed the title [WIP] Develop how to fetch packages Develop how to fetch packages Nov 22, 2022
@gfngfn gfngfn marked this pull request as ready for review November 22, 2022 20:46
@gfngfn gfngfn merged commit 27ac5d8 into dev-0-1-0-package-system Dec 5, 2022
@gfngfn gfngfn deleted the dev-0-1-0-package-fetch branch April 7, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant