Skip to content

Commit

Permalink
add pa_fields_conv 113.00.00
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremie Dimino committed Jan 20, 2016
1 parent 19fcea2 commit cd6e70a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/pa_fields_conv/pa_fields_conv.113.00.00/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values
Part of Jane Street’s Core library
The Core suite of libraries is an industrial strength alternative to
OCaml's standard library that was developed by Jane Street, the
largest industrial user of OCaml.
1 change: 1 addition & 0 deletions packages/pa_fields_conv/pa_fields_conv.113.00.00/findlib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pa_fields_conv
18 changes: 18 additions & 0 deletions packages/pa_fields_conv/pa_fields_conv.113.00.00/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: ["Jane Street Group, LLC <[email protected]>"]
homepage: "https://github.com/janestreet/pa_fields_conv"
bug-reports: "https://github.com/janestreet/pa_fields_conv/issues"
dev-repo: "https://github.com/janestreet/pa_fields_conv.git"
license: "Apache-2.0"
build: [[make]]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "pa_fields_conv"]]
depends: [
"camlp4"
"ocamlfind" {>= "1.3.2"}
"type_conv" {>= "113.00.00" & < "113.01.00"}
"ocamlbuild" {build}
"oasis" {build}
]
available: [ ocaml-version >= "4.00.0" & ocaml-version < "4.03" ]
2 changes: 2 additions & 0 deletions packages/pa_fields_conv/pa_fields_conv.113.00.00/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/janestreet/pa_fields_conv/archive/113.00.00.tar.gz"
checksum: "38d7844ca750d4b43100d4b19a1ace60"

0 comments on commit cd6e70a

Please sign in to comment.