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 | |
---|
5 | name cdecl |
---|
6 | version 3.0.1 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | license GPL-3 |
---|
10 | maintainers lucasmail.org:paul |
---|
11 | description Composing and deciphering C (or C++) type declarations \ |
---|
12 | or casts. |
---|
13 | |
---|
14 | long_description cdecl (see-deh-kull) is a program for composing \ |
---|
15 | and deciphering C (or C++) type declarations or casts, \ |
---|
16 | aka ‘‘gibberish.’’ It can be used interactively on a \ |
---|
17 | terminal or accept input from either the command line \ |
---|
18 | or standard input. |
---|
19 | |
---|
20 | homepage https://github.com/paul-j-lucas/cdecl |
---|
21 | master_sites https://github.com/paul-j-lucas/cdecl/releases/download/cdecl-${version}/cdecl-${version}.tar.gz |
---|
22 | |
---|
23 | checksums rmd160 730270ebbdf29beebcbc5aff1ffa0866bfa44f30 \ |
---|
24 | sha256 68437d334f1392f2e0555ae65cc9de5e13d8f9d13f9363e893c90d9654e11e37 |
---|