Versions
v0.19 :: 0/0.19 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- camlzip ocamlopt test
v0.17.0 :: 0/0.17.0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- camlzip ocamlopt test
v0.16-r1 :: 0/0.16 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- camlzip ocamlopt test
USE flags
General
- camlzip
- Interface to camlzip for tiny_httpd
- ocamlopt
- Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-lang / ocaml : Programming language supporting functional, imperative & object-oriented styles
dev-ml / camlzip : Compressed file access ML library (ZIP, GZIP and JAR)
dev-ml / dune : A composable build system for OCaml
dev-ml / hmap : Heterogeneous value maps for OCaml
dev-ml / iostream : Generic, composable IO input and output streams
dev-ml / logs : Logging infrastructure for OCaml
dev-ml / ounit2 : Unit testing framework for OCaml
dev-ml / ptime : POSIX time for OCaml
dev-ml / qcheck : QuickCheck inspired property-based testing for OCaml
dev-ml / qtest : Inline (Unit) Tests for OCaml
Runtime Dependencies
dev-lang / ocaml : Programming language supporting functional, imperative & object-oriented styles
dev-ml / camlzip : Compressed file access ML library (ZIP, GZIP and JAR)
dev-ml / dune : A composable build system for OCaml
dev-ml / hmap : Heterogeneous value maps for OCaml
dev-ml / iostream : Generic, composable IO input and output streams
Depending packages
sys-fs / google-drive-ocamlfuse : FUSE filesystem over Google Drive
Bugs
- 969694
- dev-ml/tiny_httpd-0.19 - [portage-9999] is not a compiled interface for this version of OCaml.
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Paul Zander · gentoo
dev-ml/tiny_httpd: use get_makeopts_*
multiprocessing backward deprecated makeopts_* in <EAPI-9, breaking CI Done via: ``` grep -RP '(?<!get_)makeopts_jobs' sed -e 's/(\(makeopts_jobs\))/\(get_\1)/g' -i */*/*.ebuild eclass/*.eclass sed -e 's/(\(makeopts_jobs\)/\(get_\1/g' -i */*/*.ebuild eclass/*.eclass grep -RP '(?<!get_)makeopts_loadavg' sed -e 's/(\(makeopts_loadavg\))/\(get_\1)/g' -i */*/*.ebuild eclass/*.eclass sed -e 's/(\(makeopts_loadavg\)/\(get_\1/g' -i */*/*.ebuild eclass/*.eclass ``` Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/426 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: drop extra dev-lang/ocaml
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: add 0.19
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: drop 0.12-r1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: rdepends on logs
Closes: https://bugs.gentoo.org/941456 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: add 0.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfredo Tupone · gentoo
dev-ml/tiny_httpd: rm dev-ml/seq deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Christoph Junghans · gentoo
dev-ml/tiny_httpd: initial commit
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christoph Junghans <junghans@gentoo.org>