forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abella: update to 2.0.8.3; new deps added: ocaml-base64, -crunch, -ptime
- Loading branch information
1 parent
b85d7e1
commit d796244
Showing
5 changed files
with
109 additions
and
42 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 was deleted.
Oops, something went wrong.
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,20 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
PortGroup ocaml 1.1 | ||
|
||
github.setup mirage ocaml-base64 3.5.1 v | ||
revision 0 | ||
categories ocaml devel | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
license ISC | ||
description Base64 encoding for OCaml | ||
long_description {*}${description} | ||
|
||
checksums rmd160 7671d69089499e6cafc531fc1d62d3069111e11c \ | ||
sha256 f3e8b9be43567689064b419fa5eefd9c758f00b864e9f731a0dbc1b9fecfc768 \ | ||
size 18986 | ||
github.tarball_from archive | ||
|
||
ocaml.build_type dune |
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,23 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
PortGroup ocaml 1.1 | ||
|
||
github.setup mirage ocaml-crunch 3.3.1 v | ||
revision 0 | ||
categories ocaml devel | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
license ISC | ||
description Convert a filesystem into a static OCaml module | ||
long_description {*}${description} | ||
|
||
checksums rmd160 639162a5fc8cbe8fe6826e6a3fcc110583080bc4 \ | ||
sha256 998780470dad97099caa485f5783eed6fd8f643cec00840042938646b91eb04d \ | ||
size 60602 | ||
github.tarball_from archive | ||
|
||
depends_lib-append port:ocaml-cmdliner \ | ||
port:ocaml-ptime | ||
|
||
ocaml.build_type dune |
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,23 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup github 1.0 | ||
PortGroup ocaml 1.1 | ||
|
||
name ocaml-ptime | ||
github.setup dbuenzli ptime 1.1.0 v | ||
categories ocaml devel | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
license ISC | ||
description POSIX time for OCaml | ||
long_description {*}${description} | ||
homepage https://erratique.ch/software/ptime | ||
|
||
checksums rmd160 c40495d3ff1b5868e0c7ca29d46f55ef73766863 \ | ||
sha256 09bcfbb0fb1c4bb4b8c23f94a26e7e813d1059452f9f44b5ab7154ef8e40f32d \ | ||
size 36927 | ||
github.tarball_from archive | ||
|
||
depends_lib-append port:ocaml-cmdliner | ||
|
||
ocaml.build_type topkg |