Binary package “golang-github-d2r2-go-bsbmp-dev” in ubuntu oracular

interact with Bosch Sensortec BMP180/BMP280/BME280/BMP388 sensors (library)

 Digital humidity and pressure sensors from Bosch Sensortec are popular among
 Arduino and Raspberry Pi developers. These sensors are compact and quite
 accurately measuring, working via Inter-Integrated Circuit (I2C) bus interface.
 .
 This library is written in Go programming language for Raspberry Pi and
 counterparts. It makes all necessary i2c-bus interactions and values
 computation to gives you the temperature and atmospheric pressure values. BME
 sensors also provide relative humidity values.
 .
 Following sensors from Bosch Sensortec are supported:
  * BMP180 (pressure and temperature)
  * BMP280 (pressure and temperature)
  * BME280 (humidity, pressure, and temperature)
  * BMP388 (pressure and temperature)