Commits
Sireesh Kodali authored and Perry E. Metzger committed 0f3fd645cd7
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 cmake 1.1 |
6 + | PortGroup cxx11 1.1 |
7 + | |
8 + | github.setup mujx matrix-structs 8de04af |
9 + | version 2018-07-14 |
10 + | categories net devel |
11 + | platforms darwin |
12 + | license public-domain |
13 + | maintainers {@scarface-one disroot.org:scarface} openmaintainer |
14 + | description structs for the matrix library |
15 + | long_description Collection of structs used in the Matrix protocol \ |
16 + | with built in serialization/deserialization to/from \ |
17 + | json. |
18 + | |
19 + | checksums rmd160 a8cb9bf9e3da1ebfad3d77198015f0fda16a80d7 \ |
20 + | sha256 894f15d0a83a4970c5783e099bde296187ae0f0a3ca752a5a9cecef323e8878c \ |
21 + | size 412111 |