GithubHelp home page GithubHelp logo

kleopatra999 / ocaml-gsasl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nojb/ocaml-gsasl

0.0 2.0 0.0 232 KB

OCaml bindings for the GNU SASL library using Ctypes

Makefile 0.33% OCaml 99.67%

ocaml-gsasl's Introduction

ocaml-gsasl

This is a preliminary release of OCaml bindings for the GNU SASL library. They are written using Ctypes.

Installation and Usage

  1. Install libgsasl. If you are using OS X with Homebrew, this is as simple as typing

    brew install gsasl
  2. Install with OPAM.

    opam install gsasl
  3. To see if it is working, you can try it out in the ocaml toplevel:

    # #use "topfind";;
    - : unit = ()
    # #require "gsasl";;
    # let s = Gsasl.base64_to "Hello, World!";;
    val s : string = "SGVsbG8sIFdvcmxkIQ=="
    # Gsasl.base64_from s;;
    - : string = "Hello, World!"
    # let ctx = Gsasl.init ();;
    val ctx : Gsasl.context = <abstr>
    # Gsasl.client_mechlist ctx;;
    - : string list = ["GSSAPI"; "OPENID20"; "SAML20"; "SCRAM-SHA-1"; "CRAM-MD5"; "DIGEST-MD5"; "SECURID"; "PLAIN"; "LOGIN"; "EXTERNAL"; "ANONYMOUS"]
  4. Read the documentation in lib/gsasl.mli.

Comments

Comments, bug reports and feature requests are very welcome: [email protected].

ocaml-gsasl's People

Contributors

nojb avatar yallop avatar

Watchers

rosa maria palacios juncosa avatar  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.