Giter VIP home page Giter VIP logo

openkop / libkustomer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kopano-dev/libkustomer

0.0 0.0 0.0 176 KB

This project implements a C shared library with a public API to talk to the API provided by a locally running Kopano Kustomer Daemon.

Home Page: https://stash.kopano.io/projects/KC/repos/libkustomer/browse

License: Other

Shell 4.56% C++ 1.55% Python 5.94% C 30.46% Go 44.85% Makefile 5.86% M4 6.78%

libkustomer's Introduction

Kopano Kustomer Daemon client library

GoDoc

This project implements a C shared library with a public API to talk to the API provided by a locally running Kopano Kustomer Daemon.

Also this project can be used directly from Go as an importable module.

Compiling

Make sure you have Go 1.14 or later installed. This project uses Go modules.

As this is a C library, it is furthermore assumed that there is a working C compiler toolchain in your path which includes autoconf and make.

git clone <THIS-PROJECT> libkustomer
cd libkustomer
./bootstrap.sh
./configure
make

This will produce the compiled library .so and the matching C header file in the ./.libs directory.

Use as Go module

import "stash.kopano.io/kc/libkustomer"

libkustomer's People

Contributors

longsleep avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.