Package: gl4es-dev Source: gl4es Version: 0.v1.1.4+25+gd18d2ed-27 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 19 Depends: gl4es0 (= 0.v1.1.4+25+gd18d2ed-27) Filename: ./armhf/gl4es-dev_0.v1.1.4+25+gd18d2ed-27_armhf.deb Size: 7080 MD5sum: accd7b2c49430fa2cc57cb2362f68da5 SHA1: e7443cc9c533599d291343d75914d3c2663d618f SHA256: be85cf1fe562095a61f5b6d5c891573c8f2fa777bfdd000f02265ae459c6a7ff Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/ptitSeb/gl4es/ Description: Package: gl4es-snapshot Source: gl4es Version: 0.v1.1.4+25+gd18d2ed-27 Architecture: all Maintainer: Philippe Coval Installed-Size: 13 Depends: gl4es (= 0.v1.1.4+25+gd18d2ed-27) Suggests: rzr Filename: ./all/gl4es-snapshot_0.v1.1.4+25+gd18d2ed-27_all.deb Size: 6260 MD5sum: 0044823a5b65cc0801fef07118e262cc SHA1: 7e294ca83482490faf2003c549802c8367d682a8 SHA256: a77075ae7edd8a2ce2b615f7e981428709d8cdd7a491723e4e87feaa3f85bbaa Section: utils Priority: extra Homepage: https://github.com/ptitSeb/gl4es/ Description: unreleased snapshot version TODO: Remove on issue and upgrade gl4es Package: gl4es0 Source: gl4es Version: 0.v1.1.4+25+gd18d2ed-27 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 1352 Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.5) Filename: ./armhf/gl4es0_0.v1.1.4+25+gd18d2ed-27_armhf.deb Size: 371092 MD5sum: 37b4fc53277798764ddcbf90e9b9eab9 SHA1: 4ae4577e686752edaf6cb70c7bcd8415d651c8dd SHA256: 32454f2823715b1d0129f586c6d1af941c01e9c7545f897f48d8651930c29da6 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/ptitSeb/gl4es/ Description: GL4ES - OpenGL for GLES Hardware Package: gl4es0-dbgsym Source: gl4es Version: 0.v1.1.4+25+gd18d2ed-27 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Philippe Coval Installed-Size: 1182 Depends: gl4es0 (= 0.v1.1.4+25+gd18d2ed-27) Filename: ./armhf/gl4es0-dbgsym_0.v1.1.4+25+gd18d2ed-27_armhf.deb Size: 1040296 MD5sum: faa56b1bdb02b37690f928d13ffc621f SHA1: 553c507c1c4a023ffcddec6e87e35b5311bd972b SHA256: 39af972d1b6352c082531e8ae6f6905f138b118e9ac0ff08835a839edeb57eb7 Section: debug Priority: optional Multi-Arch: same Description: debug symbols for gl4es0 Build-Ids: 1142fd3d0dc5fbd02e7a5423254b14254ac0b220 Package: golang-github-rzr-webthing-go-dev Source: golang-github-rzr-webthing-go Version: 0.0.0-0ubuntu0~philippe0+bionic01 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 8 Depends: golang-github-julienschmidt-httprouter-dev Filename: ./all/golang-github-rzr-webthing-go-dev_0.0.0-0ubuntu0~philippe0+bionic01_all.deb Size: 2404 MD5sum: 08d8e8413266e697d876844e4b2b83e3 SHA1: cacfddf277df40b5fe40ac8cb34bc95468768212 SHA256: 98746c5f8b5f90a2a7ecefc22d27dd3bfd5fe801fb7bf6043eb43204c68da3cd Section: devel Priority: optional Homepage: https://github.com/rzr/webthing-go Description: http://purl.org/webthing-go WEBTHING-GO: GitHub forks (https://GitHub.com/rzr/webthing-go/network/) license (LICENSE) GitHub version (http://badge.fury.io/gh/rzr%2Fwebthing-go) GoDoc (http://godoc.org/github.com/rzr/webthing-go) Build Status (https://travis-ci.org/rzr/webthing-go) pulls (https://cloud.docker.com/repository/docker/rzrfreefr/webthing-go) Automated Builds (https://cloud.docker.com/repository/docker/rzrfreefr/webthing-go/timeline) Build Status (https://cloud.docker.com/repository/docker/rzrfreefr/webthing-go/builds) Go Report Card (https://goreportcard.com/report/github.com/rzr/webthing-go) codebeat badge (https://codebeat.co/projects/github-com-rzr-webthing-go-master) USAGE: To get started look at "example" directory (./example): . ```sh go version | go version go1.10.4 linux/amd64 go get github.com/rzr/webthing-go . cd ~/go/src/github.com/rzr/webthing-go go run example/simplest-webthing-go/simplest-thing.go | Listening: :8888 curl http://localhost:8888/properties | {"on":false} curl -X PUT --data '{"on": true}' http://localhost:8888/properties/on | {"on":true} curl http://localhost:8888/properties/on | {"on":true} curl http://localhost:8888 | jq -M . | { ...| "title": "ActuatorExample"| } ``` . To import published module just use this alias: . go import ( webthing "github.com/rzr/webthing-go" ) . RESOURCES:• https://rzr.github.io/webthing-go/• https://iot.mozilla.org/framework/• https://github.com/julienschmidt/httprouter• https://github.com/mozilla-iot/mozilla-iot.github.io/pull/58 Package: golang-github-rzr-webthing-go-snapshot Source: golang-github-rzr-webthing-go Version: 0.0.0-0ubuntu0~philippe0+bionic01 Architecture: all Maintainer: Debian Go Packaging Team Installed-Size: 8 Depends: golang-github-rzr-webthing-go (= 0.0.0-0ubuntu0~philippe0+bionic01) Suggests: rzr Filename: ./all/golang-github-rzr-webthing-go-snapshot_0.0.0-0ubuntu0~philippe0+bionic01_all.deb Size: 1828 MD5sum: 456b28c4c334f555da1d5f1189679325 SHA1: 7c9e446a42e70b8202901a61fbc6df69aaa71b9f SHA256: e725a84956c2348c3ee094bfdcde4a0f9f15312c07bd51e3bfb10389d986111b Section: utils Priority: extra Homepage: https://github.com/rzr/webthing-go Description: unreleased snapshot version TODO: Remove on issue and upgrade golang-github-rzr-webthing-go Package: iotivity Version: 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe Architecture: armhf Maintainer: Philippe Coval Installed-Size: 9 Depends: iotivity-dev Filename: ./armhf/iotivity_0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe_armhf.deb Size: 2496 MD5sum: f2d0682d8791842b3bd09c841582f29a SHA1: 4348211a0eca226500b5dbfa9ca91cf9646ff0f4 SHA256: 673415ff3491f74b424a2ca55e6f1e5f48b9638aef9005bde277c9bf5120d1c0 Section: libs Priority: optional Homepage: https://iotivity.org Description: IoTivity meta package Package: iotivity-dev Source: iotivity Version: 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe Architecture: armhf Maintainer: Philippe Coval Installed-Size: 22629 Depends: iotivity0 (= 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe) Filename: ./armhf/iotivity-dev_0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe_armhf.deb Size: 8157384 MD5sum: 792065f144b2f310f6f5624ad76d7a40 SHA1: e1479c27ff47ca60b6d674c060952d4ca68770c2 SHA256: c6868fa85ad77b832386304e5f65c55603086ed0d241ce8d45a09385b9cca3c1 Section: libdevel Priority: optional Homepage: https://iotivity.org Description: IoTivity development files Package: iotivity-dev-dbgsym Source: iotivity Version: 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Philippe Coval Installed-Size: 69751 Depends: iotivity-dev (= 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe) Filename: ./armhf/iotivity-dev-dbgsym_0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe_armhf.deb Size: 61193968 MD5sum: a06997c67432810365a5057603b5b2c5 SHA1: 6295bbd7c92b8fd262b5089024efee748e3c6e02 SHA256: 311b4fab00a4b39c706ccc6dafdd10417e1c0f1c5331083488ab6a89599cfa9b Section: debug Priority: optional Description: debug symbols for iotivity-dev Build-Ids: 009121bc84d8c2706644373d85a4abe2af1a03c2 05cbc536543a6069e957293c4eaa29be9fca3833 0882f068b9bbd6d1c6e96657a5c4ba1cdf501165 0a8f49015db3bd47dd4fd181a19c94ad66ded8c7 0ceb210efc98e8818408e84a2ba2418261378093 0e1922263b735891cafc69b9388963ff9ba8764b 0ed4c9efe787e2b69d09ed50a2751d26ea93fd20 1036d3133042951f4cc8994ce59569b55be28b72 10c9900ddafcfae706d365989ab0ab9a401956a2 116d29cf038b487674f0e39377f8445d067d98e8 1744da6c322fe93c7989496cdbca3b4e63b03f72 1d3b9e9cccd6cf8550842b88d350050724903675 1f543b146baa3b270ff0503d27e9384f87682495 2392977ce3947fe40607843279064c05e5fad67a 257e028ab9529e7f9933f8b409a61e3e10a8580f 25a724ac1e725054b7fd40c7cb7a4cc65aa227fc 27e3d4dbec9942029610927d2e8d63ea08ef3128 2d1f19a2aca3026449fdbc465e97ea3b970cd25e 34865a8aa767e2c06b6bf1316bceceb9cb615896 34f63f662ec73d4f5caf884fcdff0f34343e6713 37b1545ff9898b5d58bd4f81d5ec23aaa94d1c01 3955eb434bd0a5dec4b501e4e632d7401a883c3b 3bb203cd4e56f7d71b79c415702e1d630d0179b9 3e65465b8431a1460d578cc97a1e1307de045c7f 3f8ac3e2da3126dd3376d20679d978a9f9b0303a 415d6613fa5b353ef27dd6d4c78baa252b3d244f 4628c66adfdcb36fa69712fa1a43a8607e988ef6 4740aef866dcda8e03cf7c98585a3da9b9cf5029 4a7287389c9d3b539439807e20ff5c635c60f7c9 4c0eb7d55fb7aac3b4bf4a2f38d45e8d3378773b 4eebca18b86477a419ecfc55c6c1dfcd32b02e08 51006b47fb8bf5e234d7cbf447cbb7168aee46e6 57bafbe3d9eaba27665878fa002a127ce2a23a3e 5ceb99b82308f5d4f77fa1cef751b4e68c2ac391 5d6c6c94ec13c24f48fa204eadf09bba6176f45b 5db98c8d2dbf3c78660b5a17bf8c1c57f1cf2f1b 5de7019960eb5910c2b411d39c2d27f19ad25c0e 6677edb94f22830774153274e4ebb0fa5bdb94b0 688346ddde463a6f8e792d80f94601363b5f050b 6a382d274ae299ff62b545c36f985a432f428882 749ef0aa2bd3459d2994ba012c9c7da331e7478a 7633d2607054fbe977b2e7c3ca67a86532f5a201 77be3b4d93f2df5ed5d74d5640f5ad7abd5c3bec 7adec4269c1cf91987efdb6a6b1a9d52a52e7e61 7ce008f5ea92c3bba4ec5401bd81788e80866f0f 84aad763a56ea6da4c964b2f9b552af53c7b482f 84c85496bdf9e673d176027127d548642354359c 852c2db1bc09856fba2563b6f0ce00c968b3e90e 8d8059dd11cacaa73ee8d2a0f1e74b90d7aa7e18 908b7a85c0e537412b4bd754f2fef534dc83b49c 92866dc413560ff10b7b035958ece2276e6927dd 96ef57c77770b6a430ee83e3edc9256795ec253b 9ec607a1133e38f05b2be6518526a9229142331a a5974b7d2cd01a8e014f8aaba4711b44eb4b440f a5a031eb21c8651b2338a08726943540f5bdaa3f a63742b96bf46bbd6995baaed45345c981192839 ab0ed6db4ef7cc37f25d031132c4aabfb2734b5e ae9715fe8bcf4d608af7db1dd3c2a7ebfd04ee52 b0f375bd677c4cae5c08f1608ba2a84880eef033 b2b5bcd6aa527eb6c3b4094415b5c55b74bf6e63 b9fd75d29bad2984c5f6d85a32a7bdf3a68d2ddc bae7e308c07849ac8361062bb79c1e150952430f bd6311e5456033dc2e9cda435dd206f687a18a6a be4a42e5592186dec5471eb8ee4a0d5748b8b957 c1e02fc2ea555bc27da65059b1a2077cf8150c34 c479ea0de26f5a87b7b378cc02848ed93712ab6a c4d4f5dc83ca1c08da06cac32e6624cadcf1ccaa c6ba3fca142e1e6f3b8686793418455deaf79a36 c8576d26835f3842c317d5097d047de5ff98d2dc c97a6bbf59d1bc8577134f4be225a3e2003d55e4 ccaec3c7d6f4bf5ded376e776dd345ffaea35ef0 cd1280c40f5d1df69814e9c8b131d8bfa526baa4 ce1b1dad4b11ef5e03c055996c3efd7425ea028e d14f3e40a40438498749573ac239b17dd158d45e d9a5532ea620e22725d2df9679abf6834a75ee9b da3fab00bca2fdc74c3724c90d9442a74a5e89af df3b7414b360cb80d040966b2775694bed6df7fb e5600ef317acc5bd19666ff4cf7536567beafdf3 e7beb25925a2dcc563980ef480cf274c75e5dd32 e7fcddbd1bf9391ab28e394c7472d123ce754b8e e8630c485eb73acdd4baaebcd67aecd4a84f5b84 e9b0dee3aeb13cdffb90870cd44d863ea4d81563 ea50811b3605ccc0f884d3be1a1e694b58d8f755 eef977b73a52d3b58b22270439774864f5defe73 f209b38d135750af5ec0ce2724c7661ce2f44c96 f4ccdb104b9991731fc4eed4f7f744782d6583a8 f4d1fcb5d7e206b70373854098b41b6fddd06ed7 f553b7be904917140ea28bfd99f99e1ac5f91ec6 f76a45abef2b3e8b9feadcab0f9ef93e3e47ec0b f849724bddad49f47f77cc3bc72fd9679c543aa7 f8e40b5759bd53f6101de046aa939b8b0fabf764 Package: iotivity-snapshot Source: iotivity Version: 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe Architecture: all Maintainer: Philippe Coval Installed-Size: 9 Depends: iotivity (= 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe) Filename: ./all/iotivity-snapshot_0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe_all.deb Size: 2524 MD5sum: 09c5e9af202d6f8de62f6ea2b0a448a2 SHA1: 7de6e1e2db098ca20cf3d01432c4522f81a8fe04 SHA256: c939f383e154f5e7a456140cfdac1d4356ecb4bfafb6ce1e8b56d7c0484b72d5 Section: utils Priority: extra Homepage: https://iotivity.org Description: unreleased snapshot version TODO: Remove on issue and upgrade iotivity Package: iotivity0 Source: iotivity Version: 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe Architecture: armhf Maintainer: Philippe Coval Installed-Size: 4137 Depends: libboost-system1.67.0, libboost-thread1.67.0, libc6 (>= 2.28), libcurl4 (>= 7.16.2), libgcc1 (>= 1:3.5), libglib2.0-0 (>= 2.37.3), libsqlite3-0 (>= 3.6.0), libstdc++6 (>= 6) Filename: ./armhf/iotivity0_0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe_armhf.deb Size: 867100 MD5sum: 96f5550043f470c1693f1e86e034da8e SHA1: 925309968557f168eef09def9f609b0ed0cd8614 SHA256: e95fbb349f7a83182e39a3183f81aa83006e1364c28b8e7590f3c5d9e27dcbda Section: libs Priority: optional Homepage: https://iotivity.org Description: IoTivity libraries and tools Package: iotivity0-dbgsym Source: iotivity Version: 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Philippe Coval Installed-Size: 4622 Depends: iotivity0 (= 0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe) Filename: ./armhf/iotivity0-dbgsym_0.0+2.0.1.1+23+g11c56a8ac-0~rzr0+2.0.1.1+90+g940cc8ebe_armhf.deb Size: 2850304 MD5sum: b108b96983bdb5574fb12fca8521153e SHA1: 01b43adc14f9f0daadd4048e95ef5a2b7c4300a2 SHA256: 59e704173aa176a1d6c08836acfd3fdd07b574860a8b80d68e9d2bbadf51eb5f Section: debug Priority: optional Description: debug symbols for iotivity0 Build-Ids: 0a707b9577e66bf5033b71d845b1adce04e30b7d 0e9973ce01e65e01b4cdbc3d44b58dff1e9a1a72 2342b8ffc3dd4b699137a3986ea851a6722b57cb 255efd85237cba8ed1f56671ddf5a008c1409ea1 264b67e79f6cd44159c2aee9c518506cda7dfb50 2e4ad453908a2c252e09b9b4894323a0061d01bb 303a2c8bd6d14a31514f21e8131d614f02ece491 32e4ee196ef8694f4e19a5b4de76b6a60e001721 3a48f67e4a22654dfaaed184cb61fbfb3cd7cf4e 3bd256d9ee4bd9112342f719313213c9fa823312 49cbf9be207c33e6c215df9f00574e3dbf2aeac2 5ba87917697ab3f37d18c36f958e4da98ad4b39d 5e8e2364c6184ecaa0219e2cbeba8ebfd8329bdb 63432d9db566c9c18b2f4bf9d9c5ba94e0a69c4c 69a5892cf7015da6d972cf640b45bad9a32fbdb3 73dc55e7e773d3642c041f7c6e304f4096c349a9 899ae49d7f9e309605368f565f3e70096beb9804 8c3fea08da8f4e7fce8bac43bbac41f9c682d99f 976b847e01510c5fe06cc54f3d0a094739027209 9d94c9b6e15251c4b2962e6345e803b3819dabe1 a8a937b163d329bd14bdb76115524c50cd293da3 b7975704f1838b5df518d5cbb77bd4cc80af6d25 b8cad04b3f0344d2ab1c6a841d52d94a2f9ee180 bb0ae0c5e7a05c0bdd36795e3a3312e8cdec365c c08145c30fbaeb60909590b40c43e8712aa76484 c5f6f48b17c412ee3dff8f7f1a48838569f7b570 d3b5cd5d6b6239862644234f21991da6be1d0792 Package: iotjs Version: 0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a Architecture: armhf Maintainer: Philippe Coval Installed-Size: 842 Depends: libc6 (>= 2.28) Filename: ./armhf/iotjs_0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a_armhf.deb Size: 330276 MD5sum: 4bef166992752f7a8c58585b13f79a3e SHA1: edcb8c505b2b50e1c4fd4913fb64c264247331b5 SHA256: 2db0841091d7281a29383c02e274d90953fc0508273266f076c36ed6f57f74a7 Section: web Priority: optional Homepage: http://iotjs.net Description: Javascript Framework for Internet of Things Inter-operable service platform in the world of IoT, based on web technology. The target of IoT.js is to run in resource constrained devices such as only few kilobytes of RAM available device. Package: iotjs-dbgsym Source: iotjs Version: 0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Philippe Coval Installed-Size: 1580 Depends: iotjs (= 0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a) Filename: ./armhf/iotjs-dbgsym_0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a_armhf.deb Size: 1408728 MD5sum: 265990022ec287572edbfcb0f9951bfe SHA1: a4074e057eb2579cb7f9e81248469b4376e8a248 SHA256: f6efa5600a5bd9cd42fc0e01e5c17f8c3cb651b6118de9ee8a95943b80850fdd Section: debug Priority: optional Description: debug symbols for iotjs Build-Ids: 5b5f4cf74126e394d8e448a3583595ae24166f5e Package: iotjs-dev Source: iotjs Version: 0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a Architecture: armhf Maintainer: Philippe Coval Installed-Size: 380 Filename: ./armhf/iotjs-dev_0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a_armhf.deb Size: 55460 MD5sum: d109e99abde7fcb25748ee0c0106b117 SHA1: f4e8fc985351800b6f6c6060705ed84a0823e788 SHA256: 7574129f8b0b0c766eb68adaaa7968fddb4c74cfde1002e9d494772d945b9da6 Section: web Priority: optional Homepage: http://iotjs.net Description: Developer files for Javascript Framework for IoT This package ships static library and developments files. C Headers are installed into iotjs namespace. This is mostly useful to embed iot.js in applications or debugging purposes. Package: iotjs-snapshot Source: iotjs Version: 0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a Architecture: all Maintainer: Philippe Coval Installed-Size: 21 Depends: iotjs (= 0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a) Filename: ./all/iotjs-snapshot_0.0+1.0+716+2+g02599f35-0~rzr0+1.0+715+131+g2615a37a_all.deb Size: 6068 MD5sum: 3402140d5c7347aec30c428c384ecc03 SHA1: a41f0a9ac71d5dd4999bd4475e8f9b5f3d2f9fb2 SHA256: 745ead3a67a9827e3421adab30025095300cc09352f18681aee4e296e785d2ae Section: utils Priority: extra Homepage: http://iotjs.net Description: unreleased snapshot version TODO: Remove on issue and upgrade iotjs Package: libsdl2 Version: 0.2.0.12+330+gc59ab0c02-333 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 1152 Depends: libc6 (>= 2.28), libudev1 | libudev0, libdbus-1-3 Conflicts: libsdl-1.3-0 Replaces: libsdl-1.3-0 Filename: ./armhf/libsdl2_0.2.0.12+330+gc59ab0c02-333_armhf.deb Size: 352204 MD5sum: 42a82c156dbca551a4f52467fedd4902 SHA1: 90b8a7b170b6e6c1ada73a49e6456b3633937ef0 SHA256: 990f273c7f2e82b6f41f1fe6be88e0608fa99ec19866f48e1f2db8407007700d Section: libs Priority: optional Multi-Arch: same Homepage: http://www.libsdl.org/ Description: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the shared library, compiled with X11 graphics drivers and OSS, ALSA and PulseAudio sound drivers. Package: libsdl2-dbg Source: libsdl2 Version: 0.2.0.12+330+gc59ab0c02-333 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 2514 Depends: libsdl2 (= 0.2.0.12+330+gc59ab0c02-333) Filename: ./armhf/libsdl2-dbg_0.2.0.12+330+gc59ab0c02-333_armhf.deb Size: 2280360 MD5sum: 57fafecfa09cc72b767105c2e570489a SHA1: abe6624e01336856923d16ef56f2d7bf780a5010 SHA256: 7a3b80e739d6f04cc882d0d8ec33fbef79db37e5d4626983f9097652e61f10f7 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.libsdl.org/ Description: Simple DirectMedia Layer debug files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the debug symbols for the SDL library. Build-Ids: 02dca9cfff39a5bcc3aab4782ebbe892694ff4ad Package: libsdl2-dev Source: libsdl2 Version: 0.2.0.12+330+gc59ab0c02-333 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 4767 Depends: libsdl2 (= 0.2.0.12+330+gc59ab0c02-333), libc6-dev, libgl1-mesa-dev Conflicts: libsdl-1.3-dev Replaces: libsdl-1.3-dev Filename: ./armhf/libsdl2-dev_0.2.0.12+330+gc59ab0c02-333_armhf.deb Size: 1611772 MD5sum: f9959a825ec6ac2d97ba3978da65481c SHA1: 2d29cb1107628b3916b80fb47248b8ef83547236 SHA256: 272fa9965aa3459386f59271e52b5c2f6ec66cb00b8ff9012644be7648e4b335 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.libsdl.org/ Description: Simple DirectMedia Layer development files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains files needed if you wish to use the SDL library in your own programs. Package: libsdl2-image Version: 0.2.0.5+64+g3add2d0-65 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 131 Depends: libc6 (>= 2.11), libjpeg62-turbo (>= 1.3.1), libsdl2 Filename: ./armhf/libsdl2-image_0.2.0.5+64+g3add2d0-65_armhf.deb Size: 57304 MD5sum: 48478e190564553ed70bc95bc40c8c81 SHA1: 0dd763910830e5674a99d67ace577f6511610ddb SHA256: fec62e6ad63abeb67f7e12fd0b35993c3308451f68f839b95b89467d3606c0cc Section: libs Priority: optional Multi-Arch: same Homepage: http://www.libsdl.org/projects/SDL_image/ Description: Image loading library for Simple DirectMedia Layer 2.0 This is a simple library to load images of various formats as SDL surfaces. This library currently supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF, and XPM formats. . This package contains the shared library. Package: libsdl2-image-dbgsym Source: libsdl2-image Version: 0.2.0.5+64+g3add2d0-65 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 196 Depends: libsdl2-image (= 0.2.0.5+64+g3add2d0-65) Filename: ./armhf/libsdl2-image-dbgsym_0.2.0.5+64+g3add2d0-65_armhf.deb Size: 175464 MD5sum: 0d456bbe558ce1eb51cb62d56f7804af SHA1: 05d7963627f28fadd9f95c11ba91780cf79a47bf SHA256: bf4c8835a1583cbb9264b7c09c27d0bd855f3b769aee381045415825a2a0bfde Section: debug Priority: optional Multi-Arch: same Description: debug symbols for libsdl2-image Build-Ids: 8689b850089fae89c8bb36fa8b1668f56cdcee2c Package: libsdl2-image-dev Source: libsdl2-image Version: 0.2.0.5+64+g3add2d0-65 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 172 Depends: libsdl2-image (= 0.2.0.5+64+g3add2d0-65), libc6-dev, libsdl2-dev Filename: ./armhf/libsdl2-image-dev_0.2.0.5+64+g3add2d0-65_armhf.deb Size: 62016 MD5sum: 9166ec5357b5c96608d8dce0f0a5d6f5 SHA1: 9e93ab1e79a436855a9c15b12b51ef979235caba SHA256: 775dc2c706e34d6eac5950b55d15758de9f4f165ae323a80f22fd2c5a3c8efc7 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.libsdl.org/projects/SDL_image/ Description: development files for SDL 2.0 image loading library This is a simple library to load images of various formats as SDL surfaces. This library currently supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF, and XPM formats. . This package contains files needed if you wish to use the SDL image library in your own programs. Package: libsdl2-image-snapshot Source: libsdl2-image Version: 0.2.0.5+64+g3add2d0-65 Architecture: all Maintainer: Debian SDL packages maintainers Installed-Size: 15 Depends: libsdl2-image (= 0.2.0.5+64+g3add2d0-65) Suggests: rzr Filename: ./all/libsdl2-image-snapshot_0.2.0.5+64+g3add2d0-65_all.deb Size: 9132 MD5sum: 8bd2dd5e285d49c45d64d13e0a56adee SHA1: 9cae17897a5bd026c47e8b2ba5f14fe8481fa81c SHA256: 0a5ea1422ffa0a3a8accbf1c90f20e99f00200e9db5af0230fd80a88c6a7e064 Section: utils Priority: extra Homepage: http://www.libsdl.org/projects/SDL_image/ Description: unreleased snapshot version TODO: Remove on issue and upgrade libsdl2-image Package: libsdl2-mixer Version: 0.2.0.4+173+g6f9413b-177 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 153 Depends: libc6 (>= 2.4), libsdl2 Filename: ./armhf/libsdl2-mixer_0.2.0.4+173+g6f9413b-177_armhf.deb Size: 67292 MD5sum: d55293c0e02a13c35a1c8f90a425b948 SHA1: 3de8b974cd52b83956afaeeee7ebb1c165f6b9b9 SHA256: 6f6349c96339f0a0753dbc27614b82d7d01e20ed8c75f569fc1f33d8168360e4 Section: libs Priority: optional Multi-Arch: same Homepage: http://www.libsdl.org/projects/SDL_mixer/ Description: Mixer library for Simple DirectMedia Layer 2.0 This is a multi-channel audio mixer library. It supports 4 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries. . This package contains the shared library. Package: libsdl2-mixer-dbgsym Source: libsdl2-mixer Version: 0.2.0.4+173+g6f9413b-177 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 219 Depends: libsdl2-mixer (= 0.2.0.4+173+g6f9413b-177) Filename: ./armhf/libsdl2-mixer-dbgsym_0.2.0.4+173+g6f9413b-177_armhf.deb Size: 189508 MD5sum: bf971c326912c49e3612287a26571f6a SHA1: 1e65de910c9eff277edac0ee1681b3d014be6e65 SHA256: 5b94f0bb36de6f7406720af4c35c4f8b35117fe0f225bbd112bfcdce4232d6cd Section: debug Priority: optional Multi-Arch: same Description: debug symbols for libsdl2-mixer Build-Ids: 7a0d4549fb436617e014ff91c53f30504dfc2cd6 Package: libsdl2-mixer-dev Source: libsdl2-mixer Version: 0.2.0.4+173+g6f9413b-177 Architecture: armhf Maintainer: Debian SDL packages maintainers Installed-Size: 266 Depends: libsdl2-mixer (= 0.2.0.4+173+g6f9413b-177), libc6-dev, libsdl2-dev Filename: ./armhf/libsdl2-mixer-dev_0.2.0.4+173+g6f9413b-177_armhf.deb Size: 83700 MD5sum: 5b355c4120a4d623addf347e83273caa SHA1: f4ca0de58c4174346a86e0a5c6cda90c2b44b6bc SHA256: 006f5fca22545632f9daaf045228eae2d88b5c9fe37587256751c3b6e9bdf2a8 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.libsdl.org/projects/SDL_mixer/ Description: Mixer library for Simple DirectMedia Layer 1.2, development files SDL Mixer is a sample multi-channel audio mixer library. It supports 4 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries. . This package contains files needed if you wish to use the SDL mixer library in your own programs. Package: libsdl2-mixer-snapshot Source: libsdl2-mixer Version: 0.2.0.4+173+g6f9413b-177 Architecture: all Maintainer: Debian SDL packages maintainers Installed-Size: 26 Depends: libsdl2-mixer (= 0.2.0.4+173+g6f9413b-177) Suggests: rzr Filename: ./all/libsdl2-mixer-snapshot_0.2.0.4+173+g6f9413b-177_all.deb Size: 15564 MD5sum: 923f94d6dcd99dcc35f016d5299edcfd SHA1: 2aab60facd458239ee895e4a2e66b625e9055d1c SHA256: a434026c7853140e58c81884877eff127478fbf1967c1f8301e88a288aee4492 Section: utils Priority: extra Homepage: http://www.libsdl.org/projects/SDL_mixer/ Description: unreleased snapshot version TODO: Remove on issue and upgrade libsdl2-mixer Package: libsdl2-snapshot Source: libsdl2 Version: 0.2.0.12+330+gc59ab0c02-333 Architecture: all Maintainer: Debian SDL packages maintainers Installed-Size: 25 Depends: libsdl2 (= 0.2.0.12+330+gc59ab0c02-333) Suggests: rzr Filename: ./all/libsdl2-snapshot_0.2.0.12+330+gc59ab0c02-333_all.deb Size: 7380 MD5sum: f4b3d9a4cebb4e989df670cd11fcaf22 SHA1: 12c818c8d39ef343a7fa63c1014263f91dd902e3 SHA256: d12bab63fd9d4cfad9a7e27f8a02eee8a51ca778d431ee5df8518c09d6261927 Section: utils Priority: extra Homepage: http://www.libsdl.org/ Description: unreleased snapshot version TODO: Remove on issue and upgrade libsdl2 Package: pinball Version: 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 323 Depends: libc6 (>= 2.27), libgcc1 (>= 1:3.5), libgl1, libglu1-mesa | libglu1, libice6 (>= 1:1.0.0), libltdl7 (>= 2.4.6), libsdl2, libsdl2-image, libsdl2-mixer, libsm6, libstdc++6 (>= 5.2), pinball-data (= 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938) Suggests: pinball-table-gnu, pinball-table-hurd, alsa-utils, xinit Filename: ./armhf/pinball_0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938_armhf.deb Size: 100540 MD5sum: a3e9e8907d31c2edcc1da7c9486363d5 SHA1: ac626030f59abeb9e7046c67fd5dca5641fe27ed SHA256: 72b283f3d7752cf67f129eccedc70bbdcac991298f5352e6f9dfb741c46fe326 Section: games Priority: optional Homepage: https://sourceforge.net/projects/pinball/ Description: Emilia Pinball Emulator The Emilia Pinball Project is a pinball simulator for GNU/Linux and other Unix systems. There are only two levels to play with, but they are very addictive. . You can play with two types of boards and keep high scores. . Works with OpenGL and needs hardware acceleration. See requeriments on README file. Package: pinball-data Source: pinball Version: 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938 Architecture: all Maintainer: Philippe Coval Installed-Size: 6611 Filename: ./all/pinball-data_0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938_all.deb Size: 4366724 MD5sum: 58973a25f47c1b18f308dc54c70961c9 SHA1: cdf9200a4be6be0868eef199b02b6425bacaf5e5 SHA256: 522f950b86ab87a08443e2c97d630610ae2ce06a64d764483b58959aa7deb5f1 Section: games Priority: optional Multi-Arch: foreign Homepage: https://sourceforge.net/projects/pinball/ Description: Data files for the Emilia Pinball Emulator The Emilia Pinball Project is a pinball simulator for Linux and other Unix systems. There are only two levels to play with, but they are very addictive. . This package contains various data files used by the pinball emulator. Package: pinball-dbgsym Source: pinball Version: 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Philippe Coval Installed-Size: 2182 Depends: pinball (= 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938) Filename: ./armhf/pinball-dbgsym_0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938_armhf.deb Size: 2138328 MD5sum: 2ea72e0b141fab22761643b67ef4413b SHA1: cf3b676a6b4a5f411d8880b4552cb0c666e5618b SHA256: 429aba3ad0a5cbcc535ab69531a79c4aba5b869d48ca868c89305b5c43942adc Section: debug Priority: optional Description: debug symbols for pinball Build-Ids: 257a82629ed2efca4bbc3b1faafaf291fa4ea569 3554fa8f4fd0caad321d31e6f7354dee10b3ab73 b41899a0baae5bff1d4177b8f8920352625373df c9be142a069a84ee9e842b816f742eda39023e29 Package: pinball-dev Source: pinball Version: 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 753 Depends: libc6-dev, pinball (= 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938), libstdc++6-4.4-dev | libstdc++-dev Filename: ./armhf/pinball-dev_0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938_armhf.deb Size: 142120 MD5sum: 0bb152ef89c725dccf480313b520b186 SHA1: 595b917fbc428164f30034d9ab57b75778f8e02a SHA256: da746642d7cc765e359b818b12780660e7b7ee3d3458276f474dd30849fd5207 Section: games Priority: optional Homepage: https://sourceforge.net/projects/pinball/ Description: Development files for the Emilia Pinball Emulator The Emilia Pinball Project is a pinball simulator for Linux and other Unix systems. There are only two levels to play with, but they are very addictive. . This package contains header files and configuration for creating new levels. Package: pinball-snapshot Source: pinball Version: 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938 Architecture: all Maintainer: Philippe Coval Installed-Size: 17 Depends: pinball (= 0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938) Suggests: rzr Filename: ./all/pinball-snapshot_0.0.3.1+111+gb91facd3-0.3.1+113+g85e65938_all.deb Size: 5088 MD5sum: 51f7def8a7420eaa12e9279544c0c5a9 SHA1: 92bc946de39459212c9b887345d8e2701579b449 SHA256: 46054e98530492ae84beb470d764d3a9094f2385322b42d9d5815522660237c0 Section: utils Priority: extra Homepage: https://sourceforge.net/projects/pinball/ Description: unreleased snapshot version TODO: Remove on issue and upgrade pinball Package: trako-dev Source: trako Version: 0.0.2.0+1+g5638c6d-3 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 50 Depends: trako1 (= 0.0.2.0+1+g5638c6d-3) Filename: ./armhf/trako-dev_0.0.2.0+1+g5638c6d-3_armhf.deb Size: 10212 MD5sum: c65d11e93ed787d15a015a631fb671d9 SHA1: cbc0ef9cee37260a467b02b8d85323d79ee539f3 SHA256: 5bae01c935a0821ec01c186f92736b99a02f7aceb8c8b5c9fb6c5d8a2b9fc401 Section: libdevel Priority: extra Homepage: https://gitorious.org/trako/ Description: C++ tracking library that count instances funct calls etc Trako aims to help profiling a C++ project in real time without changing much of the architecture and related code to be studied... Package: trako-snapshot Source: trako Version: 0.0.2.0+1+g5638c6d-3 Architecture: all Maintainer: Philippe Coval Installed-Size: 9 Depends: trako (= 0.0.2.0+1+g5638c6d-3) Suggests: rzr Filename: ./all/trako-snapshot_0.0.2.0+1+g5638c6d-3_all.deb Size: 1932 MD5sum: eaae87fcccbb8bb9756575ee3f5bf885 SHA1: badf8571ac75c99146f4fc20a72b68cdea0b7ff8 SHA256: 8fdc39d6060c47df7ceb0ba7156eb428857b3faf69b9584a93f60b11fe7e87a8 Section: utils Priority: extra Homepage: https://gitorious.org/trako/ Description: unreleased snapshot version TODO: Remove on issue and upgrade trako Package: trako1 Source: trako Version: 0.0.2.0+1+g5638c6d-3 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 9 Filename: ./armhf/trako1_0.0.2.0+1+g5638c6d-3_armhf.deb Size: 1980 MD5sum: 400a937881d0a0e7bb7547cd55c0c48f SHA1: 2b547bfbf53a4067f658424682130b69fe4c9b80 SHA256: 56c7e041dd9574d9b418b81550517e4f44165518606c2ffcb10d0410d988ebb8 Section: libs Priority: extra Homepage: https://gitorious.org/trako/ Description: C++ tracking library that count instances funct calls etc Trako aims to help profiling a C++ project in real time without changing much of the architecture and related code to be studied... Package: xscopes-qt Version: 0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8 Architecture: armhf Maintainer: Philippe Coval Installed-Size: 2436 Depends: libc6 (>= 2.28), libgcc1 (>= 1:3.5), libqt5core5a (>= 5.6.0~beta), libqt5gui5 (>= 5.8.0), libqt5printsupport5 (>= 5.0.2), libqt5serialport5 (>= 5.6.0), libqt5widgets5 (>= 5.0.2), libstdc++6 (>= 5.2), libusb-1.0-0 (>= 2:1.0.9) Filename: ./armhf/xscopes-qt_0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8_armhf.deb Size: 1142500 MD5sum: efb29f11ea2ee369967ec6958a1064c7 SHA1: d2592ff8a3b10638f8333e35a9a50eae47f49f1c SHA256: 093185a1824a94e2e6816d0be911e6858dada212851759717496447d156d882c Section: unknown Priority: optional Homepage: Description: Package: xscopes-qt-dbgsym Source: xscopes-qt Version: 0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Philippe Coval Installed-Size: 3705 Depends: xscopes-qt (= 0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8) Filename: ./armhf/xscopes-qt-dbgsym_0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8_armhf.deb Size: 3501684 MD5sum: 5beac01b5f35dca7303c6527170aa9ae SHA1: 5e79cda7a1362d571ef5f99b7753f0074fcc5f7b SHA256: 6c2a43248d2d4b4fc23a22016d3f154822cfcd1239b7a128a9a81c902bbccf85 Section: debug Priority: optional Description: debug symbols for xscopes-qt Build-Ids: bf9a858372c3fe9dc9872f69abd64b75c450cab0 Package: xscopes-qt-snapshot Source: xscopes-qt Version: 0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8 Architecture: all Maintainer: Philippe Coval Installed-Size: 9 Depends: xscopes-qt (= 0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8) Suggests: rzr Filename: ./all/xscopes-qt-snapshot_0.0.0+0.0.0+117+g49db054-0~rzr0+0.0.0+124+g42602b8_all.deb Size: 2468 MD5sum: ec1c1564cce7e83f3edf353ae4d4f3f5 SHA1: 80ec4acb218d380378edbdb84bdf863a6a8b3ba7 SHA256: e553c0e1941eb6ae2a9a8eb18a307ac8cbef84c509cd948a713d8c1acfa3499b Section: utils Priority: extra Homepage: Description: unreleased snapshot version TODO: Remove on issue and upgrade xscopes-qt