Skip to content

Commit 26ba45f

Browse files
authored
Merge pull request #29174 from craff/master
simple_httpd 1.0.1
2 parents 4cb79ac + 2f1ffa7 commit 26ba45f

File tree

2 files changed

+92
-0
lines changed
  • packages
    • simple_httpd_caqti/simple_httpd_caqti.1.0.1
    • simple_httpd/simple_httpd.1.0.1

2 files changed

+92
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Simple HTTP server using ocaml 5 domains"
4+
maintainer: ["Christophe" "Raffalli"]
5+
authors: ["Christophe" "Raffalli"]
6+
license: "MIT"
7+
tags: ["http" "thread" "server" "simple_httpd" "http_of_dir"]
8+
homepage: "https://raffalli.eu/simple_httpd/"
9+
doc: "https://raffalli.eu/simple_httpd/simple_httpd"
10+
bug-reports: "https://github.com/craff/simple_httpd/issues"
11+
depends: [
12+
"dune" {>= "3.0"}
13+
"pacomb" {>= "1.4.0"}
14+
"ssl" {>= "0.7.0"}
15+
"polly" {>= "0.4.0"}
16+
"magic-mime" {<= "1.3.0"}
17+
"ocaml" {>= "5.3.0"}
18+
"camlzip" {>= "1.11"}
19+
"digestif"
20+
"base64" {>= "3.5.0"}
21+
"cppo" {build}
22+
"yojson" {build}
23+
"odoc" {with-doc}
24+
"conf-openssl" {with-test}
25+
"qtest" {>= "2.9" & with-test}
26+
"conf-libcurl" {with-test}
27+
"qcheck" {with-test & >= "0.9"}
28+
"csv" {with-test}
29+
]
30+
build: [
31+
["dune" "subst"] {dev}
32+
[
33+
"dune"
34+
"build"
35+
"-p"
36+
name
37+
"-j"
38+
jobs
39+
"@install"
40+
"@runtest" {with-test}
41+
"@doc" {with-doc}
42+
]
43+
]
44+
dev-repo: "git+https://github.com/craff/simple_httpd.git"
45+
url {
46+
src: "https://github.com/craff/simple_httpd/archive/refs/tags/1.0.1.tar.gz"
47+
checksum: [
48+
"md5=92fe48592979d21002e66416c21bf398"
49+
"sha512=88f090ce45b81cf244f248670608ff71c0db206da5de859c5e784e4fc59698acb329218bfffc81f4ff9796ae465c23e1faf08aaee804cb22dfe50cea757a854d"
50+
]
51+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "DB interface for simple_httpd using caqti"
4+
maintainer: ["Christophe" "Raffalli"]
5+
authors: ["Christophe" "Raffalli"]
6+
license: "MIT"
7+
homepage: "https://raffalli.eu/simple_httpd/"
8+
doc: "https://raffalli.eu/simple_httpd/simple_httpd"
9+
bug-reports: "https://github.com/craff/simple_httpd/issues"
10+
depends: [
11+
"dune" {>= "3.0"}
12+
"caqti" {>= "2.2.3"}
13+
"ipaddr"
14+
"simple_httpd" {= version}
15+
"logs" {>= "0.10.0"}
16+
"ocaml" {>= "5.3.0"}
17+
"caqti-driver-postgresql" {with-test}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/craff/simple_httpd.git"
35+
url {
36+
src: "https://github.com/craff/simple_httpd/archive/refs/tags/1.0.1.tar.gz"
37+
checksum: [
38+
"md5=92fe48592979d21002e66416c21bf398"
39+
"sha512=88f090ce45b81cf244f248670608ff71c0db206da5de859c5e784e4fc59698acb329218bfffc81f4ff9796ae465c23e1faf08aaee804cb22dfe50cea757a854d"
40+
]
41+
}

0 commit comments

Comments
 (0)