Commits
Landon Fuller authored c2a28945519
1 + | # -*- 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 |
2 + | |
3 + | PortSystem 1.0 |
4 + | PortGroup github 1.0 |
5 + | PortGroup ocaml 1.1 |
6 + | |
7 + | name ocaml-ocplib-endian |
8 + | github.setup OCamlPro ocplib-endian 1.0 |
9 + | |
10 + | categories ocaml devel |
11 + | maintainers {landonf @landonf} openmaintainer |
12 + | license BSD |
13 + | description Optimized fixed-width integer functions for OCaml |
14 + | long_description Optimized functions for reading and writing fixed-width \ |
15 + | integers from strings and bigarrays in OCaml. |
16 + | |
17 + | platforms darwin |
18 + | |
19 + | checksums rmd160 4c684e08e3294d5a5cd456a13238c4743ff7c4c3 \ |
20 + | sha256 951dd28074a71f792ce57b0a992575872a813b39fd21664114d049c00aa26fd6 \ |
21 + | size 62761 |
22 + | |
23 + | depends_lib port:ocaml-cppo |
24 + | |
25 + | ocaml.build_type oasis |