Skip to content
Snippets Groups Projects
opam 448 B
Newer Older
  • Learn to ignore specific revisions
  • opam-version: "1.2"
    name: "jsjsref"
    version: "1.0~dev"
    maintainer: "Thomas Wood <thomas.wood09@imperial.ac.uk>"
    authors: ["Arthur Charguéraud <arthur@chargueraud.org>"
              "Alan Schmitt <alan.schmitt@inria.fr"
              "Thomas Wood <thomas.wood09@imperial.ac.uk>"]
    homepage: "http://jscert.org/"
    license: "BSD 3-clause"
    
    Thomas Wood's avatar
    Thomas Wood committed
    available: [ocaml-version >= "4.03.0" && ocaml-version < "4.04"]
    
    build: [
      [make]
    ]
    depends: [
      "ocamlfind" {build}
    ]