Ubuntu Pastebin

Paste from daker at Mon, 11 Apr 2016 22:10:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
name: micropython
version: 1.7
vendor: Adnane Belmadiaf <daker@ubuntu.com>
summary: A lean and efficient Python implementation for microcontrollers.
description: MicroPython is a lean and efficient Python implementation for microcontrollers and constrained systems.
icon: icon.png

binaries:
  micropython:
    exec: usr/local/bin/micropython

parts:
  micropython:
    plugin: make
    source: https://github.com/micropython/micropython
    source-type: git
    source-tag: v1.7
    source-subdir: unix
    build-packages: [build-essential, git, libreadline-dev, libffi-dev]
Download as text