this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] jsonoo (0.3.0)

CHANGES:

- Change internal representation to `Ojs.t` and make `Jsonoo.t` abstract.
- Add a `Make` functor to create modules with a custom type representation.
- Remove js_of_ocaml-ppx dependency.

+42
+42
packages/jsonoo/jsonoo.0.3.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "JSON library for Js_of_ocaml" 3 + maintainer: ["Max Lantas <mnxndev@outlook.com>"] 4 + authors: ["Max Lantas <mnxndev@outlook.com>"] 5 + license: "MIT" 6 + homepage: "https://github.com/mnxn/jsonoo" 7 + doc: "https://mnxn.github.io/jsonoo/" 8 + bug-reports: "https://github.com/mnxn/jsonoo/issues" 9 + depends: [ 10 + "dune" {>= "2.7"} 11 + "ocaml" {>= "4.08"} 12 + "js_of_ocaml" 13 + "gen_js_api" {>= "1.0.8"} 14 + "webtest" {with-test} 15 + "webtest-js" {with-test} 16 + "conf-npm" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/mnxn/jsonoo.git" 34 + url { 35 + src: 36 + "https://github.com/mnxn/jsonoo/releases/download/v0.3.0/jsonoo-0.3.0.tbz" 37 + checksum: [ 38 + "sha256=7aa2cad5ca7b68f27beaac02eff2f49dda040ccf6f9e4e0d79d0e6e263573469" 39 + "sha512=3677806f2fc41c7edb4458d22e5e1b43a8e67c003b65680f81559c5ec49d2b4fa41c12df4821564d22cab2daa0c4914f0a1e2ea2e06401beb0377f39452c39c8" 40 + ] 41 + } 42 + x-commit-hash: "39c88c9299ab68d41daa4fb17b885a048e09b8f1"