├── .github └── workflows │ ├── automatic-rebase.yaml │ ├── ci-comment.yaml │ ├── ci.yaml │ ├── pr-comment-welcome.yaml │ ├── pr-followup.yaml │ ├── pr.yaml │ ├── snapshot.yaml │ └── update-develop.yaml ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── ci.sh ├── dune-project ├── packages ├── conf-yarn │ └── conf-yarn.0.1 │ │ └── opam ├── satyrographos-snapshot-develop │ ├── satyrographos-snapshot-develop.0.0.10+2023.10.23 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.11+2024.02.07 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.11-2-gcc6a054e+2024.03.05 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.11-2-gcc6a054e+2024.08.15 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+2020.08.24 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.09.07 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.09.08 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.09.10 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.09.13 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.09.25 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.09.30 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.10.04 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.10.16 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.10.31 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.11.15 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.11.17 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5+dev2020.09.05+2020.12.15 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5-59-g32f2525+2020.12.25 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5-59-g32f2525+2020.12.27 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5-59-g32f2525+2021.01.03 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5-83-g360d941+2021.01.23 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.5-83-g360d941+2021.01.28 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6+2021.02.20 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-25-g4083234+2021.02.21 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-25-g4083234+2021.02.28 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-32-g9dbd61d+2021.03.19 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-32-g9dbd61d+2021.04.18 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-32-g9dbd61d+2021.05.01 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-43-ga86452bc+2021.05.30 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-43-ga86452bc+2021.06.08 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-43-ga86452bc+2021.06.14 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.06.19 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.07.04 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.08.20 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.09.15 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.10.17 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.11.28 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.12.18 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2021.12.30 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2022.02.18 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9-1+2021.12.21 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9-1+2021.12.30 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9-1+2022.02.18 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9-1+2022.03.07 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.6-53-g2867e4d9-1+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-develop.0.0.8+2023.05.14 │ │ └── opam │ └── satyrographos-snapshot-develop.0.0.9-6-ge0304803+2023.10.01 │ │ └── opam ├── satyrographos-snapshot-stable │ ├── satyrographos-snapshot-stable.0.0.10+2023.11.02 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.10+2024.08.15 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.11+2024.03.05 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.11+2024.08.15 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.07.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.08.24 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.09.07 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.09.08 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.09.10 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.09.13 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.09.25 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.09.30 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.10.04 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2020.12.27 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2021.02.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2021.05.17 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.4+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.07.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.08.24 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.07 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.08 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.10 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.12 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.13 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.25 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.09.30 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.10.04 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.10.16 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.10.31 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.11.15 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.11.17 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.12.15 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.12.25 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2020.12.27 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.01.03 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.01.22 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.01.28 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.02.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.03.19 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.04.18 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.05.22 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.07.04 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.08.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.10.17 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.11.28 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2021.12.18 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.5+2022.12.25 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.02.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.02.28 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.03.19 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.04.18 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.05.01 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.05.30 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.06.08 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.06.14 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.07.04 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.08.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.10.17 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.11.28 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.12.18 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2021.12.30 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2022.02.18 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6+2023.02.23 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2021.12.21 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2021.12.30 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2022.02.18 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2022.03.07 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2023.02.26 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.6-1+2024.08.15 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.7+2022.05.20 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.7+2023.05.14 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.7+2024.08.15 │ │ └── opam │ ├── satyrographos-snapshot-stable.0.0.8+2023.05.14 │ │ └── opam │ └── satyrographos-snapshot-stable.0.0.8+2024.08.15 │ │ └── opam ├── satyrographos │ ├── satyrographos.0.0.1.1 │ │ └── opam │ ├── satyrographos.0.0.1.2 │ │ └── opam │ ├── satyrographos.0.0.2.2 │ │ └── opam │ ├── satyrographos.0.0.2.3 │ │ └── opam │ ├── satyrographos.0.0.2.4 │ │ └── opam │ ├── satyrographos.0.0.2.5 │ │ ├── files │ │ │ └── allow-unannotated-ignores.patch │ │ └── opam │ └── satyrographos.0.0.2.6 │ │ └── opam ├── satysfi-actuarial-doc │ └── satysfi-actuarial-doc.0.0.1 │ │ └── opam ├── satysfi-actuarial │ └── satysfi-actuarial.0.0.1 │ │ └── opam ├── satysfi-algorithm-doc │ └── satysfi-algorithm-doc.1.0.0 │ │ └── opam ├── satysfi-algorithm │ └── satysfi-algorithm.1.0.0 │ │ └── opam ├── satysfi-arrows-doc │ └── satysfi-arrows-doc.0.1.0 │ │ └── opam ├── satysfi-arrows │ └── satysfi-arrows.0.1.0 │ │ └── opam ├── satysfi-assert-eq-doc │ └── satysfi-assert-eq-doc.0.1.2 │ │ └── opam ├── satysfi-assert-eq │ ├── satysfi-assert-eq.0.1.0 │ │ └── opam │ ├── satysfi-assert-eq.0.1.1 │ │ └── opam │ └── satysfi-assert-eq.0.1.2 │ │ └── opam ├── satysfi-azmath-doc │ ├── satysfi-azmath-doc.0.0.1 │ │ └── opam │ ├── satysfi-azmath-doc.0.0.3+1 │ │ ├── files │ │ │ └── azmath-enumitem-3.patch │ │ └── opam │ └── satysfi-azmath-doc.0.0.3 │ │ └── opam ├── satysfi-azmath │ ├── satysfi-azmath.0.0.1 │ │ └── opam │ └── satysfi-azmath.0.0.3 │ │ └── opam ├── satysfi-base │ ├── satysfi-base.1.0.0 │ │ └── opam │ ├── satysfi-base.1.1.1 │ │ └── opam │ ├── satysfi-base.1.2.0 │ │ └── opam │ ├── satysfi-base.1.2.1 │ │ └── opam │ ├── satysfi-base.1.3.0 │ │ └── opam │ ├── satysfi-base.1.4.0 │ │ └── opam │ └── satysfi-base.1.5.0 │ │ └── opam ├── satysfi-bibyfi-doc │ └── satysfi-bibyfi-doc.0.0.2 │ │ └── opam ├── satysfi-bibyfi │ └── satysfi-bibyfi.0.0.2 │ │ └── opam ├── satysfi-cancel │ ├── satysfi-cancel.0.0.0 │ │ └── opam │ └── satysfi-cancel.0.0.1 │ │ └── opam ├── satysfi-chemfml-doc │ └── satysfi-chemfml-doc.1.0.1 │ │ └── opam ├── satysfi-chemfml │ └── satysfi-chemfml.1.0.1 │ │ └── opam ├── satysfi-class-cv-doc │ ├── satysfi-class-cv-doc.0.1.0 │ │ └── opam │ ├── satysfi-class-cv-doc.0.1.1 │ │ └── opam │ └── satysfi-class-cv-doc.0.2.0 │ │ └── opam ├── satysfi-class-cv │ ├── satysfi-class-cv.0.1.0 │ │ └── opam │ ├── satysfi-class-cv.0.1.1 │ │ └── opam │ └── satysfi-class-cv.0.2.0 │ │ └── opam ├── satysfi-class-exdesign-doc │ ├── satysfi-class-exdesign-doc.0.2 │ │ ├── files │ │ │ ├── article-ja.patch │ │ │ ├── manual.patch │ │ │ ├── readme.patch │ │ │ └── satyristes.patch │ │ └── opam │ └── satysfi-class-exdesign-doc.0.3.1 │ │ └── opam ├── satysfi-class-exdesign │ ├── satysfi-class-exdesign.0.2 │ │ ├── files │ │ │ ├── article-ja.patch │ │ │ ├── manual.patch │ │ │ ├── readme.patch │ │ │ └── satyristes.patch │ │ └── opam │ └── satysfi-class-exdesign.0.3.1 │ │ └── opam ├── satysfi-class-jlreq │ ├── satysfi-class-jlreq.0.0.2 │ │ └── opam │ └── satysfi-class-jlreq.0.0.3 │ │ └── opam ├── satysfi-class-mdbook-satysfi-doc │ ├── satysfi-class-mdbook-satysfi-doc.0.2.0 │ │ └── opam │ ├── satysfi-class-mdbook-satysfi-doc.0.3.0 │ │ └── opam │ └── satysfi-class-mdbook-satysfi-doc.0.5.1 │ │ └── opam ├── satysfi-class-mdbook-satysfi │ ├── satysfi-class-mdbook-satysfi.0.2.0 │ │ └── opam │ ├── satysfi-class-mdbook-satysfi.0.3.0 │ │ └── opam │ └── satysfi-class-mdbook-satysfi.0.5.1 │ │ └── opam ├── satysfi-class-slydifi-doc │ ├── satysfi-class-slydifi-doc.0.2.0 │ │ └── opam │ ├── satysfi-class-slydifi-doc.0.3.1 │ │ └── opam │ ├── satysfi-class-slydifi-doc.0.4.0 │ │ └── opam │ └── satysfi-class-slydifi-doc.0.5.0 │ │ └── opam ├── satysfi-class-slydifi │ ├── satysfi-class-slydifi.0.1.0 │ │ └── opam │ ├── satysfi-class-slydifi.0.2.0 │ │ └── opam │ ├── satysfi-class-slydifi.0.3.1 │ │ └── opam │ ├── satysfi-class-slydifi.0.4.0 │ │ └── opam │ └── satysfi-class-slydifi.0.5.0 │ │ └── opam ├── satysfi-class-stjarticle-doc │ └── satysfi-class-stjarticle-doc.1.3.2 │ │ └── opam ├── satysfi-class-stjarticle │ ├── satysfi-class-stjarticle.1.3.2+satysfi0.0.3+satyrograhos0.0.1 │ │ ├── files │ │ │ └── fix-makefile-glob.patch │ │ └── opam │ └── satysfi-class-stjarticle.1.3.2 │ │ └── opam ├── satysfi-class-yabaitech-doc │ ├── satysfi-class-yabaitech-doc.0.0.1 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.2 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.3 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.4 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.5 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.6 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.7 │ │ └── opam │ ├── satysfi-class-yabaitech-doc.0.0.8 │ │ └── opam │ └── satysfi-class-yabaitech-doc.0.0.9 │ │ └── opam ├── satysfi-class-yabaitech │ ├── satysfi-class-yabaitech.0.0.1 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.2 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.3 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.4 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.5 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.6 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.7 │ │ └── opam │ ├── satysfi-class-yabaitech.0.0.8 │ │ └── opam │ └── satysfi-class-yabaitech.0.0.9 │ │ └── opam ├── satysfi-code-printer-doc │ ├── satysfi-code-printer-doc.1.0.0 │ │ └── opam │ └── satysfi-code-printer-doc.1.1.1 │ │ └── opam ├── satysfi-code-printer │ ├── satysfi-code-printer.1.0.0 │ │ └── opam │ └── satysfi-code-printer.1.1.1 │ │ └── opam ├── satysfi-colorbox-doc │ ├── satysfi-colorbox-doc.0.1.0 │ │ └── opam │ └── satysfi-colorbox-doc.0.1.1 │ │ └── opam ├── satysfi-colorbox │ ├── satysfi-colorbox.0.1.0 │ │ └── opam │ └── satysfi-colorbox.0.1.1 │ │ └── opam ├── satysfi-csv-doc │ └── satysfi-csv-doc.1.0.0 │ │ └── opam ├── satysfi-csv │ └── satysfi-csv.1.0.0 │ │ └── opam ├── satysfi-csvtable-doc │ ├── satysfi-csvtable-doc.1.0.0 │ │ └── opam │ └── satysfi-csvtable-doc.1.1.0 │ │ └── opam ├── satysfi-csvtable │ ├── satysfi-csvtable.1.0.0 │ │ └── opam │ └── satysfi-csvtable.1.1.0 │ │ └── opam ├── satysfi-debug-show-value-doc │ └── satysfi-debug-show-value-doc.0.1.2 │ │ └── opam ├── satysfi-debug-show-value │ ├── satysfi-debug-show-value.0.1.0 │ │ └── opam │ ├── satysfi-debug-show-value.0.1.1 │ │ └── opam │ └── satysfi-debug-show-value.0.1.2 │ │ └── opam ├── satysfi-derive │ └── satysfi-derive.1.0.0 │ │ └── opam ├── satysfi-dist │ ├── satysfi-dist.0.0.10 │ │ └── opam │ ├── satysfi-dist.0.0.11-2-gcc6a054e │ │ └── opam │ ├── satysfi-dist.0.0.11 │ │ └── opam │ ├── satysfi-dist.0.0.3+dev2019.02.10 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.3+dev2019.02.13 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.3+dev2019.03.10 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.3+dev2019.07.14 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.3+dev2019.11.16 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.3 │ │ └── opam │ ├── satysfi-dist.0.0.4+dev2020.02.09 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.4+dev2020.02.16 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.4+dev2020.02.22 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.4+dev2020.04.05 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.4+dev2020.04.25 │ │ ├── files │ │ │ ├── fix-hash.patch │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.4+dev2020.06.07 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.4 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.5+dev2020.09.05 │ │ ├── files │ │ │ ├── fix-download-font-sh-shasum.patch │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.5-59-g32f2525 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.5-83-g360d941 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.5 │ │ ├── files │ │ │ ├── fix-download-font-sh-shasum.patch │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.6-25-g4083234 │ │ └── opam │ ├── satysfi-dist.0.0.6-32-g9dbd61d │ │ └── opam │ ├── satysfi-dist.0.0.6-43-ga86452bc │ │ └── opam │ ├── satysfi-dist.0.0.6-53-g2867e4d9 │ │ └── opam │ ├── satysfi-dist.0.0.6 │ │ ├── files │ │ │ └── fix-install-libs.patch │ │ └── opam │ ├── satysfi-dist.0.0.7-20-g748112c2 │ │ └── opam │ ├── satysfi-dist.0.0.7-26-g9f4b68ec │ │ └── opam │ ├── satysfi-dist.0.0.7 │ │ └── opam │ ├── satysfi-dist.0.0.8 │ │ └── opam │ └── satysfi-dist.0.0.9-6-ge0304803 │ │ └── opam ├── satysfi-easytable-doc │ ├── satysfi-easytable-doc.1.0.0 │ │ └── opam │ ├── satysfi-easytable-doc.1.1.1 │ │ └── opam │ └── satysfi-easytable-doc.1.1.2 │ │ └── opam ├── satysfi-easytable │ ├── satysfi-easytable.1.0.0 │ │ └── opam │ ├── satysfi-easytable.1.1.1 │ │ └── opam │ └── satysfi-easytable.1.1.2 │ │ └── opam ├── satysfi-enumitem-doc │ ├── satysfi-enumitem-doc.2.0.0 │ │ └── opam │ └── satysfi-enumitem-doc.3.0.1 │ │ └── opam ├── satysfi-enumitem │ ├── satysfi-enumitem.1.0.1 │ │ └── opam │ ├── satysfi-enumitem.1.1.0 │ │ └── opam │ ├── satysfi-enumitem.2.0.0 │ │ └── opam │ └── satysfi-enumitem.3.0.1 │ │ └── opam ├── satysfi-figbox-doc │ ├── satysfi-figbox-doc.0.1.1 │ │ └── opam │ ├── satysfi-figbox-doc.0.1.2 │ │ └── opam │ ├── satysfi-figbox-doc.0.1.3 │ │ └── opam │ └── satysfi-figbox-doc.0.1.4 │ │ └── opam ├── satysfi-figbox │ ├── satysfi-figbox.0.1.1 │ │ └── opam │ ├── satysfi-figbox.0.1.2 │ │ └── opam │ ├── satysfi-figbox.0.1.3 │ │ └── opam │ └── satysfi-figbox.0.1.4 │ │ └── opam ├── satysfi-fonts-asana-math-doc │ └── satysfi-fonts-asana-math-doc.000.958+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-asana-math │ └── satysfi-fonts-asana-math.000.958+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-bodoni-star-doc │ └── satysfi-fonts-bodoni-star-doc.2.3+satysfi0.0.5 │ │ └── opam ├── satysfi-fonts-bodoni-star │ └── satysfi-fonts-bodoni-star.2.3+satysfi0.0.5 │ │ ├── files │ │ └── satyristes.patch │ │ └── opam ├── satysfi-fonts-charis-sil-doc │ └── satysfi-fonts-charis-sil-doc.1.0.0 │ │ └── opam ├── satysfi-fonts-charis-sil │ └── satysfi-fonts-charis-sil.1.0.0 │ │ └── opam ├── satysfi-fonts-computer-modern-unicode-doc │ └── satysfi-fonts-computer-modern-unicode-doc.0.7.0+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-computer-modern-unicode │ └── satysfi-fonts-computer-modern-unicode.0.7.0+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-cormorant-doc │ └── satysfi-fonts-cormorant-doc.3.601+satysfi0.0.5 │ │ └── opam ├── satysfi-fonts-cormorant │ └── satysfi-fonts-cormorant.3.601+satysfi0.0.5 │ │ ├── files │ │ └── satyristes.patch │ │ └── opam ├── satysfi-fonts-dejavu-doc │ ├── satysfi-fonts-dejavu-doc.2.37+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-dejavu-doc.2.37 │ │ └── opam ├── satysfi-fonts-dejavu │ ├── satysfi-fonts-dejavu.2.37+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-dejavu.2.37 │ │ └── opam ├── satysfi-fonts-han-sans-jp-doc │ └── satysfi-fonts-han-sans-jp-doc.2.003R │ │ └── opam ├── satysfi-fonts-han-sans-jp │ └── satysfi-fonts-han-sans-jp.2.003R │ │ └── opam ├── satysfi-fonts-han-serif-jp-doc │ └── satysfi-fonts-han-serif-jp-doc.1.001R │ │ └── opam ├── satysfi-fonts-han-serif-jp │ └── satysfi-fonts-han-serif-jp.1.001R │ │ └── opam ├── satysfi-fonts-ibm-plex-sans-jp-doc │ └── satysfi-fonts-ibm-plex-sans-jp-doc.1.0.0 │ │ └── opam ├── satysfi-fonts-ibm-plex-sans-jp │ └── satysfi-fonts-ibm-plex-sans-jp.1.0.0 │ │ └── opam ├── satysfi-fonts-inconsolata-doc │ └── satysfi-fonts-inconsolata-doc.3.001 │ │ └── opam ├── satysfi-fonts-inconsolata │ └── satysfi-fonts-inconsolata.3.001 │ │ └── opam ├── satysfi-fonts-junicode-doc │ └── satysfi-fonts-junicode-doc.1.0002+satysfi0.0.5 │ │ └── opam ├── satysfi-fonts-junicode │ └── satysfi-fonts-junicode.1.0002+satysfi0.0.5 │ │ └── opam ├── satysfi-fonts-material-icons-doc │ └── satysfi-fonts-material-icons-doc.1.0.1 │ │ └── opam ├── satysfi-fonts-material-icons │ └── satysfi-fonts-material-icons.1.0.1 │ │ └── opam ├── satysfi-fonts-noto-emoji-doc │ ├── satysfi-fonts-noto-emoji-doc.1.05+uh+2 │ │ └── opam │ └── satysfi-fonts-noto-emoji-doc.1.05+uh │ │ └── opam ├── satysfi-fonts-noto-emoji │ ├── satysfi-fonts-noto-emoji.1.05+uh+2 │ │ └── opam │ └── satysfi-fonts-noto-emoji.1.05+uh │ │ └── opam ├── satysfi-fonts-noto-sans-cjk-jp-doc │ ├── satysfi-fonts-noto-sans-cjk-jp-doc.1.004+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-sans-cjk-jp-doc.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-sans-cjk-jp │ ├── satysfi-fonts-noto-sans-cjk-jp.1.004+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-sans-cjk-jp.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-sans-cjk-sc-doc │ └── satysfi-fonts-noto-sans-cjk-sc-doc.2.001+1 │ │ └── opam ├── satysfi-fonts-noto-sans-cjk-sc │ └── satysfi-fonts-noto-sans-cjk-sc.2.001+1 │ │ └── opam ├── satysfi-fonts-noto-sans-doc │ ├── satysfi-fonts-noto-sans-doc.2.000+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-sans-doc.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-sans │ ├── satysfi-fonts-noto-sans.2.000+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-sans.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-serif-cjk-jp-doc │ ├── satysfi-fonts-noto-serif-cjk-jp-doc.1.001+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-serif-cjk-jp-doc.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-serif-cjk-jp │ ├── satysfi-fonts-noto-serif-cjk-jp.1.001+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-serif-cjk-jp.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-serif-doc │ ├── satysfi-fonts-noto-serif-doc.2.000+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-serif-doc.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-noto-serif │ ├── satysfi-fonts-noto-serif.2.000+satysfi0.0.4 │ │ └── opam │ └── satysfi-fonts-noto-serif.2.001+1+satysfi0.0.4 │ │ └── opam ├── satysfi-fonts-theano-doc │ └── satysfi-fonts-theano-doc.2.0+satysfi0.0.3+satyrograhos0.0.2 │ │ └── opam ├── satysfi-fonts-theano │ ├── satysfi-fonts-theano.2.0+satysfi0.0.3+satyrograhos0.0.1+r2 │ │ └── opam │ └── satysfi-fonts-theano.2.0+satysfi0.0.3+satyrograhos0.0.2 │ │ └── opam ├── satysfi-footnote-scheme-ext │ └── satysfi-footnote-scheme-ext.0.0.1 │ │ └── opam ├── satysfi-fss-doc │ ├── satysfi-fss-doc.0.0.1 │ │ └── opam │ └── satysfi-fss-doc.0.2.0 │ │ └── opam ├── satysfi-fss-fontset-bodoni-star │ └── satysfi-fss-fontset-bodoni-star.2.3 │ │ └── opam ├── satysfi-fss │ ├── satysfi-fss.0.0.1 │ │ └── opam │ └── satysfi-fss.0.2.0 │ │ └── opam ├── satysfi-grcnum-doc │ └── satysfi-grcnum-doc.0.2 │ │ └── opam ├── satysfi-grcnum │ └── satysfi-grcnum.0.2 │ │ └── opam ├── satysfi-image-doc │ └── satysfi-image-doc.0.1.0 │ │ └── opam ├── satysfi-image │ └── satysfi-image.0.1.0 │ │ └── opam ├── satysfi-json-doc │ ├── satysfi-json-doc.1.0.1 │ │ └── opam │ └── satysfi-json-doc.1.1.3 │ │ └── opam ├── satysfi-json │ ├── satysfi-json.1.0.1 │ │ └── opam │ └── satysfi-json.1.1.3 │ │ └── opam ├── satysfi-karnaugh-doc │ └── satysfi-karnaugh-doc.0.0.1 │ │ └── opam ├── satysfi-karnaugh │ └── satysfi-karnaugh.0.0.1 │ │ └── opam ├── satysfi-latexcmds-doc │ ├── satysfi-latexcmds-doc.0.1.0 │ │ └── opam │ ├── satysfi-latexcmds-doc.0.1.1 │ │ └── opam │ └── satysfi-latexcmds-doc.0.1.2 │ │ └── opam ├── satysfi-latexcmds │ ├── satysfi-latexcmds.0.1.0 │ │ └── opam │ ├── satysfi-latexcmds.0.1.1 │ │ └── opam │ └── satysfi-latexcmds.0.1.2 │ │ └── opam ├── satysfi-lib-dist │ ├── satysfi-lib-dist.0.0.3+dev2019.02.10 │ │ └── opam │ ├── satysfi-lib-dist.0.0.3+dev2019.02.13 │ │ └── opam │ ├── satysfi-lib-dist.0.0.3+dev2019.03.10 │ │ └── opam │ ├── satysfi-lib-dist.0.0.3+dev2019.07.14 │ │ └── opam │ ├── satysfi-lib-dist.0.0.3+dev2019.11.16 │ │ └── opam │ └── satysfi-lib-dist.0.0.3 │ │ └── opam ├── satysfi-lib-doc │ └── satysfi-lib-doc.0.0.0+dev2019.11.10 │ │ ├── files │ │ └── satyristes.patch │ │ └── opam ├── satysfi-lib │ └── satysfi-lib.0.0.0+dev2019.11.10 │ │ ├── files │ │ └── satyristes.patch │ │ └── opam ├── satysfi-lipsum-doc │ └── satysfi-lipsum-doc.0.2.1 │ │ └── opam ├── satysfi-lipsum │ ├── satysfi-lipsum.0.2.0 │ │ └── opam │ └── satysfi-lipsum.0.2.1 │ │ └── opam ├── satysfi-make-html-doc │ └── satysfi-make-html-doc.0.1.1 │ │ └── opam ├── satysfi-make-html │ ├── satysfi-make-html.0.1.0 │ │ └── opam │ └── satysfi-make-html.0.1.1 │ │ └── opam ├── satysfi-make-latex-doc │ └── satysfi-make-latex-doc.0.2.0 │ │ └── opam ├── satysfi-make-latex │ └── satysfi-make-latex.0.2.0 │ │ └── opam ├── satysfi-make-markdown │ └── satysfi-make-markdown.0.1.0 │ │ └── opam ├── satysfi-matrix-doc │ └── satysfi-matrix-doc.0.0.1+dev2019.10.15 │ │ ├── files │ │ ├── example.patch │ │ ├── readme-ja.patch │ │ ├── readme.patch │ │ └── satyristes.patch │ │ └── opam ├── satysfi-matrix │ └── satysfi-matrix.0.0.1+dev2019.10.15 │ │ ├── files │ │ ├── example.patch │ │ ├── readme-ja.patch │ │ ├── readme.patch │ │ └── satyristes.patch │ │ └── opam ├── satysfi-matrixcd-doc │ └── satysfi-matrixcd-doc.0.1.0 │ │ └── opam ├── satysfi-matrixcd │ ├── satysfi-matrixcd.0.0.1 │ │ └── opam │ ├── satysfi-matrixcd.0.0.2 │ │ └── opam │ ├── satysfi-matrixcd.0.0.3 │ │ └── opam │ └── satysfi-matrixcd.0.1.0 │ │ └── opam ├── satysfi-md2latex-doc │ └── satysfi-md2latex-doc.0.0.3 │ │ └── opam ├── satysfi-md2latex │ └── satysfi-md2latex.0.0.3 │ │ └── opam ├── satysfi-musikui-doc │ └── satysfi-musikui-doc.0.1.1 │ │ └── opam ├── satysfi-musikui │ ├── satysfi-musikui.0.1.0 │ │ └── opam │ └── satysfi-musikui.0.1.1 │ │ └── opam ├── satysfi-ncsq-doc │ ├── satysfi-ncsq-doc.0.0.1 │ │ └── opam │ ├── satysfi-ncsq-doc.0.1.0 │ │ └── opam │ ├── satysfi-ncsq-doc.0.2.0 │ │ └── opam │ ├── satysfi-ncsq-doc.1.0.0 │ │ └── opam │ ├── satysfi-ncsq-doc.2.0.0 │ │ └── opam │ └── satysfi-ncsq-doc.2.1.0 │ │ └── opam ├── satysfi-ncsq │ ├── satysfi-ncsq.0.0.1 │ │ └── opam │ ├── satysfi-ncsq.0.1.0 │ │ └── opam │ ├── satysfi-ncsq.0.2.0 │ │ └── opam │ ├── satysfi-ncsq.1.0.0 │ │ └── opam │ ├── satysfi-ncsq.2.0.0 │ │ └── opam │ └── satysfi-ncsq.2.1.0 │ │ └── opam ├── satysfi-num-conversion-doc │ └── satysfi-num-conversion-doc.0.1.4 │ │ └── opam ├── satysfi-num-conversion │ ├── satysfi-num-conversion.0.1.1 │ │ └── opam │ └── satysfi-num-conversion.0.1.4 │ │ └── opam ├── satysfi-pagenumber-doc │ └── satysfi-pagenumber-doc.1.0.0 │ │ └── opam ├── satysfi-pagenumber │ └── satysfi-pagenumber.1.0.0 │ │ └── opam ├── satysfi-pagestyle-doc │ └── satysfi-pagestyle-doc.1.0.0 │ │ └── opam ├── satysfi-pagestyle │ └── satysfi-pagestyle.1.0.0 │ │ └── opam ├── satysfi-parallel-doc │ ├── satysfi-parallel-doc.0.1.0 │ │ └── opam │ └── satysfi-parallel-doc.0.2.0 │ │ └── opam ├── satysfi-parallel │ ├── satysfi-parallel.0.1.0 │ │ └── opam │ └── satysfi-parallel.0.2.0 │ │ └── opam ├── satysfi-quotation-doc │ ├── satysfi-quotation-doc.0.1.0 │ │ └── opam │ └── satysfi-quotation-doc.0.2.0 │ │ └── opam ├── satysfi-quotation │ ├── satysfi-quotation.0.1.0 │ │ └── opam │ └── satysfi-quotation.0.2.0 │ │ └── opam ├── satysfi-railway-doc │ └── satysfi-railway-doc.0.1.0 │ │ └── opam ├── satysfi-railway │ └── satysfi-railway.0.1.0 │ │ └── opam ├── satysfi-ruby-doc │ ├── satysfi-ruby-doc.0.1.1 │ │ └── opam │ └── satysfi-ruby-doc.0.1.2 │ │ └── opam ├── satysfi-ruby │ ├── satysfi-ruby.0.1.1 │ │ └── opam │ └── satysfi-ruby.0.1.2 │ │ └── opam ├── satysfi-simple-itemize-doc │ └── satysfi-simple-itemize-doc.1.0.2 │ │ └── opam ├── satysfi-simple-itemize │ ├── satysfi-simple-itemize.1.0.0 │ │ └── opam │ └── satysfi-simple-itemize.1.0.2 │ │ └── opam ├── satysfi-siunitx-doc │ └── satysfi-siunitx-doc.0.1.1 │ │ └── opam ├── satysfi-siunitx │ ├── satysfi-siunitx.0.1.1 │ │ └── opam │ └── satysfi-siunitx.0.1 │ │ └── opam ├── satysfi-test │ └── satysfi-test.0.0.1 │ │ └── opam ├── satysfi-texlogo-doc │ └── satysfi-texlogo-doc.0.1.1 │ │ └── opam ├── satysfi-texlogo │ └── satysfi-texlogo.0.1.1 │ │ └── opam ├── satysfi-tombo-doc │ ├── satysfi-tombo-doc.0.1.0 │ │ └── opam │ └── satysfi-tombo-doc.0.2.0 │ │ └── opam ├── satysfi-tombo │ ├── satysfi-tombo.0.1.0 │ │ └── opam │ └── satysfi-tombo.0.2.0 │ │ └── opam ├── satysfi-uline-doc │ └── satysfi-uline-doc.0.2.2 │ │ └── opam ├── satysfi-uline │ ├── satysfi-uline.0.2.0 │ │ └── opam │ └── satysfi-uline.0.2.2 │ │ └── opam ├── satysfi-xml-doc │ └── satysfi-xml-doc.1.0.3 │ │ └── opam ├── satysfi-xml │ └── satysfi-xml.1.0.3 │ │ └── opam ├── satysfi-xpath-doc │ ├── satysfi-xpath-doc.0.2.0 │ │ └── opam │ └── satysfi-xpath-doc.0.3.0 │ │ └── opam ├── satysfi-xpath-gr │ └── satysfi-xpath-gr.0.3.0 │ │ └── opam ├── satysfi-xpath │ ├── satysfi-xpath.0.2.0 │ │ └── opam │ └── satysfi-xpath.0.3.0 │ │ └── opam ├── satysfi-zrbase │ ├── satysfi-zrbase.0.2.1+satysfi0.0.3+satyrographos0.0.1 │ │ └── opam │ ├── satysfi-zrbase.0.2.1+satysfi0.0.3+satyrographos0.0.2 │ │ ├── files │ │ │ └── satyristes.patch │ │ └── opam │ └── satysfi-zrbase.0.4.0 │ │ └── opam └── satysfi │ ├── satysfi.0.0.10 │ └── opam │ ├── satysfi.0.0.11-2-gcc6a054e │ └── opam │ ├── satysfi.0.0.11 │ └── opam │ ├── satysfi.0.0.3+dev2018.10.29 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.3+dev2019.02.10 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.3+dev2019.02.13 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.3+dev2019.03.10 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.3+dev2019.07.14 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.3+dev2019.11.16 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.3 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4+dev2020.02.09 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4+dev2020.02.16 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4+dev2020.02.22 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4+dev2020.04.05 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4+dev2020.04.25 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4+dev2020.06.07 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.4 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.5+dev2020.09.05 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.5-59-g32f2525 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.5-83-g360d941 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.5 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.6-25-g4083234 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.6-32-g9dbd61d │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.6-43-ga86452bc │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.6-53-g2867e4d9 │ └── opam │ ├── satysfi.0.0.6 │ ├── files │ │ └── fix-opam-local-switch.patch │ └── opam │ ├── satysfi.0.0.7-20-g748112c2 │ └── opam │ ├── satysfi.0.0.7-26-g9f4b68ec │ └── opam │ ├── satysfi.0.0.7 │ └── opam │ ├── satysfi.0.0.8 │ └── opam │ └── satysfi.0.0.9-6-ge0304803 │ └── opam ├── repo ├── resources ├── fix-install-libs.patch └── satysfi-dist.template ├── scripts ├── add-satysfi ├── take-snapshot ├── update-snapshot └── update-snapshot-satysfi ├── snapshot-develop.opam ├── snapshot-stable-0-0-10.opam ├── snapshot-stable-0-0-11.opam ├── snapshot-stable-0-0-4.opam ├── snapshot-stable-0-0-5.opam ├── snapshot-stable-0-0-6--1.opam ├── snapshot-stable-0-0-6.opam ├── snapshot-stable-0-0-7.opam └── snapshot-stable-0-0-8.opam /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | compilers/ 3 | tmp/ 4 | _opam/ 5 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: c 2 | sudo: required 3 | install: test -e .travis.opam.sh || wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh 4 | script: bash -ex travis.sh 5 | env: 6 | global: 7 | - EXTRA_ENV="OPAMERRLOGLEN=0\nOPAMVERBOSE=1\nOPAMSTATS=1" 8 | - EXTRA_REMOTES=". git+https://github.com/gfngfn/satysfi-external-repo.git" 9 | matrix: 10 | # Stable: Satysfi 0.0.4 11 | - OCAML_VERSION=4.06 12 | SNAPSHOT="snapshot-stable-0-0-4" 13 | # Stable: Satysfi 0.0.5 14 | - OCAML_VERSION=4.10 15 | SNAPSHOT="snapshot-stable-0-0-5" 16 | # Develop version 17 | - OCAML_VERSION=4.11 18 | SNAPSHOT="snapshot-develop" 19 | os: 20 | - linux 21 | dist: bionic 22 | cache: 23 | - $HOME/.opam/archives 24 | - $HOME/.opam/download-cache 25 | # vim: set et fenc=utf-8 ff=unix sts=0 sw=2 ts=4 : 26 | -------------------------------------------------------------------------------- /dune-project: -------------------------------------------------------------------------------- 1 | (lang dune 1.4) 2 | (name satyrographos-repo) 3 | -------------------------------------------------------------------------------- /packages/conf-yarn/conf-yarn.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | maintainer: "Yarn Contributors" 3 | authors: "Yarn Contributors" 4 | homepage: "https://yarnpkg.com" 5 | bug-reports: "https://github.com/na4zagin3/satyrographos-repo/issues" 6 | license: "BSD-2-Clause" 7 | build: [ 8 | ["yarn" "--version"] 9 | ] 10 | depexts: [ 11 | ["yarn"] {os-distribution = "alpine"} 12 | ["yarn"] {os-distribution = "arch"} 13 | ["yarn"] {os-distribution = "centos"} 14 | ["yarn"] {os-family = "debian"} 15 | ["yarn"] {os-distribution = "fedora"} 16 | ["yarn"] {os = "freebsd"} 17 | ["sys-apps/yarn"] {os-distribution = "gentoo"} 18 | ["yarn"] {os-distribution = "homebrew" & os = "macos"} 19 | ["yarn"] {os-distribution = "macports" & os = "macos"} 20 | ["yarn"] {os = "netbsd"} 21 | ["yarn"] {os = "openbsd"} 22 | ["yarn"] {os-family = "suse"} 23 | ] 24 | synopsis: "Virtual package relying on yarn installation" 25 | flags: conf 26 | -------------------------------------------------------------------------------- /packages/satyrographos/satyrographos.0.0.2.5/files/allow-unannotated-ignores.patch: -------------------------------------------------------------------------------- 1 | diff --git a/bin/dune b/bin/dune 2 | index d072c9b..2865a06 100644 3 | --- a/bin/dune 4 | +++ b/bin/dune 5 | @@ -1,7 +1,7 @@ 6 | (executable 7 | (name main) 8 | (public_name satyrographos) 9 | - (preprocess (pps ppx_deriving.std ppx_jane)) 10 | + (preprocess (pps ppx_deriving.std ppx_jane -allow-unannotated-ignores)) 11 | (libraries core satyrographos_command shexp.process uri) 12 | (modules setup renameOption compatibility commandInstall commandLibrary commandOpam commandPin commandSatysfi commandStatus main) 13 | ) 14 | diff --git a/src/command/dune b/src/command/dune 15 | index ab63cc7..4d2f93b 100644 16 | --- a/src/command/dune 17 | +++ b/src/command/dune 18 | @@ -1,5 +1,5 @@ 19 | (library 20 | (name satyrographos_command) 21 | (inline_tests) 22 | - (preprocess (staged_pps ppx_deriving.std ppx_jane)) 23 | + (preprocess (staged_pps ppx_deriving.std ppx_jane -allow-unannotated-ignores)) 24 | (libraries core fileutils satyrographos satyrographos_autogen shexp.process)) 25 | -------------------------------------------------------------------------------- /packages/satysfi-actuarial/satysfi-actuarial.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Halo system implementation for actuarial notations in SATySFi" 3 | description: """ 4 | Halo system implementation for actuarial notations in SATySFi. 5 | """ 6 | maintainer: "Arakur " 7 | authors: "Arakur " 8 | license: "MIT" 9 | homepage: "https://github.com/arakur/satysfi-actuarial" 10 | dev-repo: "git+https://github.com/arakur/satysfi-actuarial.git" 11 | bug-reports: "https://github.com/arakur/satysfi-actuarial/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | "satysfi-dist" 17 | "satysfi-base" 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "actuarial" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "actuarial" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: 33 | "https://github.com/arakur/satysfi-actuarial/archive/refs/tags/v0.0.1.tar.gz" 34 | checksum: [ 35 | "md5=6ac95b93a94d38ba26e2a0068918330f" 36 | "sha512=366434b0390be1f0005bccbab60b9c4c04d0852d21401fed0c0fc781407338e34c573434c5e85eae134e0cdf102fd00625fd4a1700b02c36fb132160b79c1a7b" 37 | ] 38 | } 39 | 40 | -------------------------------------------------------------------------------- /packages/satysfi-arrows/satysfi-arrows.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi arrows library" 3 | description: """ 4 | A SATySFi library for drawing arrows. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-arrows" 12 | bug-reports: "https://github.com/uemurax/satysfi-arrows/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-arrows.git" 14 | depends: [ 15 | "satysfi" { >= "0.0.5+dev2020.09.05" & < "0.1" } 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.3"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "arrows" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/uemurax/satysfi-arrows/archive/v0.1.0.tar.gz" 28 | checksum: [ 29 | "md5=b02342fb385e101d4bf785f289740261" 30 | "sha512=aee5432e363032e8516a9062af08403f106d6fcf8640549d5967c58b1db6f9783455949162fed84b5709600eaf6bac6a896c657e4421ddd3e8333b53c93ce5c1" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-assert-eq/satysfi-assert-eq.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Provides function as the Rust's assert_eq! macro" 3 | description: """Provides function as the Rust's assert_eq! macro""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-assert-eq" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-assert-eq/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-assert-eq.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.5"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | ] 17 | build: [ ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "assert-eq" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-assert-eq/archive/0.1.0.tar.gz" 27 | checksum: [ 28 | "md5=981799bfe69db5869a367f93c95a595b" 29 | "sha512=396e9e2985cf08fa90b9f187d85c4ab1c94216f3c2b9575e93164a8aff1be67d545253bd100e113193ec4665807952e52027549441829647a2d845ac949abc7c" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-assert-eq/satysfi-assert-eq.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Provides function as the Rust's assert_eq! macro" 3 | description: """Provides function as the Rust's assert_eq! macro""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-assert-eq" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-assert-eq/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-assert-eq.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | ] 17 | build: [ ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "assert-eq" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-assert-eq/archive/0.1.1.tar.gz" 27 | checksum: [ 28 | "md5=3d6a91212f6e66dd6d4be365ed50bb08" 29 | "sha512=32873d99eba8cc635a8c44064e9996a2dacde72e37dfeeb0e7c467251135a3e7ebfc0517ffe7960afd5c4cf43fb7e6a27c3e59f524c49f3984449187adf899af" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-assert-eq/satysfi-assert-eq.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Provides function as the Rust's assert_eq! macro" 3 | description: """Provides function as the Rust's assert_eq! macro""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-assert-eq" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-assert-eq/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-assert-eq.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "assert-eq" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: 25 | "https://github.com/puripuri2100/SATySFi-assert-eq/archive/0.1.2.tar.gz" 26 | checksum: [ 27 | "md5=39c39ca388cebb1d0990c96fd5fd2f08" 28 | "sha512=0711d1c258a0e548725a1c6aa66fbf4fbd4c793103e9a9dfb7b22328ec7aab5fd272ea16dfe4e518a6b4afa68db872bf4b7255ca194eee41987d7c0330f6800f" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-azmath-doc/satysfi-azmath-doc.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package containing A-to-Z mathematical commands" 3 | description: """A SATySFi package containing A-to-Z mathematical commands.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-azmath" 9 | bug-reports: "https://github.com/monaqa/satysfi-azmath/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-azmath.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.6"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-azmath" {= "%{version}%"} 17 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "azmath-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "azmath-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/monaqa/satysfi-azmath/archive/v0.0.1.tar.gz" 33 | checksum: [ 34 | "md5=ca6d61f129fa81418299ddf0a3f4fc26" 35 | "sha512=6135a55d1909b4d04e2042a43908edc46c9c548f5648ecbbdfa375b3b308b066d5599711e760816dbd4182cdd2ff3026ff0ea0c6d27cdcbe5949ea82da91b607" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-azmath-doc/satysfi-azmath-doc.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package containing A-to-Z mathematical commands" 3 | description: """A SATySFi package containing A-to-Z mathematical commands.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-azmath" 9 | bug-reports: "https://github.com/monaqa/satysfi-azmath/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-azmath.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-azmath" {= "%{version}%"} 17 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "azmath-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "azmath-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/monaqa/satysfi-azmath/archive/v0.0.3.tar.gz" 33 | checksum: [ 34 | "md5=872911500b9ce8c45cb9e38fe5fe0b4b" 35 | "sha512=725917ab03e5599f7ef2d5065afa904197bf58ddd61ebec0b7dd160f1bce1e60bbfe4fecddc40f753c6e33fc103fe5a0ef36d3fe9dcab58c40bb2236617b3812" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-azmath/satysfi-azmath.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package containing A-to-Z mathematical commands" 3 | description: """A SATySFi package containing A-to-Z mathematical commands.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-azmath" 9 | bug-reports: "https://github.com/monaqa/satysfi-azmath/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-azmath.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.6"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>= "1.4.0" & < "2"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "azmath" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/monaqa/satysfi-azmath/archive/v0.0.1.tar.gz" 26 | checksum: [ 27 | "md5=ca6d61f129fa81418299ddf0a3f4fc26" 28 | "sha512=6135a55d1909b4d04e2042a43908edc46c9c548f5648ecbbdfa375b3b308b066d5599711e760816dbd4182cdd2ff3026ff0ea0c6d27cdcbe5949ea82da91b607" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-azmath/satysfi-azmath.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package containing A-to-Z mathematical commands" 3 | description: """A SATySFi package containing A-to-Z mathematical commands.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-azmath" 9 | bug-reports: "https://github.com/monaqa/satysfi-azmath/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-azmath.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>= "1.4.0"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "azmath" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/monaqa/satysfi-azmath/archive/v0.0.3.tar.gz" 26 | checksum: [ 27 | "md5=872911500b9ce8c45cb9e38fe5fe0b4b" 28 | "sha512=725917ab03e5599f7ef2d5065afa904197bf58ddd61ebec0b7dd160f1bce1e60bbfe4fecddc40f753c6e33fc103fe5a0ef36d3fe9dcab58c40bb2236617b3812" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-bibyfi-doc/satysfi-bibyfi-doc.0.0.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: A bibliography framework for SATySFi" 3 | maintainer: "Nakano Masaki" 4 | authors: ["Nakano Masaki" "T. Suwa"] 5 | homepage: "https://github.com/namachan10777/BiByFi" 6 | bug-reports: "https://github.com/namachan10777/BiByFi/issues" 7 | depends: [ 8 | "satysfi" { >= "0.0.4+dev2020.04.25" & < "0.1" } 9 | "satyrographos" {>= "0.0.2.3" & < "0.0.3"} 10 | "satysfi-dist" 11 | "satysfi-bibyfi" {= "%{version}%"} 12 | ] 13 | build: [ 14 | "satyrographos" 15 | "opam" 16 | "build" 17 | "-name" 18 | "bibyfi-doc" 19 | "-prefix" 20 | "%{prefix}%" 21 | "-script" 22 | "%{build}%/Satyristes" 23 | ] 24 | install: [ 25 | "satyrographos" 26 | "opam" 27 | "install" 28 | "-name" 29 | "bibyfi-doc" 30 | "-prefix" 31 | "%{prefix}%" 32 | "-script" 33 | "%{build}%/Satyristes" 34 | ] 35 | dev-repo: "git+https://github.com/namachan10777/BiByFi.git" 36 | url { 37 | src: "https://github.com/namachan10777/bibyfi/archive/v0.0.2.tar.gz" 38 | checksum: [ 39 | "md5=5764921658f743b7008b88b0aabe8328" 40 | "sha512=c089a9bf3abd877113890f078e8da48de649e7c4053d24b49ed2a20de9822e8dddc90436e3f8f167b8530e34ac710097ae78fa0707ce7c2dd6c44039a564b3a9" 41 | ] 42 | } 43 | -------------------------------------------------------------------------------- /packages/satysfi-bibyfi/satysfi-bibyfi.0.0.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A bibliography framework for SATySFi" 3 | description: """ 4 | This project has been under developing. The API may be broken dramatically and suddenly 5 | 6 | A bibliography framework for SATySFi 7 | 8 | This project is inspired by cs-thesis and borrowing many codes from it.""" 9 | maintainer: "Nakano Masaki" 10 | authors: ["Nakano Masaki" "T. Suwa"] 11 | license: "Unlicense" 12 | homepage: "https://github.com/namachan10777/BiByFi" 13 | bug-reports: "https://github.com/namachan10777/BiByFi/issues" 14 | depends: [ 15 | "satysfi" { >= "0.0.4+dev2020.04.25" & < "0.1" } 16 | "satysfi-dist" 17 | "satyrographos" {>= "0.0.2.3" & < "0.0.3"} 18 | ] 19 | install: [ 20 | "satyrographos" 21 | "opam" 22 | "install" 23 | "-name" 24 | "bibyfi" 25 | "-prefix" 26 | "%{prefix}%" 27 | "-script" 28 | "%{build}%/Satyristes" 29 | ] 30 | dev-repo: "git+https://github.com/namachan10777/BiByFi.git" 31 | url { 32 | src: "https://github.com/namachan10777/bibyfi/archive/v0.0.2.tar.gz" 33 | checksum: [ 34 | "md5=5764921658f743b7008b88b0aabe8328" 35 | "sha512=c089a9bf3abd877113890f078e8da48de649e7c4053d24b49ed2a20de9822e8dddc90436e3f8f167b8530e34ac710097ae78fa0707ce7c2dd6c44039a564b3a9" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-cancel/satysfi-cancel.0.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "The cancel package" 3 | description: """ 4 | The SATySFi equivalent of the LateX's cancel package. 5 | """ 6 | maintainer: "Yu Shimura " 7 | authors: "Yu Shimura " 8 | license: "CC0-1.0" 9 | homepage: "https://github.com/yuhr/satysfi-cancel" 10 | bug-reports: "https://github.com/yuhr/satysfi-cancel/issues" 11 | dev-repo: "git+https://github.com/yuhr/satysfi-cancel.git" 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2.3" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "cancel" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/yuhr/satysfi-cancel/archive/v0.0.0.tar.gz" 25 | checksum: [ 26 | "md5=58a5b049e117e1f349644c19bbd1a3f3" 27 | "sha512=a94b55df983fbc8e7e8fb7c778679c40e7e52d9d6d8d652901dfa277fed4b69d727dad49fcfec1ff416c934086b08a79630118600c05375a7f46620ae6da5aa2" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-cancel/satysfi-cancel.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "The cancel package" 3 | description: """ 4 | The SATySFi equivalent of the LateX's cancel package. 5 | """ 6 | maintainer: "Yu Shimura " 7 | authors: "Yu Shimura " 8 | license: "CC0-1.0" 9 | homepage: "https://github.com/yuhr/satysfi-cancel" 10 | bug-reports: "https://github.com/yuhr/satysfi-cancel/issues" 11 | dev-repo: "git+https://github.com/yuhr/satysfi-cancel.git" 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.1"} 14 | "satyrographos" {>= "0.0.2.3" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "cancel" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/yuhr/satysfi-cancel/archive/v0.0.1.tar.gz" 25 | checksum: [ 26 | "md5=0d8b043ee3c68c9355c0f44a6a7b253f" 27 | "sha512=7cd50e0d4ac7c7cb7726770ad0b0c65e6a2e91d9c2c52710075ffe87de8273ba7598b46cfd6aef731927c3cf6467c803edfa4595fb28f3e9ed2f6456abb7fcb7" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-chemfml/satysfi-chemfml.1.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi Package for chemical formulas" 3 | description: """ 4 | This is a SATySFi package for drawing chemical reaction formulas 5 | """ 6 | maintainer: "Amadeus_vn " 7 | authors: "Amadeus_vn " 8 | license: "MIT" 9 | homepage: "https://github.com/gw31415/satysfi-chemfml" 10 | dev-repo: "git+https://github.com/gw31415/satysfi-chemfml.git" 11 | bug-reports: "https://github.com/gw31415/satysfi-chemfml/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "chemfml" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "chemfml" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/gw31415/satysfi-chemfml/archive/v1.0.1.tar.gz" 34 | checksum: [ 35 | "md5=53db7798cb3ebe984df522288b01f531" 36 | "sha512=0ea6c7511f953cd0448abd94bf14072f587ce42ef0ea92cfadc3c9439734092b9592b1096f746034283068ca2574298d7ee82ee3d49a39228cda3f63073a0d10" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-class-cv-doc/satysfi-class-cv-doc.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Documentation of a class for CV" 3 | description: """Documentation of a class for CV.""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: [ 7 | "Masaki Waga " 8 | ] 9 | license: "MIT" 10 | homepage: "https://github.com/MasWag/cv-satysfi" 11 | bug-reports: "https://github.com/MasWag/cv-satysfi/issues" 12 | dev-repo: "git+https://github.com/MasWag/cv-satysfi.git" 13 | 14 | depends: [ 15 | "satysfi" { >= "0.0.3" & < "0.1" } 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | "satysfi-dist" 18 | ] 19 | 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "class-cv-doc" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "class-cv-doc" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | 33 | url { 34 | src: 35 | "https://github.com/MasWag/cv-satysfi/archive/refs/tags/0.1.0.tar.gz" 36 | checksum: [ 37 | "md5=c552b91926680d59a091df3763233949" 38 | "sha512=e01d605fb78a8b4753c9999f8b011e88f8d9434185674268945cf9454fe6a8b383a12bde11dc03823892da846e340bb7bf3693871e79844f363001df002f40a0" 39 | ] 40 | } 41 | -------------------------------------------------------------------------------- /packages/satysfi-class-cv-doc/satysfi-class-cv-doc.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Documentation of a class for CV" 3 | description: """Documentation of a class for CV.""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: [ 7 | "Masaki Waga " 8 | ] 9 | license: "MIT" 10 | homepage: "https://github.com/MasWag/cv-satysfi" 11 | bug-reports: "https://github.com/MasWag/cv-satysfi/issues" 12 | dev-repo: "git+https://github.com/MasWag/cv-satysfi.git" 13 | 14 | depends: [ 15 | "satysfi" { >= "0.0.3" & < "0.1" } 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | "satysfi-dist" 18 | ] 19 | 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "class-cv-doc" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "class-cv-doc" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | 33 | url { 34 | src: 35 | "https://github.com/MasWag/cv-satysfi/archive/refs/tags/0.1.1.tar.gz" 36 | checksum: [ 37 | "md5=0223d1bcae85160ad50ae65c1d5326d5" 38 | "sha512=d349803a2131c089afd5e6d77016dded3a57d6392679787d44772f72a1f43ce1e5a8bf12f614e117bae13252886cc489d4f9d27261c396f20f8d60a9f45db708" 39 | ] 40 | } 41 | -------------------------------------------------------------------------------- /packages/satysfi-class-cv-doc/satysfi-class-cv-doc.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Documentation of a class for CV" 3 | description: """Documentation of a class for CV.""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: [ 7 | "Masaki Waga " 8 | ] 9 | license: "MIT" 10 | homepage: "https://github.com/MasWag/cv-satysfi" 11 | bug-reports: "https://github.com/MasWag/cv-satysfi/issues" 12 | dev-repo: "git+https://github.com/MasWag/cv-satysfi.git" 13 | 14 | depends: [ 15 | "satysfi" {>= "0.0.6" & < "0.1.0"} 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | "satysfi-enumitem" {>= "3.0.1" & < "4.0.0"} 18 | "satysfi-dist" 19 | ] 20 | 21 | build: [ 22 | ["satyrographos" "opam" "build" 23 | "--name" "class-cv-doc" 24 | "--prefix" "%{prefix}%" 25 | "--script" "%{build}%/Satyristes"] 26 | ] 27 | install: [ 28 | ["satyrographos" "opam" "install" 29 | "--name" "class-cv-doc" 30 | "--prefix" "%{prefix}%" 31 | "--script" "%{build}%/Satyristes"] 32 | ] 33 | url { 34 | src: "https://github.com/MasWag/cv-satysfi/archive/refs/tags/0.2.0.tar.gz" 35 | checksum: [ 36 | "md5=ca3ff8defa998df093b69d50ce2e5059" 37 | "sha512=3b2353c106a4055ae64bd94ccb519abcbde12baa76c9e06c95152648f16501f0188d5fd68af4dce40493f565639acbdb6e1ca82969da6ce65ec8c1d82c5364ba" 38 | ] 39 | } 40 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign-doc/satysfi-class-exdesign-doc.0.2/files/article-ja.patch: -------------------------------------------------------------------------------- 1 | diff --git a/article-ja.satyh b/article-ja.satyh 2 | index 6310b14..4b9a12d 100644 3 | --- a/article-ja.satyh 4 | +++ b/article-ja.satyh 5 | @@ -3,7 +3,7 @@ 6 | %https://github.com/puripuri2100/exdesign 7 | %v0.2 8 | 9 | -@require: exdesign 10 | +@import: exdesign 11 | 12 | module ArticleJa : sig 13 | 14 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign-doc/satysfi-class-exdesign-doc.0.2/files/readme.patch: -------------------------------------------------------------------------------- 1 | diff --git a/readme.md b/readme.md 2 | index 89bedbb..b39336d 100644 3 | --- a/readme.md 4 | +++ b/readme.md 5 | @@ -32,8 +32,8 @@ $ sudo ./UnInstaller.sh 6 | # 使い方 7 | 8 | ~~~ 9 | -@require: exdesign 10 | -@import: article-ja 11 | +@require: class-exdesign/exdesign 12 | +@import: class-exdesign/article-ja 13 | 14 | document (| 15 | title = {title}; 16 | @@ -72,4 +72,4 @@ stdjaを使用するのに対して、`style`・`design`・`header-footer`・`fo 17 | 18 | (c) Naoki Kaneko and T. Suwa 2018 19 | 20 | -https://github.com/puripuri2100/exdesign 21 | \ No newline at end of file 22 | +https://github.com/puripuri2100/exdesign 23 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign-doc/satysfi-class-exdesign-doc.0.2/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | new file mode 100644 3 | index 0000000..4e64b67 4 | --- /dev/null 5 | +++ b/Satyristes 6 | @@ -0,0 +1,23 @@ 7 | +;; For Satyrographos 0.0.2 series 8 | +(version 0.0.2) 9 | + 10 | +(library 11 | + (name "class-exdesign") 12 | + (version "0.2") 13 | + (sources 14 | + ((package "article-ja.satyh" "article-ja.satyh") 15 | + (package "exdesign.satyh" "exdesign.satyh"))) 16 | + (opam "satysfi-class-exdesign.opam") 17 | + (dependencies ()) 18 | + (compatibility ((satyrographos "0.0.1")))) 19 | + 20 | +(libraryDoc 21 | + (name "class-exdesign-doc") 22 | + (version "0.2") 23 | + (workingDirectory "doc") 24 | + (build 25 | + ((satysfi "manual.saty" "-o" "manual.pdf"))) 26 | + (sources 27 | + ((doc "manual.pdf" "doc/manual.pdf"))) 28 | + (opam "satysfi-class-exdesign-doc.opam") 29 | + (dependencies ((class-exdesign ())))) 30 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign/satysfi-class-exdesign.0.2/files/article-ja.patch: -------------------------------------------------------------------------------- 1 | diff --git a/article-ja.satyh b/article-ja.satyh 2 | index 6310b14..4b9a12d 100644 3 | --- a/article-ja.satyh 4 | +++ b/article-ja.satyh 5 | @@ -3,7 +3,7 @@ 6 | %https://github.com/puripuri2100/exdesign 7 | %v0.2 8 | 9 | -@require: exdesign 10 | +@import: exdesign 11 | 12 | module ArticleJa : sig 13 | 14 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign/satysfi-class-exdesign.0.2/files/readme.patch: -------------------------------------------------------------------------------- 1 | diff --git a/readme.md b/readme.md 2 | index 89bedbb..b39336d 100644 3 | --- a/readme.md 4 | +++ b/readme.md 5 | @@ -32,8 +32,8 @@ $ sudo ./UnInstaller.sh 6 | # 使い方 7 | 8 | ~~~ 9 | -@require: exdesign 10 | -@import: article-ja 11 | +@require: class-exdesign/exdesign 12 | +@import: class-exdesign/article-ja 13 | 14 | document (| 15 | title = {title}; 16 | @@ -72,4 +72,4 @@ stdjaを使用するのに対して、`style`・`design`・`header-footer`・`fo 17 | 18 | (c) Naoki Kaneko and T. Suwa 2018 19 | 20 | -https://github.com/puripuri2100/exdesign 21 | \ No newline at end of file 22 | +https://github.com/puripuri2100/exdesign 23 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign/satysfi-class-exdesign.0.2/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | new file mode 100644 3 | index 0000000..4e64b67 4 | --- /dev/null 5 | +++ b/Satyristes 6 | @@ -0,0 +1,23 @@ 7 | +;; For Satyrographos 0.0.2 series 8 | +(version 0.0.2) 9 | + 10 | +(library 11 | + (name "class-exdesign") 12 | + (version "0.2") 13 | + (sources 14 | + ((package "article-ja.satyh" "article-ja.satyh") 15 | + (package "exdesign.satyh" "exdesign.satyh"))) 16 | + (opam "satysfi-class-exdesign.opam") 17 | + (dependencies ()) 18 | + (compatibility ((satyrographos "0.0.1")))) 19 | + 20 | +(libraryDoc 21 | + (name "class-exdesign-doc") 22 | + (version "0.2") 23 | + (workingDirectory "doc") 24 | + (build 25 | + ((satysfi "manual.saty" "-o" "manual.pdf"))) 26 | + (sources 27 | + ((doc "manual.pdf" "doc/manual.pdf"))) 28 | + (opam "satysfi-class-exdesign-doc.opam") 29 | + (dependencies ((class-exdesign ())))) 30 | -------------------------------------------------------------------------------- /packages/satysfi-class-exdesign/satysfi-class-exdesign.0.3.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A class file easy to customize with SATySFi" 3 | description: """A class file easy to customize with SATySFi.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "LGPLv3" 8 | homepage: "https://github.com/puripuri2100/exdesign" 9 | bug-reports: "https://github.com/puripuri2100/exdesign/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/exdesign.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 15 | ] 16 | install: [ 17 | ["satyrographos" "opam" "install" 18 | "--name" "class-exdesign" 19 | "--prefix" "%{prefix}%" 20 | "--script" "%{build}%/Satyristes"] 21 | ] 22 | 23 | url { 24 | src: "https://github.com/puripuri2100/exdesign/archive/0.3.1.tar.gz" 25 | checksum: [ 26 | "md5=e13a4dfaa5c88825163b50aea0acf3c8" 27 | "sha512=bc0c4d0b1ba991d399b3ac13d98582549ba28a645d0fdab92303ae4c101023e5e0a4b9aed01c40e700ae89eadf08e71fa492c10ade9699dcc84961b19bf81831" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-class-jlreq/satysfi-class-jlreq.0.0.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A document class for SATySFi" 3 | authors: "Noriyuki Abe" 4 | maintainer: "Noriyuki Abe" 5 | homepage: "https://github.com/abenori/satysfi-class-jlreq/" 6 | bug-reports: "https://github.com/abenori/satysfi-class-jlreq/issues" 7 | dev-repo: "git+https://github.com/abenori/satysfi-class-jlreq.git" 8 | license: "BSD-2-Clause-FreeBSD" 9 | depends: [ 10 | "satysfi" {>= "0.0.6" & < "0.0.7"} 11 | "satysfi-base" {>= "0.0.2" & < "1.5"} 12 | "satysfi-fss" {>= "0.0.2" & < "0.3"} 13 | "satyrographos" {>= "0.0.2"} 14 | ] 15 | install: [ 16 | ["satyrographos" "opam" "install" 17 | "-name" "class-jlreq" 18 | "-prefix" "%{prefix}%" 19 | "-script" "%{build}%/Satyristes"] 20 | ] 21 | url { 22 | src: 23 | "https://github.com/abenori/satysfi-class-jlreq/archive/0.0.2.tar.gz" 24 | checksum: [ 25 | "md5=5b9b9504df1e73a3924f5192e4b0fe96" 26 | "sha512=700aaae58aa0820a5e21637b570356cfafd78222d009e9ba2630b4db76c4b9fab40af99a97b5c6977a350d59e8ac8505f131bd5628b8f8010adad5f081708aeb" 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /packages/satysfi-class-jlreq/satysfi-class-jlreq.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A document class for SATySFi" 3 | authors: "Noriyuki Abe" 4 | maintainer: "Noriyuki Abe" 5 | homepage: "https://github.com/abenori/satysfi-class-jlreq/" 6 | bug-reports: "https://github.com/abenori/satysfi-class-jlreq/issues" 7 | dev-repo: "git+https://github.com/abenori/satysfi-class-jlreq.git" 8 | license: "BSD-2-Clause-FreeBSD" 9 | depends: [ 10 | "satysfi" { >= "0.0.6" & < "0.1" } 11 | "satysfi-base" {>= "1.3.0" & < "2.0"} 12 | "satysfi-fss" {>= "0.0.2" & < "0.3.0"} 13 | "satyrographos" {>= "0.0.2" & < "0.0.3.0"} 14 | "satysfi-pagenumber" {>="1.0.0" & < "2.0.0"} 15 | "satysfi-pagestyle" {>="1.0.0" & < "2.0.0"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "class-jlreq" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/abenori/satysfi-class-jlreq/archive/0.0.3.tar.gz" 25 | checksum: [ 26 | "md5=e24c07ebace939afe053f139aaf50a60" 27 | "sha512=4646298f6efe7296091b4a1c8b43c8747fed5d87692a374a14fe5e7b29d78135c99361bf308b111784d99f7e2fbb06ec38eb50e68e45197be0a92ce407d03ebd" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi-doc/satysfi-class-slydifi-doc.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 16 | "satysfi-class-slydifi" {= "%{version}%"} 17 | "satysfi-easytable" {>= "1.0.0" & < "2.0.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "class-slydifi-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "class-slydifi-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/monaqa/slydifi/archive/v0.2.0.tar.gz" 33 | checksum: [ 34 | "md5=20a48cff8a66d0cddf2e63387100a6c7" 35 | "sha512=52d1a63a59ae4df4605fd06ff44992a2367ebc7d09d17b4b201cec22e433cf65c6364619dfd39302a53ab18f495783d2f0d781ad8f24d7ad121b1398e3c487c1" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi-doc/satysfi-class-slydifi-doc.0.3.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.6" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-class-slydifi" {= "%{version}%"} 16 | "satysfi-easytable" {>= "1.0.0" & < "2.0.0"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "class-slydifi-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "class-slydifi-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/monaqa/slydifi/archive/v0.3.1.tar.gz" 32 | checksum: [ 33 | "md5=7f528dde302a56d6edc6ae4673db00e5" 34 | "sha512=8795acb6de3e556be8ed33b25bf59c10f271fc007f514cc21f58a54878645f8de5aef9e99662717938d56537025834e2659f2d93ea73b8b0cd8de576303380c2" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi-doc/satysfi-class-slydifi-doc.0.4.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-class-slydifi" {= "%{version}%"} 16 | "satysfi-easytable" {>= "1.0.0" & < "2.0.0"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "class-slydifi-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "class-slydifi-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/monaqa/slydifi/archive/v0.4.0.tar.gz" 32 | checksum: [ 33 | "md5=fcaa58243defb81ec77d738860bb0836" 34 | "sha512=47eb36baab499f93fdc8d7dab36929e85b1278de2b40d984c6b754e16925608f9c133ac78536c2ddf155d5ec80b2f75643a26022275e5419f961058c068bd1b3" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi-doc/satysfi-class-slydifi-doc.0.5.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-class-slydifi" {= "%{version}%"} 16 | "satysfi-easytable" {>= "1.0.0" & < "2.0"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "class-slydifi-doc" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "class-slydifi-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/monaqa/slydifi/archive/v0.5.0.tar.gz" 32 | checksum: [ 33 | "md5=483bb2eb6d18aeed87e8135387755d3a" 34 | "sha512=f09c32605b97c1cff72a8cc9ba1fca3b75fbde5ea58b96f2dc93597146427e775977fd37a46dab8a35ce302b80aaacc8a14079ea9c3f584cb15ca7c173fddf56" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi/satysfi-class-slydifi.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.6"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "class-slydifi" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/monaqa/slydifi/archive/v0.1.0.tar.gz" 25 | checksum: [ 26 | "md5=659f2028be150c72fc65213a5b7ec547" 27 | "sha512=1359eac2dcb4e0a4383176379116b42792b24917ee42ff6ad22c40151d0ab322702c1b41feb8660f4863bfd12d7d885e39269353b838b96b7258398e4ec48590" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi/satysfi-class-slydifi.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 16 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 17 | "satysfi-base" {>= "1.0.0" & < "3.0.0"} 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "class-slydifi" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/monaqa/slydifi/archive/v0.2.0.tar.gz" 27 | checksum: [ 28 | "md5=20a48cff8a66d0cddf2e63387100a6c7" 29 | "sha512=52d1a63a59ae4df4605fd06ff44992a2367ebc7d09d17b4b201cec22e433cf65c6364619dfd39302a53ab18f495783d2f0d781ad8f24d7ad121b1398e3c487c1" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi/satysfi-class-slydifi.0.3.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.6" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 16 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 17 | "satysfi-figbox" {>= "0.1.3" & < "1.0.0"} 18 | "satysfi-base" {>= "1.0.0" & < "3.0.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "class-slydifi" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/slydifi/archive/v0.3.1.tar.gz" 28 | checksum: [ 29 | "md5=7f528dde302a56d6edc6ae4673db00e5" 30 | "sha512=8795acb6de3e556be8ed33b25bf59c10f271fc007f514cc21f58a54878645f8de5aef9e99662717938d56537025834e2659f2d93ea73b8b0cd8de576303380c2" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi/satysfi-class-slydifi.0.4.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 16 | "satysfi-figbox" {>= "0.1.3" & < "0.2.0"} 17 | "satysfi-base" {>= "1.0.0" & < "2.0.0"} 18 | "satysfi-railway" {>= "0.1.0" < "0.2.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "class-slydifi" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/slydifi/archive/v0.4.0.tar.gz" 28 | checksum: [ 29 | "md5=fcaa58243defb81ec77d738860bb0836" 30 | "sha512=47eb36baab499f93fdc8d7dab36929e85b1278de2b40d984c6b754e16925608f9c133ac78536c2ddf155d5ec80b2f75643a26022275e5419f961058c068bd1b3" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-class-slydifi/satysfi-class-slydifi.0.5.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi document class for creating presentations slides" 3 | description: """A SATySFi document class for creating presentations slides.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/slydifi" 9 | bug-reports: "https://github.com/monaqa/slydifi/issues" 10 | dev-repo: "git+https://github.com/monaqa/slydifi.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-enumitem" {>= "3.0.1" & < "4.0"} 16 | "satysfi-figbox" {>= "0.1.3" & < "0.2.0"} 17 | "satysfi-base" {>= "1.0.0" & < "2.0"} 18 | "satysfi-railway" {>= "0.1.0" < "0.2.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "class-slydifi" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/slydifi/archive/v0.5.0.tar.gz" 28 | checksum: [ 29 | "md5=483bb2eb6d18aeed87e8135387755d3a" 30 | "sha512=f09c32605b97c1cff72a8cc9ba1fca3b75fbde5ea58b96f2dc93597146427e775977fd37a46dab8a35ce302b80aaacc8a14079ea9c3f584cb15ca7c173fddf56" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-class-stjarticle/satysfi-class-stjarticle.1.3.2+satysfi0.0.3+satyrograhos0.0.1/files/fix-makefile-glob.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index a2a6205..7cfd097 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -11,7 +11,8 @@ doc: stjarticle-demo.pdf 6 | 7 | install: 8 | install -d "$(PACKAGE_DIR)/doc" 9 | - install -m 644 stjarticle-demo.{saty,pdf} "$(PACKAGE_DIR)/doc" 10 | + install -m 644 stjarticle-demo.saty "$(PACKAGE_DIR)/doc" 11 | + install -m 644 stjarticle-demo.pdf "$(PACKAGE_DIR)/doc" 12 | install -d "$(PACKAGE_DIR)/packages" 13 | install -m 644 *.satyh "$(PACKAGE_DIR)/packages" 14 | 15 | -------------------------------------------------------------------------------- /packages/satysfi-class-stjarticle/satysfi-class-stjarticle.1.3.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Extended SATySFi document package for Japanese" 3 | description: """ 4 | Extended SATySFi document package for Japanese. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "SAKAMOTO Noriaki " 9 | authors: "puripuri2100 " 10 | license: "LGPL-3.0" 11 | homepage: "https://github.com/puripuri2100/stjarticle" 12 | bug-reports: "https://github.com/puripuri2100/stjarticle/issues" 13 | dev-repo: "git+https://github.com/puripuri2100/stjarticle.git" 14 | depends: [ 15 | "satysfi" { >= "0.0.3" & < "0.1" } 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "class-stjarticle" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | remove: [ 25 | ["satyrographos" "opam" "uninstall" 26 | "-name" "class-stjarticle" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | git: "git+https://github.com/puripuri2100/stjarticle.git#9381bee930818464e76cdc4622eb381a1aba164f" 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-colorbox-doc/satysfi-colorbox-doc.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of Colorbox" 3 | description: """Document of Colorbox package""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "BSD-2-Clause-Views" 7 | homepage: "https://github.com/abenori/satysfi-colorbox" 8 | dev-repo: "git+https://github.com/abenori/satysfi-colorbox.git" 9 | bug-reports: "https://github.com/abenori/satysfi-colorbox/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.6" & < "0.0.8" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | "satysfi-enumitem" {>= "3.0.0" & < "3.1" } 14 | 15 | # You may want to include the corresponding library 16 | "satysfi-colorbox" {= "%{version}%"} 17 | "satysfi-dist" 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "colorbox-doc" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "colorbox-doc" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/abenori/satysfi-colorbox/archive/0.1.0.tar.gz" 33 | checksum: [ 34 | "md5=224ea91e4fdec7f8c59f2aecfa2f1a00" 35 | "sha512=954e4e7f96b2ecdb94a21cf39e88acaa961103c50dc821dda48e67f3ef5b19085c310be416defd726cf68f6d5d2bd3853ac452bba648f8ebc27b4112cc68347c" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-colorbox-doc/satysfi-colorbox-doc.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of Colorbox" 3 | description: """Document of Colorbox package""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "MIT" 7 | homepage: "https://github.com/abenori/satysfi-colorbox" 8 | dev-repo: "git+https://github.com/abenori/satysfi-colorbox.git" 9 | bug-reports: "https://github.com/abenori/satysfi-colorbox/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.6" & < "0.1" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | "satysfi-enumitem" {>= "3.0.0" & < "3.1" } 14 | 15 | # You may want to include the corresponding library 16 | "satysfi-colorbox" {= "%{version}%"} 17 | "satysfi-dist" 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "colorbox-doc" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "colorbox-doc" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/abenori/satysfi-colorbox/archive/0.1.1.tar.gz" 33 | checksum: [ 34 | "md5=4825a8b97cbc724dba5faf6ecf79b030" 35 | "sha512=f427ce1fad7971fbb104ca58e275fc037efbd84a5ffed90bc75fd83e00c7fc833a83c23810f96396abea64c4ede5077bbe7aaad1f7d156e494fb8a64720675cf" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-colorbox/satysfi-colorbox.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for Colored boxes" 3 | description: """A SATySFi package for Colored boxes""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "BSD-2-Clause-Views" 7 | homepage: "https://github.com/abenori/satysfi-colorbox" 8 | dev-repo: "git+https://github.com/abenori/satysfi-colorbox.git" 9 | bug-reports: "https://github.com/abenori/satysfi-colorbox/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.6" & < "0.0.8" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | 14 | # If your library depends on other libraries, please write down here 15 | "satysfi-dist" 16 | "satysfi-base" { >= "1.4.0" & < "2.0" } 17 | "satysfi-fss" { >= "0.2.0" & < "0.3.0" } 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "colorbox" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "colorbox" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/abenori/satysfi-colorbox/archive/0.1.0.tar.gz" 33 | checksum: [ 34 | "md5=224ea91e4fdec7f8c59f2aecfa2f1a00" 35 | "sha512=954e4e7f96b2ecdb94a21cf39e88acaa961103c50dc821dda48e67f3ef5b19085c310be416defd726cf68f6d5d2bd3853ac452bba648f8ebc27b4112cc68347c" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-colorbox/satysfi-colorbox.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for Colored boxes" 3 | description: """A SATySFi package for Colored boxes""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "MIT" 7 | homepage: "https://github.com/abenori/satysfi-colorbox" 8 | dev-repo: "git+https://github.com/abenori/satysfi-colorbox.git" 9 | bug-reports: "https://github.com/abenori/satysfi-colorbox/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.6" & < "0.1" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | 14 | # If your library depends on other libraries, please write down here 15 | "satysfi-dist" 16 | "satysfi-base" { >= "1.4.0" & < "2.0" } 17 | "satysfi-fss" { >= "0.2.0" & < "0.3" } 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "colorbox" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "colorbox" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/abenori/satysfi-colorbox/archive/0.1.1.tar.gz" 33 | checksum: [ 34 | "md5=4825a8b97cbc724dba5faf6ecf79b030" 35 | "sha512=f427ce1fad7971fbb104ca58e275fc037efbd84a5ffed90bc75fd83e00c7fc833a83c23810f96396abea64c4ede5077bbe7aaad1f7d156e494fb8a64720675cf" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-csv-doc/satysfi-csv-doc.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of satysfi-csv" 3 | description: """ 4 | Document of satysfi-csv. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/satysfi-csv" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-csv.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-csv/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | "satysfi-csv" {= "%{version}%"} 17 | 18 | "satysfi-dist" 19 | "satysfi-base" { >= "1.4.0" & < "2.0.0" } 20 | "satysfi-debug-show-value" { >= "0.1.2" & < "0.2.0" } 21 | ] 22 | build: [ 23 | ["satyrographos" "opam" "build" 24 | "--name" "csv-doc" 25 | "--prefix" "%{prefix}%" 26 | "--script" "%{build}%/Satyristes"] 27 | ] 28 | install: [ 29 | ["satyrographos" "opam" "install" 30 | "--name" "csv-doc" 31 | "--prefix" "%{prefix}%" 32 | "--script" "%{build}%/Satyristes"] 33 | ] 34 | url { 35 | src: "https://github.com/puripuri2100/satysfi-csv/archive/1.0.0.tar.gz" 36 | checksum: [ 37 | "md5=e4147acdca877a1a02a85edbdb6af975" 38 | "sha512=232b8b21a96723d0b53232fb3c00412a2b1dc2f89aff351b77f868ed033904d14c0b2f5dff5a8000b0cc086682578921ac0582cd9983207f034985ee2e3e1bcd" 39 | ] 40 | } 41 | -------------------------------------------------------------------------------- /packages/satysfi-csv/satysfi-csv.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A CSV reader and writer for SATySFi" 3 | description: """ 4 | A CSV reader and writer for SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/satysfi-csv" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-csv.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-csv/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | "satysfi-dist" 17 | "satysfi-base" { >= "1.4.0" & < "2.0.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "csv" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "csv" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/puripuri2100/satysfi-csv/archive/1.0.0.tar.gz" 33 | checksum: [ 34 | "md5=e4147acdca877a1a02a85edbdb6af975" 35 | "sha512=232b8b21a96723d0b53232fb3c00412a2b1dc2f89aff351b77f868ed033904d14c0b2f5dff5a8000b0cc086682578921ac0582cd9983207f034985ee2e3e1bcd" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-debug-show-value/satysfi-debug-show-value.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Stringify SATySFi's value" 3 | description: """Stringify SATySFi's value""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-debug-show-value" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-debug-show-value/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-debug-show-value.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.5"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | ] 17 | build: [ ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "debug-show-value" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-debug-show-value/archive/0.1.0.tar.gz" 27 | checksum: [ 28 | "md5=22431542de319184f2e2bc6a61c35d72" 29 | "sha512=d47158215ebd9f45a0ea38bcf6d4a223e73a0f76fe8659636fb4dfef313c45e0283d878127831efaf96849c5be6296bd3fe4c8b6be3272e17d378142a5a8cfac" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-debug-show-value/satysfi-debug-show-value.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Stringify SATySFi's value" 3 | description: """Stringify SATySFi's value""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-debug-show-value" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-debug-show-value/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-debug-show-value.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | ] 17 | build: [ ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "debug-show-value" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-debug-show-value/archive/0.1.1.tar.gz" 27 | checksum: [ 28 | "md5=977eefd8cf5b3fe16766de5ff6e82e12" 29 | "sha512=036a0bcb251fa2224fb2c0acb5a8921e8e0b9624d8d296469a247162061be3c43ff7e74a9e748c8d589c49467ffe83e1e9405f72f296aeaef3883f6533bfc856" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-debug-show-value/satysfi-debug-show-value.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Stringify SATySFi's value" 3 | description: """Stringify SATySFi's value""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-debug-show-value" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-debug-show-value/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-debug-show-value.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "debug-show-value" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: 25 | "https://github.com/puripuri2100/SATySFi-debug-show-value/archive/0.1.2.tar.gz" 26 | checksum: [ 27 | "md5=25befd9318e7ca05d21b68498cf0ceb0" 28 | "sha512=0eae59d1a2bd7b0bc62b8201cc5a378f4b646a0339227f06970270387b56039cbe709e262271466850137367501f43284e039e0606b18b6b60e73577d79eb547" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-derive/satysfi-derive.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi commands and DSL for displaying derivation trees with maintainable code" 3 | description: """ 4 | SATySFi commands and DSL for displaying derivation trees with maintainable code 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Yuito Murase " 9 | authors: [ 10 | "Yuito Murase " 11 | ] 12 | license: "MIT" 13 | homepage: "https://github.com/yabaitechtokyo/satysfi-derive" 14 | bug-reports: "https://github.com/yabaitechtokyo/satysfi-derive/issues" 15 | dev-repo: "git+https://github.com/yabaitechtokyo/satysfi-derive.git" 16 | depends: [ 17 | "satysfi" { >= "0.0.5" & < "0.1" } 18 | "satysfi-dist" 19 | "satysfi-base" {>= "1.3.0" & < "2.0.0"} 20 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 21 | ] 22 | install: [ 23 | ["satyrographos" "opam" "install" 24 | "--name" "derive" 25 | "--prefix" "%{prefix}%" 26 | "--script" "%{build}%/Satyristes"] 27 | ] 28 | url { 29 | src: 30 | "https://github.com/yabaitechtokyo/satysfi-derive/archive/1.0.0.tar.gz" 31 | checksum: [ 32 | "md5=24a48d1ee9a8f4c0140b7ff8ec84aff9" 33 | "sha512=2bd8c9da2f9b7da697facfe7c126f54497abbe37918410a512edc5a045db76f1728a89154cda777bd8ef92159c4fb8aaeb10cf7adb1520e62f3317f572b345e5" 34 | ] 35 | } 36 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.3+dev2019.02.10/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.3+dev2019.02.13/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.3+dev2019.03.10/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.3+dev2019.07.14/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.3+dev2019.11.16/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-dist" 3 | version: "0.0.3" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | build: [ ] 12 | install: [ ] 13 | remove: [ ] 14 | depends: [ 15 | "satysfi" {>= "0.0.3" & < "0.0.3+dev2019.02.10" } 16 | ] 17 | synopsis: "Standard library of SATySFi" 18 | description: """ 19 | Provides the standard library of SATySFi (dummy package)""" 20 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.02.09/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.02.16/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.02.22/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.04.05/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.04.25/files/fix-hash.patch: -------------------------------------------------------------------------------- 1 | diff --git a/temp/IPAexfont00301.sha1 b/temp/IPAexfont00301.sha1 2 | deleted file mode 100644 3 | index 9bc0eb1..0000000 4 | --- a/temp/IPAexfont00301.sha1 5 | +++ /dev/null 6 | @@ -1 +0,0 @@ 7 | -23f49d22e8928df5356f1248210bdf1b0b93af12 IPAexfont00301.zip 8 | diff --git a/temp/IPAexfont00401.sha1 b/temp/IPAexfont00401.sha1 9 | new file mode 100644 10 | index 0000000..2a73aae 11 | --- /dev/null 12 | +++ b/temp/IPAexfont00401.sha1 13 | @@ -0,0 +1 @@ 14 | +57583c2be5dbfa06648ab0ae4937d7903b32595c IPAexfont00401.zip 15 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.04.25/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4+dev2020.06.07/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.4/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.5+dev2020.09.05/files/fix-download-font-sh-shasum.patch: -------------------------------------------------------------------------------- 1 | diff --git a/download-fonts.sh b/download-fonts.sh 2 | index e4a9aee..9435212 100755 3 | --- a/download-fonts.sh 4 | +++ b/download-fonts.sh 5 | @@ -4,8 +4,6 @@ set -ue 6 | 7 | CACHE=temp 8 | MESSAGE_PREFIX="[download-fonts.sh]" 9 | -SHA1SUM=sha1sum 10 | - 11 | cd "$(dirname "$0")" 12 | mkdir -p "$CACHE" 13 | 14 | @@ -13,6 +11,17 @@ show_message () { 15 | echo "$MESSAGE_PREFIX $1." 16 | } 17 | 18 | +if command shasum --version >/dev/null 2>&1 ; then 19 | + show_message "Using shasum" 20 | + SHA1SUM=shasum 21 | +elif command sha1sum --version >/dev/null 2>&1 ; then 22 | + show_message "Using sha1sum" 23 | + SHA1SUM=sha1sum 24 | +else 25 | + echo "No SHA checksum checkers found. Please install shasum or sha1sum" >&2 26 | + exit 1 27 | +fi 28 | + 29 | validate_file () { 30 | ( 31 | NAME="$1" 32 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.5+dev2020.09.05/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.5-59-g32f2525/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.5-83-g360d941/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.5/files/fix-download-font-sh-shasum.patch: -------------------------------------------------------------------------------- 1 | diff --git a/download-fonts.sh b/download-fonts.sh 2 | index e4a9aee..9435212 100755 3 | --- a/download-fonts.sh 4 | +++ b/download-fonts.sh 5 | @@ -4,8 +4,6 @@ set -ue 6 | 7 | CACHE=temp 8 | MESSAGE_PREFIX="[download-fonts.sh]" 9 | -SHA1SUM=sha1sum 10 | - 11 | cd "$(dirname "$0")" 12 | mkdir -p "$CACHE" 13 | 14 | @@ -13,6 +11,17 @@ show_message () { 15 | echo "$MESSAGE_PREFIX $1." 16 | } 17 | 18 | +if command shasum --version >/dev/null 2>&1 ; then 19 | + show_message "Using shasum" 20 | + SHA1SUM=shasum 21 | +elif command sha1sum --version >/dev/null 2>&1 ; then 22 | + show_message "Using sha1sum" 23 | + SHA1SUM=sha1sum 24 | +else 25 | + echo "No SHA checksum checkers found. Please install shasum or sha1sum" >&2 26 | + exit 1 27 | +fi 28 | + 29 | validate_file () { 30 | ( 31 | NAME="$1" 32 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.5/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-dist/satysfi-dist.0.0.6/files/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | -------------------------------------------------------------------------------- /packages/satysfi-easytable-doc/satysfi-easytable-doc.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to build simple tables" 3 | description: """A SATySFi package to build simple tables.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-easytable" 9 | bug-reports: "https://github.com/monaqa/satysfi-easytable/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-easytable.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-easytable" {= "%{version}%"} 17 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "easytable-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "easytable-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/monaqa/satysfi-easytable/archive/v1.0.0.tar.gz" 33 | checksum: [ 34 | "md5=b6f60771781aebfcf218bda56e0cd37c" 35 | "sha512=b0fd07128a25285dd58b19b1b51e34d3e0c3d3c1f57f337b00a18e81f4630d20d0a717b9aad220d1872e742efb9e918c96195938a9fce34fa22510322aae027f" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-easytable-doc/satysfi-easytable-doc.1.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to build simple tables" 3 | description: """A SATySFi package to build simple tables.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-easytable" 9 | bug-reports: "https://github.com/monaqa/satysfi-easytable/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-easytable.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-easytable" {= "%{version}%"} 17 | "satysfi-enumitem" {>= "2.0.0" & < "3.0.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "easytable-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "easytable-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/monaqa/satysfi-easytable/archive/v1.1.1.tar.gz" 33 | checksum: [ 34 | "md5=8a2b2e6c70b012e5c26c5a2e5401f25d" 35 | "sha512=d7313d3c4eea56c15d2c793e41ddf8c91a4453de100b26527008835d3ca9454ee72846ca6f2c2978ba6faf51c7199045697a84b49906b5a598eacac90fbe9d81" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-easytable-doc/satysfi-easytable-doc.1.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to build simple tables" 3 | description: """A SATySFi package to build simple tables.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-easytable" 9 | bug-reports: "https://github.com/monaqa/satysfi-easytable/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-easytable.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.1"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-easytable" {= "%{version}%"} 17 | "satysfi-enumitem" {>= "3.0.0" & < "4.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "easytable-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "easytable-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/monaqa/satysfi-easytable/archive/v1.1.2.tar.gz" 33 | checksum: [ 34 | "md5=43e16784e3b3b0219341e391c5fe7ca7" 35 | "sha512=6289e13bfdef96f9512a0604bcc6b02aaa9291d14f0eba2c0dc1186822ccb652a77e8edcb4ab8ac8dc30615cdf88cb36a1653ac2c525065e1192a27ffd1930b9" 36 | ] 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /packages/satysfi-easytable/satysfi-easytable.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to build simple tables" 3 | description: """A SATySFi package to build simple tables.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-easytable" 9 | bug-reports: "https://github.com/monaqa/satysfi-easytable/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-easytable.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>= "1.4.0" & < "2"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "easytable" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/monaqa/satysfi-easytable/archive/v1.0.0.tar.gz" 26 | checksum: [ 27 | "md5=b6f60771781aebfcf218bda56e0cd37c" 28 | "sha512=b0fd07128a25285dd58b19b1b51e34d3e0c3d3c1f57f337b00a18e81f4630d20d0a717b9aad220d1872e742efb9e918c96195938a9fce34fa22510322aae027f" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-easytable/satysfi-easytable.1.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to build simple tables" 3 | description: """A SATySFi package to build simple tables.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-easytable" 9 | bug-reports: "https://github.com/monaqa/satysfi-easytable/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-easytable.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>= "1.4.0"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "easytable" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/monaqa/satysfi-easytable/archive/v1.1.1.tar.gz" 26 | checksum: [ 27 | "md5=8a2b2e6c70b012e5c26c5a2e5401f25d" 28 | "sha512=d7313d3c4eea56c15d2c793e41ddf8c91a4453de100b26527008835d3ca9454ee72846ca6f2c2978ba6faf51c7199045697a84b49906b5a598eacac90fbe9d81" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-easytable/satysfi-easytable.1.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to build simple tables" 3 | description: """A SATySFi package to build simple tables.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-easytable" 9 | bug-reports: "https://github.com/monaqa/satysfi-easytable/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-easytable.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.1"} 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>= "1.4.0" & < "2.0.0"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "--name" "easytable" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/monaqa/satysfi-easytable/archive/v1.1.2.tar.gz" 26 | checksum: [ 27 | "md5=43e16784e3b3b0219341e391c5fe7ca7" 28 | "sha512=6289e13bfdef96f9512a0604bcc6b02aaa9291d14f0eba2c0dc1186822ccb652a77e8edcb4ab8ac8dc30615cdf88cb36a1653ac2c525065e1192a27ffd1930b9" 29 | ] 30 | } 31 | 32 | -------------------------------------------------------------------------------- /packages/satysfi-enumitem-doc/satysfi-enumitem-doc.2.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating itemized lists" 3 | description: """A SATySFi package for creating itemized lists.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-enumitem" 9 | bug-reports: "https://github.com/monaqa/satysfi-enumitem/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-enumitem.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.4+dev2020.06.07" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-enumitem" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "enumitem-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "enumitem-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/monaqa/satysfi-enumitem/archive/v2.0.0.tar.gz" 32 | checksum: [ 33 | "md5=a34f2ae07a8dc8d9a4feb25700e2c1af" 34 | "sha512=d79f4cfa4a56543483475170d9c6e11b088e40c9e88a3f580534e9c6fb5b2875a313fdbef44653b25f5f2abc7152af692b8992bded260044b8cc1af64c3b2aea" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-enumitem-doc/satysfi-enumitem-doc.3.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating itemized lists" 3 | description: """A SATySFi package for creating itemized lists.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-enumitem" 9 | bug-reports: "https://github.com/monaqa/satysfi-enumitem/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-enumitem.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-enumitem" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "enumitem-doc" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "enumitem-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/monaqa/satysfi-enumitem/archive/v3.0.1.tar.gz" 32 | checksum: [ 33 | "md5=f03d3236199a59583d458762eaa6d8de" 34 | "sha512=c766e0c06a221b5130638b74fe9bd83d90d00ec74e8025e1d9a169172c59fb32b11009be024be0ca49b3d71053d200e27dfec9f5157e304faea6286f482d6fcc" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-enumitem/satysfi-enumitem.1.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating itemized lists" 3 | description: """A SATySFi package for creating itemized lists.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-enumitem" 9 | bug-reports: "https://github.com/monaqa/satysfi-enumitem/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-enumitem.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.5"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "enumitem" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/monaqa/satysfi-enumitem/archive/v1.0.1.tar.gz" 25 | checksum: [ 26 | "md5=6301cd24565567e4e2241e431f6e2cec" 27 | "sha512=a5737c7018df0d7ecb01cf8c4106ecee77606360fd220a8254c4b65309cc3e84a8ff8651426fa3ed9b55ad51e66a6028ed602d545354bb4cab6ecaf4160ced14" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-enumitem/satysfi-enumitem.1.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating itemized lists" 3 | description: """A SATySFi package for creating itemized lists.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-enumitem" 9 | bug-reports: "https://github.com/monaqa/satysfi-enumitem/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-enumitem.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.5"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "enumitem" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/monaqa/satysfi-enumitem/archive/v1.1.0.tar.gz" 25 | checksum: [ 26 | "md5=bd00beb57514f66845325e4b87b1e8ee" 27 | "sha512=6e081efc6f4bf46449f398297040801a33568bb3f90dbd042da86f46b3316952b1f5856e25ea8d876545e35a79c3d668dec9ad3c02815e72bfa7c8cc6e4f6661" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-enumitem/satysfi-enumitem.2.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating itemized lists" 3 | description: """A SATySFi package for creating itemized lists.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-enumitem" 9 | bug-reports: "https://github.com/monaqa/satysfi-enumitem/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-enumitem.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.4+dev2020.06.07" & < "0.0.8" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>="1.0.0"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "enumitem" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/monaqa/satysfi-enumitem/archive/v2.0.0.tar.gz" 26 | checksum: [ 27 | "md5=a34f2ae07a8dc8d9a4feb25700e2c1af" 28 | "sha512=d79f4cfa4a56543483475170d9c6e11b088e40c9e88a3f580534e9c6fb5b2875a313fdbef44653b25f5f2abc7152af692b8992bded260044b8cc1af64c3b2aea" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-enumitem/satysfi-enumitem.3.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating itemized lists" 3 | description: """A SATySFi package for creating itemized lists.""" 4 | 5 | maintainer: "Shinichi Mogami " 6 | authors: "Shinichi Mogami " 7 | license: "MIT" 8 | homepage: "https://github.com/monaqa/satysfi-enumitem" 9 | bug-reports: "https://github.com/monaqa/satysfi-enumitem/issues" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-enumitem.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-base" {>="1.0.0" & < "2.0.0"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "enumitem" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "enumitem" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/monaqa/satysfi-enumitem/archive/v3.0.1.tar.gz" 32 | checksum: [ 33 | "md5=f03d3236199a59583d458762eaa6d8de" 34 | "sha512=c766e0c06a221b5130638b74fe9bd83d90d00ec74e8025e1d9a169172c59fb32b11009be024be0ca49b3d71053d200e27dfec9f5157e304faea6286f482d6fcc" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-figbox/satysfi-figbox.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating charts and placing them in inappropriate positions" 3 | description: """ 4 | A SATySFi package that creates charts and places them in inappropriate positions in your document 5 | """ 6 | maintainer: "Mogami Shinichi " 7 | authors: "Mogami Shinichi " 8 | license: "MIT" # Choose what you want 9 | homepage: "https://github.com/monaqa/satysfi-figbox" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-figbox.git" 11 | bug-reports: "https://github.com/monaqa/satysfi-figbox/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.0.7" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0" & < "2"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "figbox" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/satysfi-figbox/archive/v0.1.1.tar.gz" 28 | checksum: [ 29 | "md5=ec6e37d17917b50bf6026af4bfa9fe85" 30 | "sha512=1a7df024438f5a1c76ea39b825368017011113133815a328a7724675b04e4922b2084de444b955086ddac36bd10ea7ea82167a505c5dcfa0ec6713d2c444e650" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-figbox/satysfi-figbox.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating charts and placing them in inappropriate positions" 3 | description: """ 4 | A SATySFi package that creates charts and places them in inappropriate positions in your document 5 | """ 6 | maintainer: "Mogami Shinichi " 7 | authors: "Mogami Shinichi " 8 | license: "MIT" # Choose what you want 9 | homepage: "https://github.com/monaqa/satysfi-figbox" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-figbox.git" 11 | bug-reports: "https://github.com/monaqa/satysfi-figbox/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.0.7" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0" & < "2"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "figbox" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/satysfi-figbox/archive/v0.1.1.tar.gz" 28 | checksum: [ 29 | "md5=ec6e37d17917b50bf6026af4bfa9fe85" 30 | "sha512=1a7df024438f5a1c76ea39b825368017011113133815a328a7724675b04e4922b2084de444b955086ddac36bd10ea7ea82167a505c5dcfa0ec6713d2c444e650" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-figbox/satysfi-figbox.0.1.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating charts and placing them in inappropriate positions" 3 | description: """ 4 | A SATySFi package that creates charts and places them in inappropriate positions in your document 5 | """ 6 | maintainer: "Mogami Shinichi " 7 | authors: "Mogami Shinichi " 8 | license: "MIT" # Choose what you want 9 | homepage: "https://github.com/monaqa/satysfi-figbox" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-figbox.git" 11 | bug-reports: "https://github.com/monaqa/satysfi-figbox/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.0.7" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0" & < "2"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "figbox" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/satysfi-figbox/archive/v0.1.3.tar.gz" 28 | checksum: [ 29 | "md5=789cdeb2bac391aed088ca56c7d9e266" 30 | "sha512=97efaedc46391fbb47ba15ce70169f8de20fbdd48430c727fbcb2c6e4388ace1ab20ca6c7c8ecb7e6b25e9e9df5aea24cfc02568dd652095b680b1409c9fd72c" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-figbox/satysfi-figbox.0.1.4/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for creating charts and placing them in inappropriate positions" 3 | description: """ 4 | A SATySFi package that creates charts and places them in inappropriate positions in your document 5 | """ 6 | maintainer: "Mogami Shinichi " 7 | authors: "Mogami Shinichi " 8 | license: "MIT" # Choose what you want 9 | homepage: "https://github.com/monaqa/satysfi-figbox" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-figbox.git" 11 | bug-reports: "https://github.com/monaqa/satysfi-figbox/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0" & < "2.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "figbox" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/satysfi-figbox/archive/v0.1.4.tar.gz" 28 | checksum: [ 29 | "md5=c1ef97133c8721fb63d6b22c074039e7" 30 | "sha512=8816a6d9d262a890688beafb2ed1c00b9b4f7eda7f7cb5f9f0da488543d3ec245891dc37bb2d132b15a349ecd0f871c3e2a81022db62c6bb5c6deb603126b82a" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-fonts-bodoni-star/satysfi-fonts-bodoni-star.2.3+satysfi0.0.5/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | index 56d5e11..cff1bef 100644 3 | --- a/Satyristes 4 | +++ b/Satyristes 5 | @@ -5,13 +5,15 @@ 6 | (sources 7 | ((hash "fonts.satysfi-hash" "fonts.satysfi-hash") 8 | (fontDir "Bodoni-master/fonts/otf") 9 | -(file "AUTHORS.txt" "Bodoni-master/AUTHORS.txt") 10 | -(file "CONTRIBUTORS.txt" "Bodoni-master/CONTRIBUTORS.txt") 11 | -(file "DESCRIPTION.en_us.html" "Bodoni-master/DESCRIPTION.en_us.html") 12 | -(file "FONTLOG.txt" "Bodoni-master/FONTLOG.txt") 13 | -(file "LICENSE.md" "Bodoni-master/LICENSE.md") 14 | -(file "OFL.txt" "Bodoni-master/OFL.txt") 15 | -(file "README.md" "Bodoni-master/README.md") 16 | + 17 | +;; Required to add any distributions 18 | +(file "docs/fonts-bodoni-star/AUTHORS.txt" "Bodoni-master/AUTHORS.txt") 19 | +(file "docs/fonts-bodoni-star/CONTRIBUTORS.txt" "Bodoni-master/CONTRIBUTORS.txt") 20 | +(file "docs/fonts-bodoni-star/DESCRIPTION.en_us.html" "Bodoni-master/DESCRIPTION.en_us.html") 21 | +(file "docs/fonts-bodoni-star/FONTLOG.txt" "Bodoni-master/FONTLOG.txt") 22 | +(file "docs/fonts-bodoni-star/LICENSE.md" "Bodoni-master/LICENSE.md") 23 | +(file "docs/fonts-bodoni-star/OFL.txt" "Bodoni-master/OFL.txt") 24 | +(file "docs/fonts-bodoni-star/README.md" "Bodoni-master/README.md") 25 | )) 26 | (opam "satysfi-fonts-bodoni-star.opam")) 27 | 28 | -------------------------------------------------------------------------------- /packages/satysfi-fonts-cormorant/satysfi-fonts-cormorant.3.601+satysfi0.0.5/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | index 64401e7..80135a6 100644 3 | --- a/Satyristes 4 | +++ b/Satyristes 5 | @@ -49,9 +49,11 @@ 6 | (font "CormorantUpright-Medium.ttf" "cormorant/Cormorant_Install_v3.601/1. TrueType Font Files/CormorantUpright-Medium.ttf") 7 | (font "CormorantUpright-Regular.ttf" "cormorant/Cormorant_Install_v3.601/1. TrueType Font Files/CormorantUpright-Regular.ttf") 8 | (font "CormorantUpright-SemiBold.ttf" "cormorant/Cormorant_Install_v3.601/1. TrueType Font Files/CormorantUpright-SemiBold.ttf") 9 | -(file "OFL.txt" "cormorant/Cormorant_Install_v3.601/OFL.txt") 10 | -(file "FONTLOG.txt" "cormorant/Cormorant_Install_v3.601/FONTLOG.txt") 11 | -(file "README.md" "cormorant/Cormorant_Install_v3.601/README.md") 12 | + 13 | +;; Required to add any distributions 14 | +(file "docs/fonts-cormorant/OFL.txt" "cormorant/Cormorant_Install_v3.601/OFL.txt") 15 | +(file "docs/fonts-cormorant/FONTLOG.txt" "cormorant/Cormorant_Install_v3.601/FONTLOG.txt") 16 | +(file "docs/fonts-cormorant/README.md" "cormorant/Cormorant_Install_v3.601/README.md") 17 | )) 18 | (opam "satysfi-fonts-cormorant.opam")) 19 | 20 | -------------------------------------------------------------------------------- /packages/satysfi-footnote-scheme-ext/satysfi-footnote-scheme-ext.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package to have a floating boxes at the bottom of pages" 3 | description: """ 4 | A SATySFi package to have a floating boxes at the bottom of pages. 5 | """ 6 | 7 | maintainer: "Jin Sano " 8 | authors: "Jin Sano " 9 | license: "LGPL-3.0-or-later" 10 | homepage: "https://github.com/sano-jin/satysfi-footnote-scheme-ext" 11 | bug-reports: "https://github.com/sano-jin/satysfi-footnote-scheme-ext/issues" 12 | dev-repo: "git+https://github.com/sano-jin/satysfi-footnote-scheme-ext.git" 13 | 14 | depends: [ 15 | "satysfi" {>= "0.0.5" & < "0.0.8"} 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0" & < "2.0.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "footnote-scheme-ext" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: 28 | "https://github.com/sano-jin/satysfi-footnote-scheme-ext/archive/refs/tags/v0.0.1.tar.gz" 29 | checksum: [ 30 | "md5=1952bb7bb8b9ff6a173514bf609e8223" 31 | "sha512=1b1a09d57465230e0de28af775ee97eb0ed9b01920eafad5bdd427bcbbce00fad016f3dd79c8cdc888bfd26d96b04a1270fbe1dcdfabd702d52666303a54b214" 32 | ] 33 | } 34 | -------------------------------------------------------------------------------- /packages/satysfi-fss-doc/satysfi-fss-doc.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Font selection scheme" 3 | description: """ 4 | Document: Font selection scheme for SATySFi 5 | """ 6 | maintainer: "SAKAMOTO Noriaki " 7 | authors: "SAKAMOTO Noriaki " 8 | license: "LGPL-3.0-or-later" # Choose what you want 9 | homepage: "https://github.com/na4zagin3/satysfi-fss" 10 | dev-repo: "git+https://github.com/na4zagin3/satysfi-fss.git" 11 | bug-reports: "https://github.com/na4zagin3/satysfi-fss/issues" 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.6"} 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 15 | "satysfi-dist" 16 | 17 | # You may want to include the corresponding library 18 | "satysfi-fss" {= "%{version}%"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "fss-doc" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "fss-doc" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/na4zagin3/satysfi-fss/archive/v0.0.1.tar.gz" 34 | checksum: [ 35 | "md5=55916bc44251fe420a82d59cf9fdf01a" 36 | "sha512=e30dd5da75f02b7227ae6791a4ce06317ab245a4e760f34bfa67acbd4db3b518a2c3108347152d266784f42500cd94d7ab1efabe7732e168015396df9ee43098" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-fss/satysfi-fss.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Font selection scheme" 3 | description: """ 4 | Document: Font selection scheme for SATySFi 5 | """ 6 | maintainer: "SAKAMOTO Noriaki " 7 | authors: "SAKAMOTO Noriaki " 8 | license: "LGPL-3.0-or-later" 9 | homepage: "https://github.com/na4zagin3/satysfi-fss" 10 | dev-repo: "git+https://github.com/na4zagin3/satysfi-fss.git" 11 | bug-reports: "https://github.com/na4zagin3/satysfi-fss/issues" 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.6"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | 17 | "satysfi-base" {>= "1.3.0" & < "2"} 18 | "satysfi-fonts-junicode" {>= "1" & < "2"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "fss" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/na4zagin3/satysfi-fss/archive/v0.0.1.tar.gz" 28 | checksum: [ 29 | "md5=55916bc44251fe420a82d59cf9fdf01a" 30 | "sha512=e30dd5da75f02b7227ae6791a4ce06317ab245a4e760f34bfa67acbd4db3b518a2c3108347152d266784f42500cd94d7ab1efabe7732e168015396df9ee43098" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-fss/satysfi-fss.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Font selection scheme" 3 | description: """ 4 | Document: Font selection scheme for SATySFi 5 | """ 6 | maintainer: "SAKAMOTO Noriaki " 7 | authors: "SAKAMOTO Noriaki " 8 | license: "LGPL-3.0-or-later" 9 | homepage: "https://github.com/na4zagin3/satysfi-fss" 10 | dev-repo: "git+https://github.com/na4zagin3/satysfi-fss.git" 11 | bug-reports: "https://github.com/na4zagin3/satysfi-fss/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | 17 | "satysfi-base" {>= "1.3.0" & < "2"} 18 | "satysfi-fonts-junicode" {>= "1" & < "2"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "fss" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "fss" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/na4zagin3/satysfi-fss/archive/v0.2.0.tar.gz" 34 | checksum: [ 35 | "md5=cef9a14088bfed88ef6564aac5fcae48" 36 | "sha512=02540d7704cbd0dd42d012637640280bf47c0494cd8e928f347cdb4fdf1db1b8069775041eadbe2db72aaa7008c28dab588d7adc614e1b9af28d78f855c2f43a" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-image/satysfi-image.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Insert image with SATySFi" 3 | description: """ 4 | Insert image with SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-image" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-image.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-image/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "--name" "image" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "--name" "image" 28 | "--prefix" "%{prefix}%" 29 | "--script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/puripuri2100/SATySFi-image/archive/0.1.0.tar.gz" 33 | checksum: [ 34 | "md5=74074c659938b42a91c94651a671a1ec" 35 | "sha512=ee5735999d27946f3ee1cce8d64574b70aa7e16e720d831c55659668a4674256307d6f0c1598d69c14bbcbe3e0f4669085d546a3671d4a8e24a0d14e94f0b0f1" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-json/satysfi-json.1.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "JSON parser for SATySFi" 3 | description: """ 4 | JSON parser for SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-json" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-json.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-json/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.8" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "json" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "json" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/puripuri2100/SATySFi-json/archive/1.0.1.tar.gz" 34 | checksum: [ 35 | "md5=a7b0814e38596ab8216bd4f3c27607ec" 36 | "sha512=37ad9a6bbaa81cea1e0a79a5114a3f60b4f5c5e6bd3a38784fd2bfd86b4c71616f3a21144e4ae3c10ea7817c9e994da66d1a8c6ca3403de4d5467c00a677ec2e" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-json/satysfi-json.1.1.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "JSON parser for SATySFi" 3 | description: """ 4 | JSON parser for SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-json" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-json.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-json/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "json" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "json" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/puripuri2100/SATySFi-json/archive/1.1.3.tar.gz" 34 | checksum: [ 35 | "md5=dbea91f6193e08b69740826a9b94348e" 36 | "sha512=ba62b643d85a5e3e50ac08b2a0fb344a0cb1cbfc1b1838a6a0d337baee49447e3187f39141a97a0ff0d04ec5370b90a6aad83facea68bc36229333e58cd32ca5" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-karnaugh-doc/satysfi-karnaugh-doc.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Drawing Karnaugh maps in SATySFi" 3 | description: """ 4 | Document: Drawing Karnaugh maps in SATySFi 5 | 6 | This can be installed as a package for SATySFi by Satyrographos. (https://github.com/na4zagin3/satyrographos) 7 | """ 8 | maintainer: "takagiy " 9 | authors: "takagiy " 10 | homepage: "https://github.com/takagiy/satysfi-karnaugh" 11 | bug-reports: "https://github.com/takagiy/satysfi-karnaugh/issues" 12 | dev-repo: "git+https://github.com/takagiy/satysfi-karnaugh.git" 13 | license: "MIT" 14 | depends: [ 15 | "satysfi" { >= "0.0.4" & < "0.1" } 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-karnaugh" {= "0.0.1"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "-name" "karnaugh-doc" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "-name" "karnaugh-doc" 29 | "-prefix" "%{prefix}%" 30 | "-script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | git: "git+https://github.com/takagiy/satysfi-karnaugh.git#ed38a3ec2afa09a383a2b4e9068ece4dd9bba715" 34 | } 35 | -------------------------------------------------------------------------------- /packages/satysfi-karnaugh/satysfi-karnaugh.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Drawing Karnaugh maps in SATySFi" 3 | description: """ 4 | Drawing Karnaugh maps in SATySFi 5 | 6 | This can be installed as a package for SATySFi by Satyrographos. (https://github.com/na4zagin3/satyrographos) 7 | """ 8 | maintainer: "takagiy " 9 | authors: "takagiy " 10 | homepage: "https://github.com/takagiy/satysfi-karnaugh" 11 | bug-reports: "https://github.com/takagiy/satysfi-karnaugh/issues" 12 | dev-repo: "git+https://github.com/takagiy/satysfi-karnaugh.git" 13 | license: "MIT" 14 | depends: [ 15 | "satysfi" { >= "0.0.4" & < "0.1" } 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | ] 18 | build: [] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "karnaugh" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | git: "git+https://github.com/takagiy/satysfi-karnaugh.git#ed38a3ec2afa09a383a2b4e9068ece4dd9bba715" 27 | } 28 | -------------------------------------------------------------------------------- /packages/satysfi-latexcmds-doc/satysfi-latexcmds-doc.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of satysfi-latexcmds" 3 | description: """Document of satysfi-latexcmds""" 4 | maintainer: "Yasuo Ozu " 5 | authors: "Yasuo Ozu " 6 | license: "LGPL-3.0-or-later" 7 | homepage: "https://github.com/yasuo-ozu/satysfi-latexcmds" 8 | bug-reports: "https://github.com/yasuo-ozu/satysfi-latexcmds/issues" 9 | depends: [ 10 | "satysfi" { >= "0.0.5" & < "0.0.8" } 11 | "satysfi-dist" 12 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 13 | "satysfi-latexcmds" {= "%{version}%"} 14 | ] 15 | install: [ 16 | ["satyrographos" "opam" "install" 17 | "--name" "latexcmds-doc" 18 | "--prefix" "%{prefix}%" 19 | "--script" "%{build}%/Satyristes"] 20 | ] 21 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-latexcmds.git" 22 | url { 23 | src: "https://github.com/yasuo-ozu/satysfi-latexcmds/archive/refs/tags/v0.1.0.tar.gz" 24 | checksum: [ 25 | "md5=87dd86a2e53fee536fcdf7b0e0a3dd9b" 26 | "sha512=6d1bee6929fb9f82c83374544fe7f0b50f6c8bd8cc2ed240437c737e65c1de6d55837f7d045b57f380c1e9544ea1561e96d4f2cf313a6a03c62375f747eb872a" 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /packages/satysfi-latexcmds-doc/satysfi-latexcmds-doc.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "LaTeX-like commands in SATySFi" 3 | description: """LaTeX-like commands in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-latexcmds" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-latexcmds/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-latexcmds.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.6" & < "0.1"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "latexcmds-doc" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "latexcmds-doc" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: "https://github.com/yasuo-ozu/satysfi-latexcmds/archive/v0.1.1.tar.gz" 31 | checksum: [ 32 | "md5=3852fb45b205954d04d08dff6451e8ea" 33 | "sha512=678231f882eeb5bdbe8bb5e4e65c33fe3c821fe86efaa14a9277f81cf2e53df8eee3c974432d790004956dc90659e0e55b6bd319fa4f14acd1fb90bdf9760b9c" 34 | ] 35 | } 36 | 37 | -------------------------------------------------------------------------------- /packages/satysfi-latexcmds-doc/satysfi-latexcmds-doc.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "LaTeX-like commands in SATySFi" 3 | description: """LaTeX-like commands in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-latexcmds" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-latexcmds/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-latexcmds.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.6" & < "0.1"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "latexcmds-doc" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "latexcmds-doc" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: "https://github.com/yasuo-ozu/satysfi-latexcmds/archive/v0.1.2.tar.gz" 31 | checksum: [ 32 | "md5=85276ddabdc24dfca2d4b01523f49f5b" 33 | "sha512=750d5b9ef1d5e6b7aa99ef392a121fd72ba957ad64f2d64296aab90de9db6fc0a6e1c0a4c746a6e33d9e7a75726d21a17f914c8aaf78f4d911b057824d88615d" 34 | ] 35 | } 36 | 37 | -------------------------------------------------------------------------------- /packages/satysfi-latexcmds/satysfi-latexcmds.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "LaTeX-like commands in SATySFi" 3 | description: """LaTeX-like commands in SATySFi""" 4 | maintainer: "Yasuo Ozu " 5 | authors: "Yasuo Ozu " 6 | license: "LGPL-3.0-or-later" 7 | homepage: "https://github.com/yasuo-ozu/satysfi-latexcmds" 8 | bug-reports: "https://github.com/yasuo-ozu/satysfi-latexcmds/issues" 9 | depends: [ 10 | "satysfi" { >= "0.0.5" & < "0.0.8" } 11 | "satysfi-dist" 12 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 13 | ] 14 | install: [ 15 | ["satyrographos" "opam" "install" 16 | "--name" "latexcmds" 17 | "--prefix" "%{prefix}%" 18 | "--script" "%{build}%/Satyristes"] 19 | ] 20 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-latexcmds.git" 21 | url { 22 | src: "https://github.com/yasuo-ozu/satysfi-latexcmds/archive/refs/tags/v0.1.0.tar.gz" 23 | checksum: [ 24 | "md5=87dd86a2e53fee536fcdf7b0e0a3dd9b" 25 | "sha512=6d1bee6929fb9f82c83374544fe7f0b50f6c8bd8cc2ed240437c737e65c1de6d55837f7d045b57f380c1e9544ea1561e96d4f2cf313a6a03c62375f747eb872a" 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /packages/satysfi-latexcmds/satysfi-latexcmds.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "LaTeX-like commands in SATySFi" 3 | description: """LaTeX-like commands in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-latexcmds" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-latexcmds/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-latexcmds.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.6" & < "0.1"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "--name" "latexcmds" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/yasuo-ozu/satysfi-latexcmds/archive/v0.1.1.tar.gz" 25 | checksum: [ 26 | "md5=3852fb45b205954d04d08dff6451e8ea" 27 | "sha512=678231f882eeb5bdbe8bb5e4e65c33fe3c821fe86efaa14a9277f81cf2e53df8eee3c974432d790004956dc90659e0e55b6bd319fa4f14acd1fb90bdf9760b9c" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-latexcmds/satysfi-latexcmds.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "LaTeX-like commands in SATySFi" 3 | description: """LaTeX-like commands in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-latexcmds" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-latexcmds/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-latexcmds.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.6" & < "0.1"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "--name" "latexcmds" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/yasuo-ozu/satysfi-latexcmds/archive/v0.1.2.tar.gz" 25 | checksum: [ 26 | "md5=85276ddabdc24dfca2d4b01523f49f5b" 27 | "sha512=750d5b9ef1d5e6b7aa99ef392a121fd72ba957ad64f2d64296aab90de9db6fc0a6e1c0a4c746a6e33d9e7a75726d21a17f914c8aaf78f4d911b057824d88615d" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-lib-dist/satysfi-lib-dist.0.0.3+dev2019.02.10/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-lib-dist" 3 | version: "0.0.3+dev2019.02.10" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | depends: [ 12 | "satysfi-dist" {= "%{version}%"} 13 | ] 14 | synopsis: "DEPRECATED: Install satysfi-dist instead!" 15 | description: """ 16 | DEPRECATED: Install satysfi-dist instead! 17 | 18 | Provides the standard library of SATySFi (dummy package)""" 19 | 20 | messages: [ 21 | "Package satysfi-lib-dist has been renamed with satysfi-dist." 22 | ] 23 | -------------------------------------------------------------------------------- /packages/satysfi-lib-dist/satysfi-lib-dist.0.0.3+dev2019.02.13/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-lib-dist" 3 | version: "0.0.3+dev2019.02.13" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | depends: [ 12 | "satysfi-dist" {= "%{version}%"} 13 | ] 14 | synopsis: "DEPRECATED: Install satysfi-dist instead!" 15 | description: """ 16 | DEPRECATED: Install satysfi-dist instead! 17 | 18 | Provides the standard library of SATySFi (dummy package)""" 19 | 20 | messages: [ 21 | "Package satysfi-lib-dist has been renamed with satysfi-dist." 22 | ] 23 | -------------------------------------------------------------------------------- /packages/satysfi-lib-dist/satysfi-lib-dist.0.0.3+dev2019.03.10/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-lib-dist" 3 | version: "0.0.3+dev2019.03.10" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | depends: [ 12 | "satysfi-dist" {= "%{version}%"} 13 | ] 14 | synopsis: "DEPRECATED: Install satysfi-dist instead!" 15 | description: """ 16 | DEPRECATED: Install satysfi-dist instead! 17 | 18 | Provides the standard library of SATySFi (dummy package)""" 19 | 20 | messages: [ 21 | "Package satysfi-lib-dist has been renamed with satysfi-dist." 22 | ] 23 | -------------------------------------------------------------------------------- /packages/satysfi-lib-dist/satysfi-lib-dist.0.0.3+dev2019.07.14/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-lib-dist" 3 | version: "0.0.3+dev2019.07.14" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | depends: [ 12 | "satysfi-dist" {= "%{version}%"} 13 | ] 14 | synopsis: "DEPRECATED: Install satysfi-dist instead!" 15 | description: """ 16 | DEPRECATED: Install satysfi-dist instead! 17 | 18 | Provides the standard library of SATySFi (dummy package)""" 19 | 20 | messages: [ 21 | "Package satysfi-lib-dist has been renamed with satysfi-dist." 22 | ] 23 | -------------------------------------------------------------------------------- /packages/satysfi-lib-dist/satysfi-lib-dist.0.0.3+dev2019.11.16/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-lib-dist" 3 | version: "0.0.3+dev2019.11.16" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | depends: [ 12 | "satysfi-dist" {= "%{version}%"} 13 | ] 14 | synopsis: "DEPRECATED: Install satysfi-dist instead!" 15 | description: """ 16 | DEPRECATED: Install satysfi-dist instead! 17 | 18 | Provides the standard library of SATySFi (dummy package)""" 19 | 20 | messages: [ 21 | "Package satysfi-lib-dist has been renamed with satysfi-dist." 22 | ] 23 | -------------------------------------------------------------------------------- /packages/satysfi-lib-dist/satysfi-lib-dist.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-lib-dist" 3 | version: "0.0.3" 4 | maintainer: "SAKAMOTO Noriaki " 5 | authors: [ 6 | "gfngfn" 7 | ] 8 | homepage: "https://github.com/gfngfn/SATySFi" 9 | dev-repo: "git+https://github.com/gfngfn/SATySFi.git" 10 | bug-reports: "https://github.com/gfngfn/SATySFi/issues" 11 | build: [ ] 12 | install: [ ] 13 | remove: [ ] 14 | depends: [ 15 | "satysfi-dist" {= "%{version}%"} 16 | ] 17 | synopsis: "DEPRECATED: Install satysfi-dist instead!" 18 | description: """ 19 | DEPRECATED: Install satysfi-dist instead! 20 | 21 | Provides the standard library of SATySFi (dummy package)""" 22 | 23 | messages: [ 24 | "Package satysfi-lib-dist has been renamed with satysfi-dist." 25 | ] 26 | -------------------------------------------------------------------------------- /packages/satysfi-lipsum-doc/satysfi-lipsum-doc.0.2.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: A SATySFi package of dummy text" 3 | description: """Document: A SATySFi package of dummy text.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-lipsum" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-lipsum/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-lipsum.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.4" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-lipsum" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "lipsum-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "lipsum-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/puripuri2100/SATySFi-lipsum/archive/0.2.1.tar.gz" 32 | checksum: [ 33 | "md5=4d133b354a4c0023a4c0d1acd2640f27" 34 | "sha512=459ffd0531194913feb6e47607b2f8e67937bfdd78f7e0571da658b2bfe66515500529acb3a8bc87719e53ef98c77fa43070de838dd19c943db8eadc6a98c3a8" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-lipsum/satysfi-lipsum.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package of dummy text" 3 | description: """A SATySFi package of dummy text.""" 4 | 5 | maintainer: "puripuri2100 " 6 | authors: "puripuri2100 " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-lipsum" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-lipsum/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-lipsum.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.4" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "lipsum" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/SATySFi-lipsum/archive/0.2.0.tar.gz" 25 | checksum: [ 26 | "md5=71ecc18a7ca586d1422452041b6d3d9f" 27 | "sha512=dc1f606ced0c60fb7404d239da9847f989b1fe4d92a13930199f21e1d1bde26850781e22da208494aa0c9dbc503a39614e6c2e8ffc125d49bb2af0eeb875cf67" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-lipsum/satysfi-lipsum.0.2.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package of dummy text" 3 | description: """A SATySFi package of dummy text.""" 4 | 5 | maintainer: "puripuri2100 " 6 | authors: "puripuri2100 " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-lipsum" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-lipsum/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-lipsum.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.4" & < "0.1"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "lipsum" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/SATySFi-lipsum/archive/0.2.1.tar.gz" 25 | checksum: [ 26 | "md5=4d133b354a4c0023a4c0d1acd2640f27" 27 | "sha512=459ffd0531194913feb6e47607b2f8e67937bfdd78f7e0571da658b2bfe66515500529acb3a8bc87719e53ef98c77fa43070de838dd19c943db8eadc6a98c3a8" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-make-html-doc/satysfi-make-html-doc.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Outputting HTML file using SATySFi's text-mode" 3 | description: """Document: Outputting HTML file using SATySFi's text-mode.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-make-html" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-make-html/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-make-html.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | "satysfi-make-html" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "make-html-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "make-html-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/puripuri2100/SATySFiHTML/archive/0.1.1.tar.gz" 32 | checksum: [ 33 | "md5=fac691eca131500d506a24644d65de1a" 34 | "sha512=f9565115eac090f2036a4cf06b1629f9d102a278536bcaf5ae0ac901a235593deb270582aedc60ab281835c3ee8779306d4f417015ea8f75cb8db58b1f865cc7" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-make-html/satysfi-make-html.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-make-html" 3 | synopsis: "Outputting HTML file using SATySFi's text-mode" 4 | description: """outputting HTML file using SATySFi's text-mode.""" 5 | 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-make-html" 10 | bug-reports: "https://github.com/puripuri2100/SATySFi-make-html/issues" 11 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-make-html.git" 12 | 13 | depends: [ 14 | "satysfi" {>= "0.0.3" & < "0.0.7"} 15 | "satysfi-dist" 16 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 17 | ] 18 | build: [ ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "make-html" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-make-html/archive/0.1.0.tar.gz" 27 | } 28 | -------------------------------------------------------------------------------- /packages/satysfi-make-html/satysfi-make-html.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Outputting HTML file using SATySFi's text-mode" 3 | description: """Outputting HTML file using SATySFi's text-mode.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-make-html" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-make-html/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-make-html.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "make-html" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/SATySFiHTML/archive/0.1.1.tar.gz" 25 | checksum: [ 26 | "md5=fac691eca131500d506a24644d65de1a" 27 | "sha512=f9565115eac090f2036a4cf06b1629f9d102a278536bcaf5ae0ac901a235593deb270582aedc60ab281835c3ee8779306d4f417015ea8f75cb8db58b1f865cc7" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-make-latex-doc/satysfi-make-latex-doc.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of make-latex Package" 3 | description: """ 4 | Document of make-latex Package. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-make-latex" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-make-latex.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-make-latex/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | "satysfi-dist" 16 | "satysfi-make-latex" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "make-latex-doc" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "make-latex-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: 32 | "https://github.com/puripuri2100/SATySFi-textmode-latex-packages/archive/0.2.0.tar.gz" 33 | checksum: [ 34 | "md5=9d27ec241cba55d4d726b20c09af8325" 35 | "sha512=121763631562b340d3894585b86e2ffdcf1ecb299d6a86528c81d617e47c5f80e00ace40e10f32d429bcaad64342fcc44513721a61b6c98a10c67038b9866130" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-make-latex/satysfi-make-latex.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Outputting LaTeX file using SATySFi's text-mode" 3 | description: """Outputting LaTeX file using SATySFi's text-mode.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-make-latex" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-make-latex/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-make-latex.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.4"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "--name" "make-latex" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: 25 | "https://github.com/puripuri2100/SATySFi-textmode-latex-packages/archive/0.2.0.tar.gz" 26 | checksum: [ 27 | "md5=9d27ec241cba55d4d726b20c09af8325" 28 | "sha512=121763631562b340d3894585b86e2ffdcf1ecb299d6a86528c81d617e47c5f80e00ace40e10f32d429bcaad64342fcc44513721a61b6c98a10c67038b9866130" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-make-markdown/satysfi-make-markdown.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-make-markdown" 3 | synopsis: "Outputting Markdown file using SATySFi's text-mode" 4 | description: """outputting Markdown file using SATySFi's text-mode.""" 5 | 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-make-markdown" 10 | bug-reports: "https://github.com/puripuri2100/SATySFi-make-markdown/issues" 11 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-make-markdown.git" 12 | 13 | depends: [ 14 | "satysfi" { >= "0.0.3" & < "0.1" } 15 | "satysfi-dist" 16 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 17 | ] 18 | build: [ ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "make-markdown" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-make-markdown/archive/0.1.0.tar.gz" 27 | } 28 | -------------------------------------------------------------------------------- /packages/satysfi-matrix-doc/satysfi-matrix-doc.0.0.1+dev2019.10.15/files/example.patch: -------------------------------------------------------------------------------- 1 | diff --git a/example/main.saty b/example/main.saty 2 | index 88b3dc9..f3c51d8 100644 3 | --- a/example/main.saty 4 | +++ b/example/main.saty 5 | @@ -1,5 +1,5 @@ 6 | @require: stdjareport 7 | -@require: matrix 8 | +@require: matrix/matrix 9 | 10 | document (| 11 | title = {Examples of Matrix Library}; 12 | -------------------------------------------------------------------------------- /packages/satysfi-matrix-doc/satysfi-matrix-doc.0.0.1+dev2019.10.15/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | new file mode 100644 3 | index 0000000..f46ac07 4 | --- /dev/null 5 | +++ b/Satyristes 6 | @@ -0,0 +1,23 @@ 7 | +(version "0.0.2") 8 | +(library 9 | + (name "matrix") 10 | + (version "0.0.1") 11 | + (sources 12 | + ((package "matrix.satyh" "./matrix.satyh"))) 13 | + (opam "satysfi-matrix.opam")) 14 | +(libraryDoc 15 | + (name "matrix-doc") 16 | + (version "0.2") 17 | + (workingDirectory "example") 18 | + (build 19 | + ((satysfi "main.saty" "-o" "main.pdf"))) 20 | + (sources 21 | + ((doc "example/main.saty" "example/main.saty") 22 | + (doc "example/main.pdf" "example/main.pdf") 23 | + (doc "CHANGELOG.md" "./CHANGELOG.md") 24 | + (doc "LICENSE" "./LICENSE") 25 | + (doc "README-ja.md" "./README-ja.md") 26 | + (doc "README.md" "./README.md") 27 | + (doc "doc/img/sample_matrix.png" "./doc/img/sample_matrix.png"))) 28 | + (opam "satysfi-matrix-doc.opam") 29 | + (dependencies ((matrix ())))) 30 | -------------------------------------------------------------------------------- /packages/satysfi-matrix/satysfi-matrix.0.0.1+dev2019.10.15/files/example.patch: -------------------------------------------------------------------------------- 1 | diff --git a/example/main.saty b/example/main.saty 2 | index 88b3dc9..f3c51d8 100644 3 | --- a/example/main.saty 4 | +++ b/example/main.saty 5 | @@ -1,5 +1,5 @@ 6 | @require: stdjareport 7 | -@require: matrix 8 | +@require: matrix/matrix 9 | 10 | document (| 11 | title = {Examples of Matrix Library}; 12 | -------------------------------------------------------------------------------- /packages/satysfi-matrix/satysfi-matrix.0.0.1+dev2019.10.15/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | new file mode 100644 3 | index 0000000..f46ac07 4 | --- /dev/null 5 | +++ b/Satyristes 6 | @@ -0,0 +1,23 @@ 7 | +(version "0.0.2") 8 | +(library 9 | + (name "matrix") 10 | + (version "0.0.1") 11 | + (sources 12 | + ((package "matrix.satyh" "./matrix.satyh"))) 13 | + (opam "satysfi-matrix.opam")) 14 | +(libraryDoc 15 | + (name "matrix-doc") 16 | + (version "0.2") 17 | + (workingDirectory "example") 18 | + (build 19 | + ((satysfi "main.saty" "-o" "main.pdf"))) 20 | + (sources 21 | + ((doc "example/main.saty" "example/main.saty") 22 | + (doc "example/main.pdf" "example/main.pdf") 23 | + (doc "CHANGELOG.md" "./CHANGELOG.md") 24 | + (doc "LICENSE" "./LICENSE") 25 | + (doc "README-ja.md" "./README-ja.md") 26 | + (doc "README.md" "./README.md") 27 | + (doc "doc/img/sample_matrix.png" "./doc/img/sample_matrix.png"))) 28 | + (opam "satysfi-matrix-doc.opam") 29 | + (dependencies ((matrix ())))) 30 | -------------------------------------------------------------------------------- /packages/satysfi-matrixcd-doc/satysfi-matrixcd-doc.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of MatrixCD" 3 | description: """Document of MatrixCD package""" 4 | authors: "Noriyuki Abe" 5 | maintainer: "Noriyuki Abe" 6 | homepage: "https://github.com/abenori/satysfi-matrixcd/" 7 | bug-reports: "https://github.com/abenori/satysfi-matrixcd/issues" 8 | dev-repo: "git+https://github.com/abenori/satysfi-matrixcd.git" 9 | license: "MIT" 10 | depends: [ 11 | "satysfi" {>= "0.0.6" & < "0.1"} 12 | "satysfi-base" {>= "1.3.0" & < "2.0"} 13 | "satyrographos" {>= "0.0.2.0" & < "0.0.3"} 14 | "satysfi-dist" 15 | "satysfi-matrixcd" {= "%{version}%"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "matrixcd-doc" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "matrixcd-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/abenori/satysfi-matrixcd/archive/0.1.0.tar.gz" 32 | checksum: [ 33 | "md5=5e013e5e323c28e2b88c673deaaf4a26" 34 | "sha512=efe63e475bc51fb966c7cabaa9bf724a855e34e4014f34cd88752927cdbc222889f6cb9d41fe76d1c05438f315e9a73c4e36ff67b0943d2cfa1e133cf90e7857" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-matrixcd/satysfi-matrixcd.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A package for SATySFi to draw commutative diagrams" 3 | authors: "Noriyuki Abe" 4 | maintainer: "Noriyuki Abe" 5 | homepage: "https://github.com/abenori/satysfi-matrixcd/" 6 | bug-reports: "https://github.com/abenori/satysfi-matrixcd/issues" 7 | dev-repo: "git+https://github.com/abenori/satysfi-matrixcd.git" 8 | license: "BSD-2-Clause-FreeBSD" 9 | depends: [ 10 | "satysfi" {>= "0.0.4" & < "0.0.6"} 11 | "satysfi-base" {= "1.3.0"} 12 | "satysfi-dist" 13 | "satyrographos" {>= "0.0.2.0" & < "0.0.3.0"} 14 | ] 15 | install: [ 16 | ["satyrographos" "opam" "install" 17 | "-name" "matrixcd" 18 | "-prefix" "%{prefix}%" 19 | "-script" "%{build}%/Satyristes"] 20 | ] 21 | url { 22 | src: "https://github.com/abenori/satysfi-matrixcd/archive/0.0.1.tar.gz" 23 | checksum: [ 24 | "md5=43193240a1a3d698f8ffe18ce8d2f995" 25 | "sha512=9320f659efd4f4b8fd05248cddb8d1be3a7e6c5bb7b38228a5ab5b0347c756984870aec98ef76bf45c384f9cb77a669a270d7893462eb4aad2dc2469b8c6c3bf" 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /packages/satysfi-matrixcd/satysfi-matrixcd.0.0.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A package for SATySFi to draw commutative diagrams" 3 | authors: "Noriyuki Abe" 4 | maintainer: "Noriyuki Abe" 5 | homepage: "https://github.com/abenori/satysfi-matrixcd/" 6 | bug-reports: "https://github.com/abenori/satysfi-matrixcd/issues" 7 | dev-repo: "git+https://github.com/abenori/satysfi-matrixcd.git" 8 | license: "BSD-2-Clause-FreeBSD" 9 | depends: [ 10 | "satysfi" {>= "0.0.4" & < "0.0.7"} 11 | "satysfi-dist" 12 | "satysfi-base" {>= "1.3.0" & < "2.0.0"} 13 | "satyrographos" {>= "0.0.2.0" & < "0.0.3.0"} 14 | ] 15 | install: [ 16 | ["satyrographos" "opam" "install" 17 | "-name" "matrixcd" 18 | "-prefix" "%{prefix}%" 19 | "-script" "%{build}%/Satyristes"] 20 | ] 21 | url { 22 | src: "https://github.com/abenori/satysfi-matrixcd/archive/0.0.2.tar.gz" 23 | checksum: [ 24 | "md5=28c97c0a39a8782f67a62cc594eecdba" 25 | "sha512=50a364cea62ef581bd2d271642eb9f38520d164ec9cbb1ffe699e00d33230db4b686f99f47b7420fc698d226e1687b3c51d7242dbeb0ddc28ea023bb6c1d2897" 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /packages/satysfi-matrixcd/satysfi-matrixcd.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A package for SATySFi to draw commutative diagrams" 3 | authors: "Noriyuki Abe" 4 | maintainer: "Noriyuki Abe" 5 | homepage: "https://github.com/abenori/satysfi-matrixcd/" 6 | bug-reports: "https://github.com/abenori/satysfi-matrixcd/issues" 7 | dev-repo: "git+https://github.com/abenori/satysfi-matrixcd.git" 8 | license: "BSD-2-Clause-FreeBSD" 9 | depends: [ 10 | "satysfi" { >= "0.0.6" & < "0.0.8" } 11 | "satysfi-base" {>= "1.3.0" & < "1.5.0"} 12 | "satyrographos" {>= "0.0.2.0" & < "0.0.3.0"} 13 | ] 14 | install: [ 15 | ["satyrographos" "opam" "install" 16 | "-name" "matrixcd" 17 | "-prefix" "%{prefix}%" 18 | "-script" "%{build}%/Satyristes"] 19 | ] 20 | url { 21 | src: "https://github.com/abenori/satysfi-matrixcd/archive/0.0.3.tar.gz" 22 | checksum: [ 23 | "md5=066a0244d90780dd1477f22afcf47001" 24 | "sha512=2d11c10e6b618c578b48287fd3d84eafa85c4a35d0cb558fbe5b5500dabf6caf4060bf3df78b73993b9dec503576411323f9e309757fae970d176eb46ea7cf99" 25 | ] 26 | } 27 | -------------------------------------------------------------------------------- /packages/satysfi-matrixcd/satysfi-matrixcd.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A package for SATySFi to draw commutative diagrams" 3 | description: """A package for SATySFi to draw commutative diagrams""" 4 | authors: "Noriyuki Abe" 5 | maintainer: "Noriyuki Abe" 6 | homepage: "https://github.com/abenori/satysfi-matrixcd/" 7 | bug-reports: "https://github.com/abenori/satysfi-matrixcd/issues" 8 | dev-repo: "git+https://github.com/abenori/satysfi-matrixcd.git" 9 | license: "MIT" 10 | depends: [ 11 | "satysfi" {>= "0.0.6" & < "0.1"} 12 | "satysfi-dist" 13 | "satysfi-base" {>= "1.3.0" & < "2.0"} 14 | "satyrographos" {>= "0.0.2.0" & < "0.0.3"} 15 | ] 16 | build: [ 17 | ["satyrographos" "opam" "build" 18 | "--name" "matrixcd" 19 | "--prefix" "%{prefix}%" 20 | "--script" "%{build}%/Satyristes"] 21 | ] 22 | 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "matrixcd" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: "https://github.com/abenori/satysfi-matrixcd/archive/0.1.0.tar.gz" 31 | checksum: [ 32 | "md5=5e013e5e323c28e2b88c673deaaf4a26" 33 | "sha512=efe63e475bc51fb966c7cabaa9bf724a855e34e4014f34cd88752927cdbc222889f6cb9d41fe76d1c05438f315e9a73c4e36ff67b0943d2cfa1e133cf90e7857" 34 | ] 35 | } 36 | -------------------------------------------------------------------------------- /packages/satysfi-md2latex-doc/satysfi-md2latex-doc.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of md2latex Package" 3 | description: """ 4 | Document of md2latex Package. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-md2latex" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-md2latex.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-md2latex/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.10" & < "0.0.3" } 15 | "satysfi-dist" 16 | "satysfi-md2latex" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "md2latex-doc" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "md2latex-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: 32 | "https://github.com/puripuri2100/SATySFi-md2latex/archive/0.0.3.tar.gz" 33 | checksum: [ 34 | "md5=3923f46f547d81f82f8e5a70c17ab2d1" 35 | "sha512=c1390d51922387f8b1e830c84095fe55e0fcce2de4dd573ac8766778e4e8b0f29427fefc9bf7fc021b70117443102b7dab77de95c22539c3663cba84b906b9e1" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-md2latex/satysfi-md2latex.0.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Convert Markdown to LaTeX with SATySFi" 3 | description: """ 4 | Convert Markdown to LaTeX with SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-md2latex" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-md2latex.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-md2latex/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.10" & < "0.0.3" } 15 | "satysfi-dist" 16 | "satysfi-make-latex" {>= "0.2.0" & < "0.3.0"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "--name" "md2latex" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: 26 | "https://github.com/puripuri2100/SATySFi-md2latex/archive/0.0.3.tar.gz" 27 | checksum: [ 28 | "md5=3923f46f547d81f82f8e5a70c17ab2d1" 29 | "sha512=c1390d51922387f8b1e830c84095fe55e0fcce2de4dd573ac8766778e4e8b0f29427fefc9bf7fc021b70117443102b7dab77de95c22539c3663cba84b906b9e1" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-musikui-doc/satysfi-musikui-doc.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Easy expression of arithmetical restorations with SATySFi" 3 | description: """Document: Easy expression of arithmetical restorations with SATySFi.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/musikui.satyh" 9 | bug-reports: "https://github.com/puripuri2100/musikui.satyh/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/musikui.satyh.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.4" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | "satysfi-musikui" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "musikui-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "musikui-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/puripuri2100/musikui.satyh/archive/0.1.1.tar.gz" 32 | checksum: [ 33 | "md5=3e14e24634c2f23d1c223917dff1901f" 34 | "sha512=d6dfe43a52083bf3d86cdc817ebf62160ec1619e3616602073bca52f83ecde4e03c71c8d8a737abf86e12f533976e1baa6ad5e70cc42779c99ada1a6826e0da3" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-musikui/satysfi-musikui.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Easy expression of arithmetical restorations with SATySFi" 3 | description: """Easy expression of arithmetical restorations with SATySFi""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/musikui.satyh" 9 | bug-reports: "https://github.com/puripuri2100/musikui.satyh/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/musikui.satyh.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.4" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "musikui" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/musikui.satyh/archive/0.1.0.tar.gz" 25 | checksum: [ 26 | "md5=d5bcdb35278d970489792a83e096a7ab" 27 | "sha512=0ce3f0cf017d1854c950a2e8e7c4c24b86723e04363093e5e807922613488b9997f9bbeb59dc96f575cc7e09fc39c40829159124c28ad8020a53f573f58d747c" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-musikui/satysfi-musikui.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Easy expression of arithmetical restorations with SATySFi" 3 | description: """Easy expression of arithmetical restorations with SATySFi.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/musikui.satyh" 9 | bug-reports: "https://github.com/puripuri2100/musikui.satyh/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/musikui.satyh.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.4" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "musikui" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/musikui.satyh/archive/0.1.1.tar.gz" 25 | checksum: [ 26 | "md5=3e14e24634c2f23d1c223917dff1901f" 27 | "sha512=d6dfe43a52083bf3d86cdc817ebf62160ec1619e3616602073bca52f83ecde4e03c71c8d8a737abf86e12f533976e1baa6ad5e70cc42779c99ada1a6826e0da3" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-ncsq/satysfi-ncsq.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi package for drawing rectangular diagrams" 3 | description: """ 4 | Non-Commutative Squares (NCSq) is a SATySFi package for drawing rectangular diagrams. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-ncsq" 12 | bug-reports: "https://github.com/uemurax/satysfi-ncsq/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-ncsq.git" 14 | depends: [ 15 | "satysfi" {>= "0.0.5" & < "0.0.6"} 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.2.1" & < "2.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "ncsq" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/uemurax/satysfi-ncsq/archive/0.0.1.tar.gz" 28 | checksum: [ 29 | "md5=dd72b2bf2c53f0742810b64ab5683d79" 30 | "sha512=481f98bac265d8a393e3d9d20b068d03aef5f575f4b6f0b9ee6ffd4f8290c5a713e7514d2481d9b320cdf5ed284458feacc92aaa63d5b24fb51ee4257f873163" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-ncsq/satysfi-ncsq.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi package for drawing rectangular diagrams" 3 | description: """ 4 | Non-Commutative Squares (NCSq) is a SATySFi package for drawing rectangular diagrams. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-ncsq" 12 | bug-reports: "https://github.com/uemurax/satysfi-ncsq/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-ncsq.git" 14 | depends: [ 15 | "satysfi" {>= "0.0.5" & < "0.0.6"} 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.2.1" & < "2.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "ncsq" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/uemurax/satysfi-ncsq/archive/0.1.0.tar.gz" 28 | checksum: [ 29 | "md5=4dc2a618dd46b8f7daa398180e188797" 30 | "sha512=fdcbe3b3aee8887289a2ef7248da9d89820b3cfc576f84f66096099c646c24e27168469d0da3faf48c8fe536a53fb43ab303b4b1c45539b889b170e540bcf1cb" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-ncsq/satysfi-ncsq.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi package for drawing rectangular diagrams" 3 | description: """ 4 | Non-Commutative Squares (NCSq) is a SATySFi package for drawing rectangular diagrams. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-ncsq" 12 | bug-reports: "https://github.com/uemurax/satysfi-ncsq/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-ncsq.git" 14 | depends: [ 15 | "satysfi" {>= "0.0.5" & < "0.0.6"} 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.2.1" & < "2.0"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "ncsq" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/uemurax/satysfi-ncsq/archive/0.2.0.tar.gz" 28 | checksum: [ 29 | "md5=286574851eb96b3506609c2fa8a22485" 30 | "sha512=f4efeb72c70ecbf6cfc68adf86907f393271781432ed1e4bbb5f530e5faa72a821e4bcea0b28a6234bf6cb0ffb3fc9cbfbab3f7ba8a4464b3cdbaa01be4388b9" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-ncsq/satysfi-ncsq.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi package for drawing rectangular diagrams" 3 | description: """ 4 | Non-Commutative Squares (NCSq) is a SATySFi package for drawing rectangular diagrams. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-ncsq" 12 | bug-reports: "https://github.com/uemurax/satysfi-ncsq/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-ncsq.git" 14 | depends: [ 15 | "satysfi" {>= "0.0.5" & < "0.0.6"} 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.2.1"} 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "-name" "ncsq" 23 | "-prefix" "%{prefix}%" 24 | "-script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/uemurax/satysfi-ncsq/archive/1.0.0.tar.gz" 28 | checksum: [ 29 | "md5=5e53703789398541d9a48c6ef20d5c44" 30 | "sha512=701d2ed3bfdc240d1e552398d18958f5031d09f20ad00673a05bc6602278f4b3caff4191ff8c56d76c6949d8388d87e99951083f91d109b6c08433a0d9b558e0" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-ncsq/satysfi-ncsq.2.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi package for drawing rectangular diagrams" 3 | description: """ 4 | Non-Commutative Squares (NCSq) is a SATySFi package for drawing rectangular diagrams. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-ncsq" 12 | bug-reports: "https://github.com/uemurax/satysfi-ncsq/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-ncsq.git" 14 | depends: [ 15 | "satysfi" {>= "0.0.5" & < "0.0.6"} 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.2.1" & < "2.0"} 19 | "satysfi-zrbase" {>= "0.4.0"} 20 | ] 21 | install: [ 22 | ["satyrographos" "opam" "install" 23 | "-name" "ncsq" 24 | "-prefix" "%{prefix}%" 25 | "-script" "%{build}%/Satyristes"] 26 | ] 27 | url { 28 | src: "https://github.com/uemurax/satysfi-ncsq/archive/2.0.0.tar.gz" 29 | checksum: [ 30 | "md5=3112987789d89d6686f06f6481e36f2d" 31 | "sha512=a58c5a97d82fda1c25951b27f9550096fb9f21b86edfb7f7d368d1bd64af6e50cca160a8512f155710a90a389f2f321a3026b543ace05ccb6015cf09033075b2" 32 | ] 33 | } 34 | -------------------------------------------------------------------------------- /packages/satysfi-ncsq/satysfi-ncsq.2.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi package for drawing rectangular diagrams" 3 | description: """ 4 | Non-Commutative Squares (NCSq) is a SATySFi package for drawing rectangular diagrams. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Taichi Uemura " 9 | authors: "Taichi Uemura " 10 | license: "MIT" 11 | homepage: "https://github.com/uemurax/satysfi-ncsq" 12 | bug-reports: "https://github.com/uemurax/satysfi-ncsq/issues" 13 | dev-repo: "git+https://github.com/uemurax/satysfi-ncsq.git" 14 | depends: [ 15 | "satysfi" { >= "0.0.5" & < "0.1" } 16 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.2.1" & < "2.0"} 19 | "satysfi-zrbase" {>= "0.4.0"} 20 | "satysfi-arrows" {>= "0.1.0"} 21 | ] 22 | install: [ 23 | ["satyrographos" "opam" "install" 24 | "-name" "ncsq" 25 | "-prefix" "%{prefix}%" 26 | "-script" "%{build}%/Satyristes"] 27 | ] 28 | url { 29 | src: "https://github.com/uemurax/satysfi-ncsq/archive/2.1.0.tar.gz" 30 | checksum: [ 31 | "md5=d90b25c3ca8ae11f9e7a3ad46b379791" 32 | "sha512=4b973598a3c8952311e9636216e85880c5df8a257ad61ab28e5a17bbaa805f4d96bd4c25c685ab5f5ea945b0f078140c4888f856de4d54ce80cf1824d089b9e6" 33 | ] 34 | } 35 | -------------------------------------------------------------------------------- /packages/satysfi-num-conversion/satysfi-num-conversion.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Convert numbers to the following notation" 3 | description: """Convert numbers to the following notation""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-num-conversion" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-num-conversion/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-num-conversion.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.4+dev2020.02.22" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-base" {>= "1.0.0" & < "2"} 16 | ] 17 | build: [ ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "num-conversion" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/puripuri2100/SATySFi-num-conversion/archive/0.1.1.tar.gz" 26 | } 27 | -------------------------------------------------------------------------------- /packages/satysfi-num-conversion/satysfi-num-conversion.0.1.4/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Convert numbers to the following notation" 3 | description: """Convert numbers to the following notation.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-num-conversion" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-num-conversion/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-num-conversion.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 15 | "satysfi-base" {>= "1.0.0"} 16 | "satysfi-dist" 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "--name" "num-conversion" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: 26 | "https://github.com/puripuri2100/SATySFi-num-conversion/archive/0.1.4.tar.gz" 27 | checksum: [ 28 | "md5=27268c44b26417064fbd7815b3e04ed9" 29 | "sha512=bf69ed3984a0e9007aeff57eb5736e44d48fcdcee48755cfe2c88fe7329857bca4cf4343f4df0ce4d0e7905ce2e117cfa8a83f07320f287271f80fcd5fb0abc9" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-pagenumber-doc/satysfi-pagenumber-doc.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of A package PageNumber" 3 | description: """Document of A package PageNumber""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "BSD-2-Clause-FreeBSD" 7 | homepage: "https://github.com/abenori/satysfi-pagenumber" 8 | dev-repo: "git+https://github.com/abenori/satysfi-pagenumber.git" 9 | bug-reports: "https://github.com/abenori/satysfi-pagenumber/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.5" & < "0.1" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | "satysfi-dist" 14 | "satysfi-pagenumber" {= "%{version}%"} 15 | ] 16 | build: [ 17 | ["satyrographos" "opam" "build" 18 | "--name" "pagenumber-doc" 19 | "--prefix" "%{prefix}%" 20 | "--script" "%{build}%/Satyristes"] 21 | ] 22 | install: [ 23 | ["satyrographos" "opam" "install" 24 | "--name" "pagenumber-doc" 25 | "--prefix" "%{prefix}%" 26 | "--script" "%{build}%/Satyristes"] 27 | ] 28 | url { 29 | src: "https://github.com/abenori/satysfi-pagenumber/archive/1.0.0.tar.gz" 30 | checksum: [ 31 | "md5=f5036a3ba47969d87bf7e5d0f316e70d" 32 | "sha512=17f3a80ecdaf7d102cfaa5a5670409effcfb0c6ce8bf4a98fbe7e6fcbab7e17af0fd9986c8a7d4e7a4df30ba1f1887c3a4a96bdc00fa8635a3c5cd35c656ff09" 33 | ] 34 | } 35 | -------------------------------------------------------------------------------- /packages/satysfi-pagenumber/satysfi-pagenumber.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package for number of pages" 3 | description: """A SATySFi package for number of pages""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "BSD-2-Clause-FreeBSD" 7 | homepage: "https://github.com/abenori/satysfi-pagenumber" 8 | dev-repo: "git+https://github.com/abenori/satysfi-pagenumber.git" 9 | bug-reports: "https://github.com/abenori/satysfi-pagenumber/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.5" & < "0.1" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | "satysfi-base" { >= "1.4.0" & < "2.0.0" } 14 | "satysfi-dist" 15 | 16 | # If your library depends on other libraries, please write down here 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "pagenumber" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "pagenumber" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/abenori/satysfi-pagenumber/archive/1.0.0.tar.gz" 32 | checksum: [ 33 | "md5=f5036a3ba47969d87bf7e5d0f316e70d" 34 | "sha512=17f3a80ecdaf7d102cfaa5a5670409effcfb0c6ce8bf4a98fbe7e6fcbab7e17af0fd9986c8a7d4e7a4df30ba1f1887c3a4a96bdc00fa8635a3c5cd35c656ff09" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-pagestyle-doc/satysfi-pagestyle-doc.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of satysfi-pagestyle" 3 | description: """Document for PageStyle package""" 4 | maintainer: "Noriyuki Abe" 5 | authors: "Noriyuki Abe" 6 | license: "BSD-2-Clause-FreeBSD" 7 | homepage: "https://github.com/abenori/satysfi-pagestyle" 8 | dev-repo: "git+https://github.com/abenori/satysfi-pagestyle.git" 9 | bug-reports: "https://github.com/abenori/satysfi-pagestyle/issues" 10 | depends: [ 11 | "satysfi" { >= "0.0.5" & < "0.1" } 12 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 13 | "satysfi-dist" 14 | 15 | "satysfi-pagestyle" {= "%{version}%"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "pagestyle-doc" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "pagestyle-doc" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: "https://github.com/abenori/satysfi-pagestyle/archive/1.0.0.tar.gz" 31 | checksum: [ 32 | "md5=0191f7456ce9392170b11e81b94ecb5b" 33 | "sha512=93af5c4cf94e656988fa61d78d7a63a9385c0baab3fc68f9a04e60a0453648ee5b53156eff2608ccc9fc762eb4ab43153e88f4a4172606208cf526dc15fbbe4e" 34 | ] 35 | } 36 | -------------------------------------------------------------------------------- /packages/satysfi-parallel-doc/satysfi-parallel-doc.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Typesetting two texts in parallel" 3 | description: """Typesetting two texts in parallel""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: "Masaki Waga " 7 | license: "MIT" 8 | homepage: "https://github.com/MasWag/satysfi-parallel" 9 | bug-reports: "https://github.com/MasWag/satysfi-parallel/issues" 10 | dev-repo: "git+https://github.com/MasWag/satysfi-parallel.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "parallel-doc" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "parallel-doc" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: 31 | "https://github.com/MasWag/satysfi-parallel/releases/download/v0.1.0/package.tar.gz" 32 | checksum: [ 33 | "md5=a58d2d0ea09305448b59f8da39b0b02a" 34 | "sha512=78edf74004ffcea84d35b8719115ed41c2c81341533339c987e5576e0dbd83c23a3ec62a720c9f8b7782b0bcaf05f41b92ab1f1db031decead9feb55a4959834" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-parallel-doc/satysfi-parallel-doc.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Typesetting two texts in parallel" 3 | description: """Typesetting two texts in parallel""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: "Masaki Waga " 7 | license: "MIT" 8 | homepage: "https://github.com/MasWag/satysfi-parallel" 9 | bug-reports: "https://github.com/MasWag/satysfi-parallel/issues" 10 | dev-repo: "git+https://github.com/MasWag/satysfi-parallel.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "parallel-doc" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "parallel-doc" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: 31 | "https://github.com/MasWag/satysfi-parallel/releases/download/v0.2.0/package.tar.gz" 32 | checksum: [ 33 | "md5=dd786870e65e5c47b051c5299d2ed766" 34 | "sha512=2d23af2e19bae5b02d793f60edfc33fd72a129e5f12fbaaa6ce59fc9b219c1790bdce2078e7afaff1691b8e7c128ea2bdd1e47b9d9b8fd1619591cacb747e871" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-parallel/satysfi-parallel.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Typesetting two texts in parallel" 3 | description: """Typesetting two texts in parallel""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: "Masaki Waga " 7 | license: "MIT" 8 | homepage: "https://github.com/MasWag/satysfi-parallel" 9 | bug-reports: "https://github.com/MasWag/satysfi-parallel/issues" 10 | dev-repo: "git+https://github.com/MasWag/satysfi-parallel.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "parallel" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "parallel" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: 31 | "https://github.com/MasWag/satysfi-parallel/releases/download/v0.1.0/package.tar.gz" 32 | checksum: [ 33 | "md5=a58d2d0ea09305448b59f8da39b0b02a" 34 | "sha512=78edf74004ffcea84d35b8719115ed41c2c81341533339c987e5576e0dbd83c23a3ec62a720c9f8b7782b0bcaf05f41b92ab1f1db031decead9feb55a4959834" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-parallel/satysfi-parallel.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Typesetting two texts in parallel" 3 | description: """Typesetting two texts in parallel""" 4 | 5 | maintainer: "Masaki Waga " 6 | authors: "Masaki Waga " 7 | license: "MIT" 8 | homepage: "https://github.com/MasWag/satysfi-parallel" 9 | bug-reports: "https://github.com/MasWag/satysfi-parallel/issues" 10 | dev-repo: "git+https://github.com/MasWag/satysfi-parallel.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | build: [ 18 | ["satyrographos" "opam" "build" 19 | "--name" "parallel" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | install: [ 24 | ["satyrographos" "opam" "install" 25 | "--name" "parallel" 26 | "--prefix" "%{prefix}%" 27 | "--script" "%{build}%/Satyristes"] 28 | ] 29 | url { 30 | src: 31 | "https://github.com/MasWag/satysfi-parallel/releases/download/v0.2.0/package.tar.gz" 32 | checksum: [ 33 | "md5=dd786870e65e5c47b051c5299d2ed766" 34 | "sha512=2d23af2e19bae5b02d793f60edfc33fd72a129e5f12fbaaa6ce59fc9b219c1790bdce2078e7afaff1691b8e7c128ea2bdd1e47b9d9b8fd1619591cacb747e871" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-quotation/satysfi-quotation.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package of quoting" 3 | description: """ 4 | A SATySFi package of quoting. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-quotation" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-quotation.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-quotation/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.4" & < "0.0.6" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "--name" "quotation" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: 27 | "https://github.com/puripuri2100/SATySFi-quotation/archive/0.1.0.tar.gz" 28 | checksum: [ 29 | "md5=161cec211e95b00b90d61bdbbc39a5d2" 30 | "sha512=03021a4244df8cfba5719643c8711841ccb7dd5c488a3d92aa5e4dcb30268c3da46767ce3a0f71af9d67367daa472fb4d8b1497ae862fe17288f9db06f0dc4c9" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-quotation/satysfi-quotation.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A SATySFi package of quoting" 3 | description: """ 4 | A SATySFi package of quoting. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-quotation" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-quotation.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-quotation/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.4" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "--name" "quotation" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: 27 | "https://github.com/puripuri2100/SATySFi-quotation/archive/0.2.0.tar.gz" 28 | checksum: [ 29 | "md5=9fd8ed425f20c5ba7a6b6cd39b420910" 30 | "sha512=3f4232267e776f03ed8d3ac590b6c806177d521ee87d31a68b1c12e0d852f7f02b28eeb843861a5c9499465c796e873ccd307a5f76a25bb1cbff735c8b24a2d9" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-railway/satysfi-railway.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Drawing library for SATySFi" 3 | description: """ 4 | Drawing library for SATySFi. 5 | """ 6 | maintainer: "Shinichi Mogami " 7 | authors: "Shinichi Mogami " 8 | license: "MIT" 9 | homepage: "https://github.com/monaqa/satysfi-railway" 10 | dev-repo: "git+https://github.com/monaqa/satysfi-railway.git" 11 | bug-reports: "https://github.com/monaqa/satysfi-railway/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" { >= "1.4.0" & < "2.0.0" } 19 | ] 20 | install: [ 21 | ["satyrographos" "opam" "install" 22 | "--name" "railway" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | url { 27 | src: "https://github.com/monaqa/satysfi-railway/archive/v0.1.0.tar.gz" 28 | checksum: [ 29 | "md5=44ef0a9c9f012d407d27b6bbff657099" 30 | "sha512=747dac385bf2105cb86adace431f734cee898692c8eaa0ca57776a968fe107b3e0503c29216eedf7e68aadbd55f12d1017b37313c3b56d004c5d549f440f829e" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-ruby-doc/satysfi-ruby-doc.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Japanese-style ruby in SATySFi" 3 | description: """Japanese-style ruby in SATySFi.""" 4 | 5 | maintainer: "puripuri2100 " 6 | authors: "puripuri2100 " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-ruby" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-ruby/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-ruby.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.1" & < "0.0.6"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-ruby" {"%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "ruby-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "ruby-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/puripuri2100/SATySFi-ruby/archive/0.1.1.tar.gz" 32 | checksum: [ 33 | "md5=935b64abb374d5ec2148dc0086e8f2b4" 34 | "sha512=ac9b85e74c56fd69b0d49f1d2b230e9ba7f810ec9134df15a9ea40bd46eb294b0903c33962444a0998c64877b6faf0d912c48deb42c4a183c01cb6c5d2f5e0f4" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-ruby-doc/satysfi-ruby-doc.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Japanese-style ruby in SATySFi" 3 | description: """Japanese-style ruby in SATySFi.""" 4 | 5 | maintainer: "puripuri2100 " 6 | authors: "puripuri2100 " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-ruby" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-ruby/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-ruby.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.1" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | "satysfi-ruby" {"%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "ruby-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "ruby-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/puripuri2100/SATySFi-ruby/archive/0.1.2.tar.gz" 32 | checksum: [ 33 | "md5=f7d79cc7bc45280d4869993f1ccebbb0" 34 | "sha512=ff308d47163f32d22df9143c9066b019b105f34b3a3f0ba061f70a8f9d731f782dcdbda32068cd2aa13715020d8997ae298dc45c29a004afc09a116b02f5a538" 35 | ] 36 | } 37 | -------------------------------------------------------------------------------- /packages/satysfi-ruby/satysfi-ruby.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Japanese-style ruby in SATySFi" 3 | description: """Japanese-style ruby in SATySFi.""" 4 | 5 | maintainer: "puripuri2100 " 6 | authors: "puripuri2100 " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-ruby" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-ruby/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-ruby.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.1" & < "0.0.6"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "ruby" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/SATySFi-ruby/archive/0.1.1.tar.gz" 25 | checksum: [ 26 | "md5=935b64abb374d5ec2148dc0086e8f2b4" 27 | "sha512=ac9b85e74c56fd69b0d49f1d2b230e9ba7f810ec9134df15a9ea40bd46eb294b0903c33962444a0998c64877b6faf0d912c48deb42c4a183c01cb6c5d2f5e0f4" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-ruby/satysfi-ruby.0.1.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Japanese-style ruby in SATySFi" 3 | description: """Japanese-style ruby in SATySFi.""" 4 | 5 | maintainer: "puripuri2100 " 6 | authors: "puripuri2100 " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-ruby" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-ruby/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-ruby.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.1" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "ruby" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/SATySFi-ruby/archive/0.1.2.tar.gz" 25 | checksum: [ 26 | "md5=f7d79cc7bc45280d4869993f1ccebbb0" 27 | "sha512=ff308d47163f32d22df9143c9066b019b105f34b3a3f0ba061f70a8f9d731f782dcdbda32068cd2aa13715020d8997ae298dc45c29a004afc09a116b02f5a538" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-simple-itemize-doc/satysfi-simple-itemize-doc.1.0.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Simple bullet on SATySFi" 3 | description: """Document: Simple bullet on SATySFi.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-simple-itemize" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-simple-itemize/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-simple-itemize.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | "satysfi-simple-itemize" {= "%{version}%"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "-name" "simple-itemize-doc" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "-name" "simple-itemize-doc" 27 | "-prefix" "%{prefix}%" 28 | "-script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: 32 | "https://github.com/puripuri2100/SATySFi-simple-itemize/archive/0.1.2.tar.gz" 33 | checksum: [ 34 | "md5=ae683700a0b0d21eb0a1483452136c0c" 35 | "sha512=f53cf8b25f54f5cb8a73752a51629b65e595013231f55543c04f813903c7d989d244cae29300095a3531d6e8b488ccc8e1ef049b101663f2c1f6a2f70556eb9d" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-simple-itemize/satysfi-simple-itemize.1.0.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Simple bullet on SATySFi" 3 | description: """Simple bullet on SATySFi""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-simple-itemize" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-simple-itemize/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-simple-itemize.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.7"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 16 | "satysfi-base" {>="1.0.0"} 17 | ] 18 | build: [ ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "simple-itemize" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | 26 | url { 27 | src: "https://github.com/puripuri2100/SATySFi-simple-itemize/archive/1.0.0.tar.gz" 28 | checksum: [ 29 | "md5=5d6ea953b6d98a73e81d653b9c15d151" 30 | "sha512=41a6b417333997bd9a699bd8ed02c90436f9aa41ce5e42ceec535f63c929f51ba3b00c8a2732c588a252a39a509e7a8429e1f0bc2f184b18e38f7cb79ad8ea13" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-simple-itemize/satysfi-simple-itemize.1.0.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Simple bullet on SATySFi" 3 | description: """Document: Simple bullet on SATySFi.""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-simple-itemize" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-simple-itemize/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-simple-itemize.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-base" {>="1.0.0"} 16 | "satysfi-dist" 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "-name" "simple-itemize" 21 | "-prefix" "%{prefix}%" 22 | "-script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: 26 | "https://github.com/puripuri2100/SATySFi-simple-itemize/archive/0.1.2.tar.gz" 27 | checksum: [ 28 | "md5=ae683700a0b0d21eb0a1483452136c0c" 29 | "sha512=f53cf8b25f54f5cb8a73752a51629b65e595013231f55543c04f813903c7d989d244cae29300095a3531d6e8b488ccc8e1ef049b101663f2c1f6a2f70556eb9d" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-siunitx/satysfi-siunitx.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "A comprehensive (SI) units package" 3 | description: """ 4 | A comprehensive (SI) units package. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "puripuri2100 " 9 | authors: "puripuri2100 " 10 | license: "MIT" 11 | homepage: "https://github.com/puripuri2100/SATySFi-siunitx" 12 | bug-reports: "https://github.com/puripuri2100/SATySFi-siunitx/issues" 13 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-siunitx.git" 14 | depends: [ 15 | "satysfi" { >= "0.0.3" & < "0.1" } 16 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 17 | "satysfi-dist" 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "siunitx" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-siunitx/archive/0.1.1.tar.gz" 27 | checksum: [ 28 | "md5=adb4a82f830c4c6b6ebd6d776776d121" 29 | "sha512=90bbc9a24d2d4612e95e3cf7e8a1b90361b6398d5cb2e21b01719b66933722d5c91dd7a5935930b50b2035833eee08bc70b5d2c527a2707b853338cef2b2daa0" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-siunitx/satysfi-siunitx.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | name: "satysfi-siunitx" 3 | synopsis: "A comprehensive (SI) units package" 4 | description: """ 5 | A comprehensive (SI) units package. 6 | 7 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 8 | """ 9 | maintainer: "puripuri2100 " 10 | authors: "puripuri2100 " 11 | license: "MIT" 12 | homepage: "https://github.com/puripuri2100/SATySFi-siunitx" 13 | bug-reports: "https://github.com/puripuri2100/SATySFi-siunitx/issues" 14 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-siunitx.git" 15 | depends: [ 16 | "satysfi" {>= "0.0.3" & < "0.0.7"} 17 | "satysfi-dist" 18 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 19 | ] 20 | build: [ ] 21 | install: [ 22 | ["satyrographos" "opam" "install" 23 | "-name" "siunitx" 24 | "-prefix" "%{prefix}%" 25 | "-script" "%{build}%/Satyristes"] 26 | ] 27 | url { 28 | src: "https://github.com/puripuri2100/SATySFi-siunitx/archive/0.1.tar.gz" 29 | checksum: [ 30 | "md5=73afd03e0178f68ffcdc3b681f96c978" 31 | "sha512=ae03786a54e188044abb49342911ba22f6389aa2e35aa779508a5da77b6dde083edda7fd17b1f49d3d80134f1db61d7255a9adda24d0f2711f8c57242af23d02" 32 | ] 33 | } 34 | -------------------------------------------------------------------------------- /packages/satysfi-test/satysfi-test.0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Unit testing framework for SATySFi" 3 | description: """ 4 | Unit testing framework for SATySFi 5 | """ 6 | maintainer: "Yuito Murase " 7 | authors: "Yuito Murase " 8 | license: "MIT" 9 | homepage: "https://github.com/zeptometer/satysfi-test" 10 | dev-repo: "git+https://github.com/zeptometer/satysfi-test.git" 11 | bug-reports: "https://github.com/zeptometer/satysfi-test/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.6" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.8" & < "0.0.3" } 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "--name" "test" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/zeptometer/satysfi-test/archive/0.0.1.tar.gz" 25 | checksum: [ 26 | "md5=02142d30f07e810117a332b23a9192bb" 27 | "sha512=bae4a8c6008ca81a5f78e57de562730fd4625cf77ec6c7eda5c1186994057f60ec95d6c8be30497412b1fef481df5f43d18f1e222a1251c7beb015e9968da4c6" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-texlogo/satysfi-texlogo.0.1.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "TeX-family logos with SATySFi" 3 | description: """ 4 | TeX-family logos with SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/SATySFi-texlogo" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-texlogo.git" 11 | bug-reports: "https://github.com/puripuri2100/SATySFi-texlogo/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "--name" "texlogo" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/puripuri2100/SATySFi-texlogo/archive/0.1.1.tar.gz" 27 | checksum: [ 28 | "md5=3905149d049520c940116980bdd6e7c9" 29 | "sha512=cb93c3b5188098fff6eda598d6ab70a049f5b31fe4872364ab7a39a25accc55693387a58e579cc8cdb518b5b225168db823f136587cde4951c5755b8a53b00af" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-tombo-doc/satysfi-tombo-doc.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of Tombo Package" 3 | description: """ 4 | Document of Tombo Package. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" # Choose what you want 9 | homepage: "https://github.com/puripuri2100/satysfi-tombo" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-tombo.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-tombo/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.6" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | "satysfi-dist" 16 | 17 | # You may want to include the corresponding library 18 | "satysfi-tombo" {= "%{version}%"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "tombo-doc" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "tombo-doc" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/puripuri2100/satysfi-tombo/archive/0.1.0.tar.gz" 34 | checksum: [ 35 | "md5=e108d80b558a2ca7083eb2648560cd85" 36 | "sha512=04447908d7de197c8e2f1d46e076301d535c1316d60656eb4063818ba090b57cba1cb4399cdee7432f5f45aa695ce772f31df92e79ec83b336dd3004b2d1e594" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-tombo-doc/satysfi-tombo-doc.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document of Tombo Package" 3 | description: """ 4 | Document of Tombo Package. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" # Choose what you want 9 | homepage: "https://github.com/puripuri2100/satysfi-tombo" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-tombo.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-tombo/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | "satysfi-dist" 16 | 17 | # You may want to include the corresponding library 18 | "satysfi-tombo" {= "%{version}%"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "tombo-doc" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "tombo-doc" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/puripuri2100/satysfi-tombo/archive/0.2.0.tar.gz" 34 | checksum: [ 35 | "md5=723d3f427ab0ce0f61d4c690c00024c4" 36 | "sha512=02073dcf740c009923363be165b7c40ae78e932b851c80d7a32e9bb735910c87a7dd9d89c0e879fa62f56e0e1ec59aad1e47dc77aae0ce3a91e6a49776730e76" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-tombo/satysfi-tombo.0.1.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Generate Japanese-style crop marks" 3 | description: """ 4 | Generate Japanese-style crop marks. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/satysfi-tombo" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-tombo.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-tombo/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.6" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "--name" "tombo" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/puripuri2100/satysfi-tombo/archive/0.1.0.tar.gz" 27 | checksum: [ 28 | "md5=e108d80b558a2ca7083eb2648560cd85" 29 | "sha512=04447908d7de197c8e2f1d46e076301d535c1316d60656eb4063818ba090b57cba1cb4399cdee7432f5f45aa695ce772f31df92e79ec83b336dd3004b2d1e594" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-tombo/satysfi-tombo.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Generate Japanese-style crop marks" 3 | description: """ 4 | Generate Japanese-style crop marks. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/satysfi-tombo" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-tombo.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-tombo/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.1" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "--name" "tombo" 22 | "--prefix" "%{prefix}%" 23 | "--script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/puripuri2100/satysfi-tombo/archive/0.2.0.tar.gz" 27 | checksum: [ 28 | "md5=723d3f427ab0ce0f61d4c690c00024c4" 29 | "sha512=02073dcf740c009923363be165b7c40ae78e932b851c80d7a32e9bb735910c87a7dd9d89c0e879fa62f56e0e1ec59aad1e47dc77aae0ce3a91e6a49776730e76" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi-uline-doc/satysfi-uline-doc.0.2.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Document: Underline for SAtySFi" 3 | description: """Document: Underline for SAtySFi""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-uline" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-uline/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-uline.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | "satysfi-uline" {= "%{version}%"} 17 | "satysfi-lipsum" {>= "0.2.0"} 18 | ] 19 | build: [ 20 | ["satyrographos" "opam" "build" 21 | "-name" "uline-doc" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | install: [ 26 | ["satyrographos" "opam" "install" 27 | "-name" "uline-doc" 28 | "-prefix" "%{prefix}%" 29 | "-script" "%{build}%/Satyristes"] 30 | ] 31 | url { 32 | src: "https://github.com/puripuri2100/SATySFi-uline/archive/0.2.2.tar.gz" 33 | checksum: [ 34 | "md5=29dd58d19c4364d4d8d3656e9f0b754d" 35 | "sha512=b9dedc63a191036a7d73e34117fc6c41ce643bd684c877cd83ec91e6688eb7c04e095d4802ae6d764ca287830b8884ce2b2a0fa46ec1e61609ae3cfb8a67b29f" 36 | ] 37 | } 38 | -------------------------------------------------------------------------------- /packages/satysfi-uline/satysfi-uline.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Underline for SAtySFi" 3 | description: """Underline for SAtySFi""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-uline" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-uline/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-uline.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.3" & < "0.0.7"} 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | ] 16 | install: [ 17 | ["satyrographos" "opam" "install" 18 | "-name" "uline" 19 | "-prefix" "%{prefix}%" 20 | "-script" "%{build}%/Satyristes"] 21 | ] 22 | url { 23 | src: "https://github.com/puripuri2100/SATySFi-uline/archive/0.2.0.tar.gz" 24 | checksum: [ 25 | "md5=78481a11935824eeb0927926ff8accb2" 26 | "sha512=60bd92b08a57bd7ba31ee8db90608245946dbe8f283610c0a9eb213ba2bc78ac61c520994fea6fd86edd005293fd64b5f3c47f1f1c3e1393277f78e8a4206a3b" 27 | ] 28 | } 29 | -------------------------------------------------------------------------------- /packages/satysfi-uline/satysfi-uline.0.2.2/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Underline for SAtySFi" 3 | description: """Underline for SAtySFi""" 4 | 5 | maintainer: "Naoki Kaneko " 6 | authors: "Naoki Kaneko " 7 | license: "MIT" 8 | homepage: "https://github.com/puripuri2100/SATySFi-uline" 9 | bug-reports: "https://github.com/puripuri2100/SATySFi-uline/issues" 10 | dev-repo: "git+https://github.com/puripuri2100/SATySFi-uline.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.3" & < "0.1" } 14 | "satyrographos" {>= "0.0.2" & < "0.0.4"} 15 | "satysfi-dist" 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "-name" "uline" 20 | "-prefix" "%{prefix}%" 21 | "-script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/puripuri2100/SATySFi-uline/archive/0.2.2.tar.gz" 25 | checksum: [ 26 | "md5=29dd58d19c4364d4d8d3656e9f0b754d" 27 | "sha512=b9dedc63a191036a7d73e34117fc6c41ce643bd684c877cd83ec91e6688eb7c04e095d4802ae6d764ca287830b8884ce2b2a0fa46ec1e61609ae3cfb8a67b29f" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-xml/satysfi-xml.1.0.3/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "XML parser with SATySFi" 3 | description: """ 4 | XML parser with SATySFi. 5 | """ 6 | maintainer: "Naoki Kaneko " 7 | authors: "Naoki Kaneko " 8 | license: "MIT" 9 | homepage: "https://github.com/puripuri2100/satysfi-xml" 10 | dev-repo: "git+https://github.com/puripuri2100/satysfi-xml.git" 11 | bug-reports: "https://github.com/puripuri2100/satysfi-xml/issues" 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "1.0" } 14 | "satyrographos" { >= "0.0.2.6" & < "0.0.3" } 15 | 16 | # If your library depends on other libraries, please write down here 17 | "satysfi-dist" 18 | "satysfi-base" {>= "1.4.0" & < "2.0"} 19 | ] 20 | build: [ 21 | ["satyrographos" "opam" "build" 22 | "--name" "xml" 23 | "--prefix" "%{prefix}%" 24 | "--script" "%{build}%/Satyristes"] 25 | ] 26 | install: [ 27 | ["satyrographos" "opam" "install" 28 | "--name" "xml" 29 | "--prefix" "%{prefix}%" 30 | "--script" "%{build}%/Satyristes"] 31 | ] 32 | url { 33 | src: "https://github.com/puripuri2100/SATySFi-xml/archive/refs/tags/1.0.3.tar.gz" 34 | checksum: [ 35 | "md5=1ca6eade24214b424c0fcea244f64c87" 36 | "sha512=a1530f96242bc2ce961d037dfd8aca19f67aab9c3d4150c433f517e4cf02e7728ecca410b494e2ccb731aa2167d13526e4b968a9bcdc1a365f8f090b506edaaa" 37 | ] 38 | } 39 | -------------------------------------------------------------------------------- /packages/satysfi-xpath-doc/satysfi-xpath-doc.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Docs of advanced path algorithms in SATySFi" 3 | description: """Docs of advanced path algorithms in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-xpath" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-xpath/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-xpath.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.8" } 14 | "satysfi-dist" 15 | "satysfi-xpath" {= "%{version}%"} 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "xpath-doc" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "xpath-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/yasuo-ozu/satysfi-xpath/archive/v0.2.0.tar.gz" 32 | checksum: [ 33 | "md5=8e3c25e773e1ba012fafb0a59f552f47" 34 | "sha512=b7bea1d05b4019d6314ef17e036bd543aa6238ddf6ab3cd58d975a7293e4df715100bd146119b5ac4eba9319d2e8738a85a03b7c74adaf33f95ec2df56a63499" 35 | ] 36 | } 37 | 38 | -------------------------------------------------------------------------------- /packages/satysfi-xpath-doc/satysfi-xpath-doc.0.3.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Docs of advanced path algorithms in SATySFi" 3 | description: """Docs of advanced path algorithms in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-xpath" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-xpath/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-xpath.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.1"} 14 | "satysfi-dist" 15 | "satysfi-xpath" {= "%{version}%"} 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | ] 18 | build: [ 19 | ["satyrographos" "opam" "build" 20 | "--name" "xpath-doc" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | install: [ 25 | ["satyrographos" "opam" "install" 26 | "--name" "xpath-doc" 27 | "--prefix" "%{prefix}%" 28 | "--script" "%{build}%/Satyristes"] 29 | ] 30 | url { 31 | src: "https://github.com/yasuo-ozu/satysfi-xpath/archive/v0.3.0.tar.gz" 32 | checksum: [ 33 | "md5=f37e252a098d5ebf82b68cf230aa810e" 34 | "sha512=35dd407893db122c985da4547a0252c4e8dc2876f54614efa50d2cefca35652c17f536900e474845089133aff9e8aade791ef21bd2dfa98edcf1b9210bb4e97f" 35 | ] 36 | } 37 | 38 | -------------------------------------------------------------------------------- /packages/satysfi-xpath-gr/satysfi-xpath-gr.0.3.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Advanced path algorithms in SATySFi" 3 | description: """Advanced path algorithms in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-xpath" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-xpath/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-xpath.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.1"} 14 | "satysfi-dist" 15 | "satysfi-xpath" {= "%{version}%"} 16 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 17 | ] 18 | install: [ 19 | ["satyrographos" "opam" "install" 20 | "--name" "xpath-gr" 21 | "--prefix" "%{prefix}%" 22 | "--script" "%{build}%/Satyristes"] 23 | ] 24 | url { 25 | src: "https://github.com/yasuo-ozu/satysfi-xpath/archive/v0.3.0.tar.gz" 26 | checksum: [ 27 | "md5=f37e252a098d5ebf82b68cf230aa810e" 28 | "sha512=35dd407893db122c985da4547a0252c4e8dc2876f54614efa50d2cefca35652c17f536900e474845089133aff9e8aade791ef21bd2dfa98edcf1b9210bb4e97f" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /packages/satysfi-xpath/satysfi-xpath.0.2.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Advanced path algorithms in SATySFi" 3 | description: """Advanced path algorithms in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-xpath" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-xpath/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-xpath.git" 11 | 12 | depends: [ 13 | "satysfi" { >= "0.0.5" & < "0.0.8" } 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "--name" "xpath" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/yasuo-ozu/satysfi-xpath/archive/v0.2.0.tar.gz" 25 | checksum: [ 26 | "md5=8e3c25e773e1ba012fafb0a59f552f47" 27 | "sha512=b7bea1d05b4019d6314ef17e036bd543aa6238ddf6ab3cd58d975a7293e4df715100bd146119b5ac4eba9319d2e8738a85a03b7c74adaf33f95ec2df56a63499" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-xpath/satysfi-xpath.0.3.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "Advanced path algorithms in SATySFi" 3 | description: """Advanced path algorithms in SATySFi""" 4 | 5 | maintainer: "Yasuo Ozu " 6 | authors: "Yasuo Ozu " 7 | license: "LGPL-3.0-or-later" 8 | homepage: "https://github.com/yasuo-ozu/satysfi-xpath" 9 | bug-reports: "https://github.com/yasuo-ozu/satysfi-xpath/issues" 10 | dev-repo: "git+https://github.com/yasuo-ozu/satysfi-xpath.git" 11 | 12 | depends: [ 13 | "satysfi" {>= "0.0.5" & < "0.1"} 14 | "satysfi-dist" 15 | "satyrographos" {>= "0.0.2.6" & < "0.0.3"} 16 | ] 17 | install: [ 18 | ["satyrographos" "opam" "install" 19 | "--name" "xpath" 20 | "--prefix" "%{prefix}%" 21 | "--script" "%{build}%/Satyristes"] 22 | ] 23 | url { 24 | src: "https://github.com/yasuo-ozu/satysfi-xpath/archive/v0.3.0.tar.gz" 25 | checksum: [ 26 | "md5=f37e252a098d5ebf82b68cf230aa810e" 27 | "sha512=35dd407893db122c985da4547a0252c4e8dc2876f54614efa50d2cefca35652c17f536900e474845089133aff9e8aade791ef21bd2dfa98edcf1b9210bb4e97f" 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /packages/satysfi-zrbase/satysfi-zrbase.0.2.1+satysfi0.0.3+satyrographos0.0.1/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi Packages for Ordinary Programming" 3 | description: """ 4 | ZR's SATySFi Package Collection for Ordinary Programming. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Takayuki YATO " 9 | authors: "Takayuki YATO " 10 | license: "MIT" 11 | homepage: "https://github.com/zr-tex8r/satysfi-zrbase" 12 | bug-reports: "https://github.com/zr-tex8r/satysfi-zrbase" 13 | dev-repo: "git+https://github.com/zr-tex8r/satysfi-zrbase.git" 14 | depends: [ 15 | "satysfi" {>= "0.0.3" & < "0.0.4"} 16 | "satysfi-dist" 17 | "satyrographos" {>= "0.0.1" & < "0.0.2"} 18 | ] 19 | build: [ ] 20 | install: [ 21 | [make "-f" "Makefile" "install" "PREFIX=%{prefix}%"] 22 | ] 23 | remove: [ 24 | [make "-f" "Makefile" "uninstall" "PREFIX=%{prefix}%"] 25 | ] 26 | url { 27 | src: "https://github.com/zr-tex8r/satysfi-zrbase/archive/0.2.1.tar.gz" 28 | checksum: [ 29 | "md5=b4d77f17880c2a18f5e614050dd80f05" 30 | "sha512=c8254d79ca2b39327ac8fc3b7f72af199126e553ec9da34ee542da60d13c261c7b46f95d347f46d7f3afd645e0aeeb5c7e3f2d6c1d90f0c163ce805931a965f8" 31 | ] 32 | } 33 | -------------------------------------------------------------------------------- /packages/satysfi-zrbase/satysfi-zrbase.0.2.1+satysfi0.0.3+satyrographos0.0.2/files/satyristes.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Satyristes b/Satyristes 2 | new file mode 100644 3 | index 0000000..1d9a6ce 4 | --- /dev/null 5 | +++ b/Satyristes 6 | @@ -0,0 +1,19 @@ 7 | +(version "0.0.2") 8 | +(library 9 | + (name "zrbase") 10 | + (version "0.2.1") 11 | + (sources 12 | + ((package "zexn0.satyh" "zexn0.satyh") 13 | + (package "zfmt0.satyh" "zfmt0.satyh") 14 | + (package "zl0.satyh" "zl0.satyh") 15 | + (package "zlist0.satyh" "zlist0.satyh") 16 | + (package "zlog0.satyh" "zlog0.satyh") 17 | + (package "zmtdoc0.satyh" "zmtdoc0.satyh") 18 | + (package "znum0.satyh" "znum0.satyh") 19 | + (package "zp0.satyh" "zp0.satyh") 20 | + (package "zrandom0.satyh" "zrandom0.satyh") 21 | + (package "zrbase0.satyh" "zrbase0.satyh") 22 | + (package "zresult0.satyh" "zresult0.satyh") 23 | + (package "zs0.satyh" "zs0.satyh"))) 24 | + (opam "satysfi-zrbase.opam") 25 | + (compatibility ((satyrographos 0.0.1)))) 26 | -------------------------------------------------------------------------------- /packages/satysfi-zrbase/satysfi-zrbase.0.4.0/opam: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | synopsis: "SATySFi Packages for Ordinary Programming" 3 | description: """ 4 | ZR's SATySFi Package Collection for Ordinary Programming. 5 | 6 | This requires Satyrographos to install. See https://github.com/na4zagin3/satyrographos. 7 | """ 8 | maintainer: "Takayuki YATO " 9 | authors: "Takayuki YATO " 10 | license: "MIT" 11 | homepage: "https://github.com/zr-tex8r/satysfi-zrbase" 12 | bug-reports: "https://github.com/zr-tex8r/satysfi-zrbase" 13 | dev-repo: "git+https://github.com/zr-tex8r/satysfi-zrbase.git" 14 | depends: [ 15 | "satysfi" { >= "0.0.4" & < "0.1" } 16 | "satysfi-dist" 17 | "satyrographos" {>= "0.0.2" & < "0.0.3"} 18 | ] 19 | install: [ 20 | ["satyrographos" "opam" "install" 21 | "-name" "zrbase" 22 | "-prefix" "%{prefix}%" 23 | "-script" "%{build}%/Satyristes"] 24 | ] 25 | url { 26 | src: "https://github.com/zr-tex8r/satysfi-zrbase/archive/0.4.0.tar.gz" 27 | checksum: [ 28 | "md5=b2af609f1f39516fc2060941483e01da" 29 | "sha512=9ef0b90be47a53447de87c25d15678b87b19db0f031c10e1d939a0404351f6302dc2e103788757eb8d2d28a0c90e4a8f00e0b6212b18aedfad1584eaa4eca678" 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3+dev2018.10.29/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3+dev2019.02.10/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3+dev2019.02.13/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3+dev2019.03.10/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3+dev2019.07.14/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3+dev2019.11.16/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.3/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4+dev2020.02.09/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4+dev2020.02.16/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4+dev2020.02.22/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4+dev2020.04.05/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4+dev2020.04.25/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4+dev2020.06.07/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.4/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.5+dev2020.09.05/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.5-59-g32f2525/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.5-83-g360d941/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.5/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.6-25-g4083234/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.6-32-g9dbd61d/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.6-43-ga86452bc/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /packages/satysfi/satysfi.0.0.6/files/fix-opam-local-switch.patch: -------------------------------------------------------------------------------- 1 | diff --git a/Makefile b/Makefile 2 | index f6b494a5..1e722ad3 100644 3 | --- a/Makefile 4 | +++ b/Makefile 5 | @@ -44,7 +44,7 @@ INSTDEF=$(GENCODE_DIR)/vminst.ml 6 | .PHONY: all gen install lib uninstall clean 7 | 8 | all: gen 9 | - $(DUNE) build 10 | + $(DUNE) build --root . 11 | cp _build/install/default/bin/$(TARGET) . 12 | 13 | $(INSTDEF): $(INSTDEF_YAML) 14 | -------------------------------------------------------------------------------- /repo: -------------------------------------------------------------------------------- 1 | opam-version: "2.0" 2 | upstream: "https://github.com/na4zagin3/satyrographos-repo" 3 | -------------------------------------------------------------------------------- /resources/fix-install-libs.patch: -------------------------------------------------------------------------------- 1 | diff --git a/install-libs.sh b/install-libs.sh 2 | index 49fdd16..9c7dd11 100755 3 | --- a/install-libs.sh 4 | +++ b/install-libs.sh 5 | @@ -1,6 +1,6 @@ 6 | #!/bin/sh 7 | 8 | -LIBDIR=/usr/local/share/satysfi 9 | +LIBDIR=${1:-/usr/local/share/satysfi} 10 | 11 | install -d ${LIBDIR} 12 | install -d ${LIBDIR}/dist 13 | --------------------------------------------------------------------------------