this repo has no description
1opam-version: "2.0" 2synopsis: "Js_of_ocaml tools to help handling web extension" 3description: 4 "jext provides functors to deal with the connection between background, contentscript, popup and main page." 5maintainer: "contact@functori.com" 6authors: "Maxime Levillain <maxime.levillain@functori.com>" 7license: "MIT" 8homepage: "https://gitlab.com/functori/dev/jext" 9bug-reports: "https://gitlab.com/functori/dev/jext/-/issues" 10depends: [ 11 "dune" {>= "3.6"} 12 "ocaml" {>= "4.08"} 13 "ezjs_extension" 14 "ez_api" {>= "1.2.0"} 15 "ezjs_fetch" {>= "0.3"} 16 "ppx_deriving_jsoo" {>= "0.3"} 17 "odoc" {with-doc} 18] 19build: [ 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] 33dev-repo: "git+https://gitlab.com/functori/dev/jext" 34url { 35 src: 36 "https://gitlab.com/functori/dev/jext/-/archive/0.1.0/jext-0.1.0.tar.gz" 37 checksum: [ 38 "md5=fed8296cfc592824344f21fb4185cf29" 39 "sha512=b1cbd394782aaa7a24baf1d8f17d0e6076b5fb209f1467123a3a609975a8906ec55de02a1c6ccc5841c7f1fda5ce506004b161242ba16263f19cc44c007b26a4" 40 ] 41}