-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
164 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "0.1" | ||
synopsis: "Mehari IO implementation using Eio and Unix bindings" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["The mehari programmers"] | ||
license: "LGPL-3.0-or-later" | ||
homepage: "https://github.com/Psi-Prod/Mehari" | ||
bug-reports: "https://github.com/Psi-Prod/Mehari/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ocaml" {>= "5.0.0"} | ||
"mehari" | ||
"mehari-eio" | ||
"eio" {>= "0.7"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/Psi-Prod/Mehari.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(library | ||
(name mehari_eio_unix) | ||
(public_name mehari.eio_unix) | ||
(libraries eio mehari mehari.eio)) | ||
(public_name mehari-eio-unix) | ||
(libraries eio mehari mehari-eio)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "0.1" | ||
synopsis: "Mehari IO implementation using Eio" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["The mehari programmers"] | ||
license: "LGPL-3.0-or-later" | ||
homepage: "https://github.com/Psi-Prod/Mehari" | ||
bug-reports: "https://github.com/Psi-Prod/Mehari/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"ocaml" {>= "5.0.0"} | ||
"mehari" | ||
"eio" {>= "0.7"} | ||
"mirage-clock-unix" {>= "4.2.0"} | ||
"logs" {>= "0.7.0"} | ||
"tls" {>= "0.15.4"} | ||
"tls-eio" {>= "0.15.5"} | ||
"uri" {>= "4.2.0"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/Psi-Prod/Mehari.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(library | ||
(name mehari_eio) | ||
(public_name mehari.eio) | ||
(public_name mehari-eio) | ||
(libraries eio mehari mirage-clock-unix logs tls tls-eio uri)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "0.1" | ||
synopsis: "Mehari IO implementation using Lwt and Unix bindings" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["The mehari programmers"] | ||
license: "LGPL-3.0-or-later" | ||
homepage: "https://github.com/Psi-Prod/Mehari" | ||
bug-reports: "https://github.com/Psi-Prod/Mehari/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"mehari" | ||
"mehari-mirage" | ||
"lwt" {>= "5.6.1"} | ||
"lwt_ppx" {>= "2.1.0"} | ||
"mirage-clock-unix" {>= "4.2.0"} | ||
"mirage-flow-unix" {>= "3.0.0"} | ||
"mirage-time-unix" {>= "3.0.0"} | ||
"tcpip" {>= "7.1.2"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/Psi-Prod/Mehari.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
version: "0.1" | ||
synopsis: "Mehari IO implementation for MirageOS" | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: ["The mehari programmers"] | ||
license: "LGPL-3.0-or-later" | ||
homepage: "https://github.com/Psi-Prod/Mehari" | ||
bug-reports: "https://github.com/Psi-Prod/Mehari/issues" | ||
depends: [ | ||
"dune" {>= "2.9"} | ||
"mehari" | ||
"ipaddr" {>= "5.3.1"} | ||
"lwt" {>= "5.6.1"} | ||
"lwt_ppx" {>= "2.1.0"} | ||
"mirage-channel" {>= "4.1.0"} | ||
"mirage-time" {>= "3.0.0"} | ||
"re" {>= "1.10.4"} | ||
"tcpip" {>= "7.1.2"} | ||
"tls-mirage" {>= "0.15.4"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"--promote-install-files=false" | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
["dune" "install" "-p" name "--create-install-files" name] | ||
] | ||
dev-repo: "git+https://github.com/Psi-Prod/Mehari.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(library | ||
(name mehari_mirage) | ||
(public_name mehari.mirage) | ||
(public_name mehari-mirage) | ||
(libraries | ||
ipaddr | ||
lwt | ||
|