package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.8.2.tbz
sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e
sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 21 Jan 2021

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "4.13"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra
  7. accessor
  8. accessor_async
  9. accessor_base
  10. accessor_core
  11. acgtk >= "1.4.0" & < "2.0.0"
  12. aches
  13. aches-lwt
  14. acpc >= "2.0.0"
  15. advi
  16. agrid
  17. ahrocksdb
  18. aifad >= "2.2.1"
  19. alba >= "0.4.1"
  20. albatross
  21. alcotest >= "0.8.5" & < "1.7.0"
  22. alcotest-async >= "0.8.5" & < "1.7.0"
  23. alcotest-js < "1.7.0"
  24. alcotest-lwt >= "0.8.5" & < "1.7.0"
  25. alcotest-mirage < "1.7.0"
  26. alg_structs
  27. alg_structs_qcheck
  28. algaeff
  29. alsa >= "0.3.0"
  30. alt-ergo >= "2.3.0" & < "2.4.3"
  31. alt-ergo-free >= "2.3.3"
  32. alt-ergo-lib < "2.4.3"
  33. alt-ergo-lib-free
  34. alt-ergo-parsers < "2.4.3"
  35. alt-ergo-parsers-free
  36. altgr-ergo >= "2.3.0" & < "2.4.3"
  37. amf >= "0.1.2"
  38. amqp-client >= "2.0.3"
  39. amqp-client-async >= "2.0.3"
  40. amqp-client-lwt >= "2.0.3"
  41. anders
  42. angstrom >= "0.11.1"
  43. angstrom-async >= "0.11.1"
  44. angstrom-lwt-unix >= "0.11.1"
  45. angstrom-unix >= "0.11.1"
  46. ansi < "0.6.0"
  47. anthill
  48. ao >= "0.2.2"
  49. apronext
  50. archetype
  51. archi
  52. archi-async
  53. archi-lwt
  54. arg-complete
  55. argon2 >= "1.0.0"
  56. arp >= "1.0.0"
  57. arp-mirage
  58. art
  59. asak
  60. ask
  61. ask-integrator
  62. asli >= "0.2.0"
  63. asn1-combinators >= "0.2.2"
  64. async >= "v0.12.0"
  65. async-uri < "0.4.0"
  66. async_durable >= "v0.12.0"
  67. async_extra >= "v0.12.0"
  68. async_find >= "v0.12.0"
  69. async_graphics >= "0.7.0"
  70. async_inotify >= "v0.12.0"
  71. async_interactive >= "v0.12.0"
  72. async_js >= "v0.12.0"
  73. async_kernel >= "v0.12.0"
  74. async_rpc_kernel >= "v0.12.0"
  75. async_rpc_websocket
  76. async_sendfile >= "v0.12.0"
  77. async_shell >= "v0.12.0"
  78. async_smtp >= "v0.12.0"
  79. async_ssl >= "v0.12.0"
  80. async_udp
  81. async_unix >= "v0.12.0"
  82. async_websocket
  83. atable
  84. atd >= "2.2.1"
  85. atdd
  86. atdgen >= "2.2.1"
  87. atdgen-codec-runtime
  88. atdgen-runtime >= "2.2.1"
  89. atdj >= "2.2.1" & < "20151001.01"
  90. atdpy
  91. atds
  92. atdts
  93. atomic < "base"
  94. autofonce
  95. autofonce_config
  96. autofonce_core
  97. autofonce_lib
  98. autofonce_m4
  99. autofonce_misc
  100. autofonce_patch
  101. autofonce_share
  102. avro
  103. avro-compiler
  104. awa
  105. awa-lwt
  106. awa-mirage
  107. aws >= "1.2"
  108. aws-async
  109. aws-autoscaling >= "1.2"
  110. aws-cloudformation >= "1.2"
  111. aws-cloudtrail >= "1.2"
  112. aws-cloudwatch
  113. aws-ec2 >= "1.2"
  114. aws-elasticache
  115. aws-elasticloadbalancing >= "1.2"
  116. aws-lwt
  117. aws-rds
  118. aws-route53
  119. aws-s3 >= "4.0.0"
  120. aws-s3-async >= "4.0.0"
  121. aws-s3-lwt >= "4.0.0"
  122. aws-sdb >= "1.2"
  123. aws-sqs
  124. aws-ssm >= "1.2"
  125. aws-sts >= "1.2"
  126. azblob
  127. azblob-async
  128. azure-cosmos-db
  129. babel
  130. bag
  131. bare_encoding
  132. bark
  133. base >= "v0.12.0" & < "v0.17.0"
  134. base32
  135. base64 >= "2.3.0"
  136. base_bigstring
  137. base_quickcheck >= "v0.12.1"
  138. base_trie
  139. bastet
  140. bastet_async
  141. bastet_lwt
  142. batch_jaro_winkler
  143. batsat
  144. batteries >= "3.7.1"
  145. bddrand
  146. bech32
  147. bechamel
  148. bechamel-js
  149. bechamel-notty
  150. bechamel-perf
  151. beluga = "1.0"
  152. benchmark >= "1.6"
  153. benchpress
  154. benchpress-server
  155. bencode >= "2.0"
  156. bentov
  157. bheap >= "2.0.0"
  158. bidirectional_map
  159. bigarray-compat
  160. bigarray-overlap
  161. bigdecimal
  162. bignum >= "v0.12.0"
  163. bigstring >= "0.3"
  164. bigstring-unix >= "0.3"
  165. bigstringaf >= "0.5.0" & < "0.9.1"
  166. bimage
  167. bimage-display
  168. bimage-gtk
  169. bimage-io
  170. bimage-lwt
  171. bimage-sdl
  172. bimage-unix
  173. bimap
  174. bin_prot >= "v0.12.0"
  175. binaryen != "0.3.0" & < "0.11.0"
  176. binaryen_dsl
  177. bindlib >= "6.0.0"
  178. biniou >= "1.2.1"
  179. binning
  180. binsec >= "0.4.0" & < "0.5.0"
  181. bio_io != "0.1.2" & < "0.5.1"
  182. biocaml >= "0.9.0"
  183. biotk
  184. bisect_ppx >= "1.4.0" & < "2.8.3"
  185. bistro >= "0.5.0"
  186. bistro-bio
  187. bitcoin >= "3.0"
  188. bitcoin-cohttp-async
  189. bitcoin-cohttp-lwt
  190. bitcoin-ocurl
  191. bitcoinml >= "0.4.1"
  192. bitlib
  193. bitmasks >= "1.2.0"
  194. bitpack_serializer
  195. bitstring >= "3.1.1"
  196. bitv >= "1.4"
  197. bitwuzla
  198. bitwuzla-bin < "1.0.0"
  199. bitwuzla-c
  200. bjack >= "0.1.6"
  201. blake2 >= "0.3"
  202. blake3
  203. bloomf
  204. bls12-381 < "0.4.1"
  205. bnfgen
  206. bogue
  207. boltzgen
  208. bonsai
  209. box
  210. brr-lwd
  211. bson2
  212. bst >= "6.0.0"
  213. buffer-pool
  214. build_path_prefix_map >= "0.3"
  215. builder
  216. builder-web
  217. bun >= "0.3.4"
  218. bwd
  219. bwrap
  220. bytearray >= "1.0.1"
  221. bytebuffer
  222. bytepdf
  223. bz2
  224. ca-certs
  225. ca-certs-nss
  226. cactus
  227. cairo2 >= "0.6"
  228. cairo2-gtk
  229. cairo2-pango
  230. calculon >= "0.4"
  231. calculon-redis
  232. calculon-redis-lib
  233. calculon-web >= "0.4"
  234. caldav < "0.2.2"
  235. calendar >= "3.0.0"
  236. calendars
  237. calipso
  238. callipyge >= "0.2"
  239. camelot
  240. camels
  241. camelsnakekebab
  242. camlimages >= "5.0.2" & < "5.0.5"
  243. camlon >= "3.0.0"
  244. camlp-streams
  245. camltc >= "0.9.8"
  246. camomile = "1.0.2"
  247. camyll
  248. capnp >= "3.3.0"
  249. capnp-rpc >= "0.3.2" & < "1.2.3"
  250. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  251. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  252. capnp-rpc-net < "1.2.3"
  253. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  254. caqti >= "1.0.0" & < "2.1.1"
  255. caqti-async >= "1.0.0" & < "2.1.1"
  256. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  257. caqti-driver-pgx < "2.1.1"
  258. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  259. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  260. caqti-dynload >= "1.0.0"
  261. caqti-eio < "2.1.1"
  262. caqti-lwt >= "1.0.0" & < "2.1.1"
  263. caqti-mirage < "2.1.1"
  264. caqti-type-calendar >= "1.0.0"
  265. carton
  266. carton-git
  267. carton-lwt
  268. catala < "0.8.0"
  269. catapult
  270. catapult-client
  271. catapult-daemon
  272. catapult-file
  273. catapult-sqlite
  274. cbor >= "0.3"
  275. cconv >= "0.5"
  276. cconv-ppx
  277. cdrom >= "0.9.4"
  278. certify >= "0.3.0"
  279. cf < "0.5.0"
  280. cf-lwt < "0.5.0"
  281. cfg >= "2.2.0"
  282. cfml
  283. cfstream >= "1.3.1"
  284. chacha
  285. charInfo_width
  286. charrua
  287. charrua-client >= "0.11.2"
  288. charrua-client-lwt >= "0.11.2"
  289. charrua-client-mirage >= "0.11.2"
  290. charrua-core >= "0.11.2"
  291. charrua-server
  292. charrua-unix >= "0.11.2"
  293. charset
  294. chartjs
  295. chartjs-annotation
  296. chartjs-colorschemes
  297. chartjs-datalabels
  298. chartjs-streaming
  299. chase
  300. checkseum = "0.0.3" | >= "0.2.1"
  301. choice >= "0.4"
  302. cinaps >= "v0.12.0"
  303. clangml >= "4.0.0" & < "4.8.0"
  304. clangml-transforms >= "0.24"
  305. clap
  306. clarity >= "0.4.0"
  307. clarity-lang
  308. clim
  309. clim-ppx
  310. clz
  311. cmarker
  312. codept >= "0.10.3"
  313. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  314. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  315. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  316. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  317. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  318. cohttp-lwt-unix-nossl
  319. cohttp-lwt-unix-ssl
  320. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  321. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  322. cohttp_async_websocket
  323. cohttp_static_handler
  324. coin >= "0.1.1"
  325. colombe
  326. color >= "0.2.0"
  327. color-brewery
  328. combinat
  329. comby
  330. comby-kernel
  331. comby-semantic
  332. command_rpc >= "v0.12.0"
  333. conduit >= "1.3.0"
  334. conduit-async >= "1.3.0"
  335. conduit-async-ssl
  336. conduit-async-tls
  337. conduit-lwt >= "1.3.0"
  338. conduit-lwt-ssl
  339. conduit-lwt-tls
  340. conduit-lwt-unix >= "1.3.0"
  341. conduit-mirage
  342. conduit-tls
  343. conex >= "0.10.0"
  344. conex-mirage-crypto
  345. conex-nocrypto
  346. conformist
  347. containers >= "2.4" & < "3.13"
  348. containers-data < "3.13"
  349. containers-thread
  350. content_security_policy
  351. cookie
  352. cookies
  353. coq >= "8.14.0" & < "8.17.0"
  354. coq-of-ocaml >= "2.4.1" & != "2.5.2+4.13" & < "2.5.3+4.13"
  355. coq-serapi >= "8.9.0+0.6.0"
  356. coqide >= "8.14.0" & < "8.17.0"
  357. core >= "v0.12.0"
  358. core_bench >= "v0.12.0"
  359. core_compat
  360. core_extended >= "v0.12.0"
  361. core_kernel >= "v0.12.3"
  362. core_profiler >= "v0.12.0"
  363. core_unix
  364. cosovo
  365. cow = "2.4.0"
  366. cowabloga >= "0.5.0"
  367. cpm >= "5.0.0"
  368. cppo >= "1.6.6"
  369. cppo_ocamlbuild >= "1.6.6"
  370. cps_toolbox < "0.3"
  371. cpu
  372. cpuid >= "0.1.2"
  373. crc >= "2.1.0"
  374. crlibm >= "0.3"
  375. crontab
  376. crowbar = "0.2"
  377. crunch >= "2.2.0"
  378. cry >= "0.6.5"
  379. cryptokit >= "1.16.1"
  380. csexp < "1.5.2"
  381. css-parser
  382. cstruct >= "3.3.0"
  383. cstruct-async >= "3.3.0"
  384. cstruct-lwt >= "3.3.0"
  385. cstruct-sexp
  386. cstruct-unix >= "3.3.0"
  387. csv >= "2.2"
  388. csv-lwt >= "2.1"
  389. csvfields >= "v0.12.0"
  390. csvtool
  391. ctoxml
  392. ctypes-zarith
  393. cudf >= "0.10"
  394. cuid >= "0.2"
  395. cumulus
  396. curly >= "0.2.0"
  397. current < "0.6"
  398. current-web-pipelines
  399. current_ansi
  400. current_docker < "0.6"
  401. current_examples < "0.6"
  402. current_git < "0.6"
  403. current_github < "0.6"
  404. current_incr
  405. current_ocluster < "0.2"
  406. current_rpc < "0.6"
  407. current_slack < "0.6"
  408. current_web < "0.6"
  409. curses >= "1.0.9"
  410. curve-sampling
  411. cviode
  412. cwe_checker
  413. DrawGrammar >= "0.2.2"
  414. daft >= "0.0.4"
  415. dap
  416. data-encoding < "1.0.0"
  417. dataframe
  418. datakit >= "0.12.2"
  419. datakit-bridge-github >= "0.12.2"
  420. datakit-bridge-local-git >= "0.12.2"
  421. datakit-ci >= "0.12.2"
  422. datakit-client >= "0.12.2"
  423. datakit-client-9p >= "0.12.2"
  424. datakit-client-git >= "0.12.2"
  425. datakit-github >= "0.12.2"
  426. datakit-server >= "0.12.2"
  427. datakit-server-9p >= "0.12.2"
  428. datalog >= "0.6"
  429. dates_calc
  430. daypack-lib
  431. dbf < "0.1.1"
  432. debian-formats >= "0.1.2"
  433. decimal
  434. decoders >= "0.1.2" & < "1.0.0"
  435. decoders-bencode < "1.0.0"
  436. decoders-cbor < "1.0.0"
  437. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  438. decoders-jsonm < "1.0.0"
  439. decoders-msgpck < "1.0.0"
  440. decoders-sexplib < "1.0.0"
  441. decoders-yojson >= "0.1.2" & < "1.0.0"
  442. decompress >= "0.8.1"
  443. dedent
  444. dedukti >= "2.7"
  445. delimited_parsing >= "v0.12.0"
  446. depyt >= "0.3.0"
  447. devkit >= "1.0"
  448. diet >= "0.2"
  449. diffable
  450. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  451. directories
  452. dirsift
  453. dirsp-exchange
  454. dirsp-exchange-kbb2017
  455. dirsp-proscript
  456. dirsp-proscript-mirage
  457. dirsp-ps2ocaml
  458. disml
  459. dispatch >= "0.4.1"
  460. dispatch-js >= "0.4.1"
  461. distributed >= "0.6.0"
  462. distributed-lwt >= "0.2.0"
  463. distributed-uwt >= "0.2.0"
  464. dkim
  465. dkim-bin
  466. dkim-mirage
  467. dlm >= "0.3.1"
  468. dns >= "1.1.0"
  469. dns-async >= "1.1.0"
  470. dns-certify
  471. dns-cli
  472. dns-client
  473. dns-client-lwt
  474. dns-client-mirage
  475. dns-lwt >= "1.1.0"
  476. dns-lwt-unix >= "1.1.0"
  477. dns-mirage
  478. dns-resolver
  479. dns-server
  480. dns-stub
  481. dns-tsig
  482. dnssec
  483. docker-api >= "0.2"
  484. docker_hub
  485. dockerfile >= "6.0.0" & < "8.1.0"
  486. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  487. dockerfile-opam >= "6.0.0" & < "8.1.0"
  488. docteur
  489. docteur-solo5
  490. docteur-unix
  491. doi2bib
  492. dokeysto >= "3.0.1"
  493. dokeysto_camltc >= "3.0.1"
  494. dokeysto_lz4 >= "3.0.2"
  495. dolmen >= "0.4.1" & < "0.8"
  496. dolmen_bin < "0.8"
  497. dolmen_loop < "0.8"
  498. dolmen_lsp < "0.8"
  499. dolmen_type < "0.8"
  500. dolog >= "4.0.0"
  501. domain-name >= "0.1.2"
  502. domainslib < "0.5.0"
  503. dose3 >= "6.1"
  504. dose3-extra
  505. dot-merlin-reader < "4.2"
  506. dotenv
  507. dream
  508. dream-cli
  509. dream-encoding
  510. dream-html
  511. dream-httpaf
  512. dream-livereload
  513. dream-pure
  514. dream-serve
  515. drom >= "0.3.0"
  516. drom_lib >= "0.3.0"
  517. drom_toml
  518. dropbox >= "0.2"
  519. dropbox_lwt_unix
  520. dssi >= "0.1.3"
  521. dtoa >= "0.3.2"
  522. dtools >= "0.4.2"
  523. dual
  524. duff >= "0.2"
  525. dum >= "1.0.2"
  526. dune-action-plugin < "2.9.0"
  527. dune-build-info < "2.9.0"
  528. dune-compiledb
  529. dune-configurator >= "1.11.4" & < "2.9.0"
  530. dune-deps
  531. dune-expand
  532. dune-glob < "2.9.0"
  533. dune-private-libs < "2.9.0"
  534. dune-release >= "1.0.0" & < "2.0.0"
  535. dune-site < "2.9.0"
  536. duppy >= "0.9.0"
  537. duration >= "0.1.2"
  538. earley >= "2.0.0"
  539. earlybird < "1.3.2"
  540. easy-format = "1.3.2"
  541. easy_logging
  542. easy_logging_yojson
  543. ecaml >= "v0.12.0"
  544. edn >= "0.1.6-1-gff9db95"
  545. eigen >= "0.1.0"
  546. eio-ssl
  547. either
  548. elasticsearch-cli >= "0.5"
  549. electrod >= "0.2.1"
  550. elpi >= "1.3.1"
  551. email_message >= "v0.12.0"
  552. embedded_ocaml_templates < "0.8"
  553. emile >= "0.4"
  554. encore >= "0.3"
  555. env_config
  556. epictetus
  557. eqaf >= "0.2"
  558. erlang
  559. erssical >= "1.1.0"
  560. esgg
  561. esperanto-cosmopolitan >= "0.0.5"
  562. ethernet
  563. euler
  564. exenum >= "0.86"
  565. exit
  566. expect_test_helpers >= "v0.12.0"
  567. expect_test_helpers_async
  568. expect_test_helpers_core
  569. expect_test_helpers_kernel >= "v0.12.0"
  570. extlib >= "1.7.9"
  571. extunix >= "0.3.1"
  572. ez_api
  573. ez_cmdliner
  574. ez_config
  575. ez_file != "0.2.0"
  576. ez_hash
  577. ez_pgocaml
  578. ez_search
  579. ez_subst
  580. ezcurl
  581. ezcurl-lwt
  582. ezdl
  583. ezgzip >= "0.2.3"
  584. ezjs_ace
  585. ezjs_blockies
  586. ezjs_cleave
  587. ezjs_crypto
  588. ezjs_cytoscape
  589. ezjs_d3pie
  590. ezjs_extension
  591. ezjs_fetch < "0.3"
  592. ezjs_idb
  593. ezjs_jquery
  594. ezjs_min
  595. ezjs_odometer
  596. ezjs_push
  597. ezjs_qrcode
  598. ezjs_recaptcha
  599. ezjs_timeline
  600. ezjsonm >= "1.0.0"
  601. ezjsonm-lwt >= "1.0.0"
  602. ezresto
  603. ezresto-directory
  604. ezsqlite >= "0.4.2"
  605. ezxenstore >= "0.4.1"
  606. ezxmlm >= "1.1.0"
  607. FPauth
  608. FPauth-core
  609. FPauth-responses
  610. FPauth-strategies
  611. FrontC >= "4.0.0"
  612. faad >= "0.5.0"
  613. facteur
  614. fadbadml >= "0.1.2"
  615. faraday >= "0.7.1"
  616. faraday-async >= "0.7.1"
  617. faraday-lwt >= "0.7.1"
  618. faraday-lwt-unix >= "0.7.1"
  619. farmhash >= "0.4"
  620. fasmifra
  621. fat-filesystem >= "0.13.0"
  622. fd-send-recv >= "2.0.1"
  623. fdkaac = "0.3.2"
  624. feat
  625. feat-core
  626. feat-num
  627. feather
  628. feather_async
  629. ff
  630. ff-bench
  631. ff-pbt
  632. ff-sig
  633. ffmpeg >= "1.0.0~beta1" & < "1.1.5"
  634. ffmpeg-av < "1.1.5"
  635. ffmpeg-avcodec < "1.1.5"
  636. ffmpeg-avdevice < "1.1.5"
  637. ffmpeg-avfilter < "1.1.5"
  638. ffmpeg-avutil < "1.1.5"
  639. ffmpeg-swresample < "1.1.5"
  640. ffmpeg-swscale < "1.1.5"
  641. fftw3 >= "0.8.2"
  642. fiat-p256
  643. fieldslib >= "v0.12.0"
  644. file_path
  645. fileutils >= "0.6.1"
  646. finch
  647. fit
  648. fix >= "20181206"
  649. flac >= "0.3.0"
  650. flex-array
  651. fmlib < "0.5.3"
  652. fmlib_js < "0.5.3"
  653. fmlib_parse < "0.5.3"
  654. fmlib_pretty < "0.5.3"
  655. fmlib_std < "0.5.3"
  656. fontforge-of-ocaml
  657. fred
  658. freetds >= "0.7"
  659. frei0r >= "0.1.2"
  660. frenetic >= "5.0.5"
  661. fromager
  662. fsevents
  663. fsevents-lwt
  664. fsml
  665. fswatch
  666. fswatch_async
  667. fswatch_lwt
  668. functoria >= "2.2.2" & < "4.0.0"
  669. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2" & < "4.0.0"
  670. fuzzy_compare
  671. fuzzy_match
  672. fzf
  673. General >= "0.6.0"
  674. GT
  675. gapi-ocaml >= "0.3.7"
  676. gbddml
  677. gd >= "1.1"
  678. gdbprofiler >= "0.4"
  679. gemini >= "0.3.0"
  680. gen >= "0.5.2"
  681. gen_js_api >= "1.0.6"
  682. genprint
  683. genspio >= "0.0.3"
  684. genspir >= "1.0.0"
  685. geoml
  686. get_line >= "7.0.0"
  687. gettext >= "0.4.1"
  688. gettext-camomile
  689. gettext-stub
  690. git >= "2.0.0"
  691. git-cohttp
  692. git-cohttp-mirage
  693. git-cohttp-unix
  694. git-http >= "2.0.0"
  695. git-mirage >= "2.0.0"
  696. git-paf
  697. git-unix >= "2.0.0"
  698. github >= "4.0.0"
  699. github-data
  700. github-hooks >= "0.4.0"
  701. github-hooks-unix >= "0.4.0"
  702. github-jsoo >= "4.0.0"
  703. github-unix >= "4.0.0"
  704. glfw-ocaml
  705. globlon
  706. gluten
  707. gluten-async
  708. gluten-eio
  709. gluten-lwt
  710. gluten-lwt-unix
  711. gluten-mirage
  712. gmap >= "0.2.1"
  713. gmp
  714. gnuplot >= "0.6"
  715. gobba
  716. gobject-introspection
  717. goblint-cil >= "1.8.0"
  718. google-drive-ocamlfuse >= "0.6.26"
  719. gopcaml-mode >= "0.0.2" & < "0.0.6"
  720. gospel < "0.2.0"
  721. gotd
  722. gperftools >= "0.4"
  723. gpiod
  724. gpr >= "1.4.0"
  725. gr
  726. graphics >= "5.0.0"
  727. graphql >= "0.8.0"
  728. graphql-async >= "0.8.0"
  729. graphql-cohttp >= "0.9.0"
  730. graphql-lwt >= "0.8.0"
  731. graphql_parser >= "0.9.0"
  732. graphql_ppx >= "0.7.1"
  733. graphv
  734. graphv_core
  735. graphv_core_lib
  736. graphv_font
  737. graphv_font_js
  738. graphv_font_stb_truetype
  739. graphv_gles2
  740. graphv_gles2_native
  741. graphv_gles2_native_impl
  742. graphv_webgl
  743. graphv_webgl_impl
  744. gremlin
  745. grenier >= "0.8" & < "0.15"
  746. grid
  747. grpc < "0.2.0"
  748. grpc-async < "0.2.0"
  749. grpc-lwt < "0.2.0"
  750. gsl >= "1.24.0"
  751. gstreamer >= "0.3.1"
  752. h1_parser
  753. h2
  754. h2-async
  755. h2-eio
  756. h2-lwt
  757. h2-lwt-unix
  758. h2-mirage
  759. hack_parallel >= "1.0.0"
  760. hacl >= "0.3"
  761. hacl-star
  762. hacl-star-raw >= "0.5.0"
  763. hacl_x25519
  764. happy-eyeballs
  765. happy-eyeballs-lwt
  766. happy-eyeballs-mirage
  767. hardcaml >= "v0.12.0"
  768. hardcaml_axi
  769. hardcaml_c
  770. hardcaml_circuits
  771. hardcaml_fixed_point
  772. hardcaml_handshake
  773. hardcaml_of_verilog
  774. hardcaml_step_testbench
  775. hardcaml_verify
  776. hardcaml_verilator
  777. hardcaml_waveterm
  778. hardcaml_xilinx
  779. hardcaml_xilinx_components
  780. hardcaml_xilinx_reports
  781. hashcons >= "1.4.0"
  782. hashids >= "1.0.1"
  783. haxe >= "4.1.1"
  784. hc < "0.2"
  785. hdf5 >= "0.1.5"
  786. headache >= "1.04" & < "1.07"
  787. header-check
  788. herdtools7 >= "7.55"
  789. hex >= "1.3.0"
  790. hex_encode
  791. hexstring
  792. hg_lib
  793. hidapi >= "1.1"
  794. hidapi-lwt
  795. higher_kinded
  796. hkdf >= "1.0.3"
  797. hl_yaml
  798. hockmd
  799. horned_worm >= "0.3.4"
  800. hpack
  801. hts_shrink >= "2.0.0"
  802. http-cookie != "4.0.0" & < "4.3.0"
  803. http-lwt-client
  804. http-mirage-client
  805. http-multipart-formdata
  806. httpaf >= "0.6.0"
  807. httpaf-async >= "0.6.0"
  808. httpaf-lwt-unix
  809. httpaf_caged
  810. httph
  811. huffman
  812. hvsock >= "2.0.0"
  813. hxd
  814. hyper
  815. ISO8601 >= "0.2.6"
  816. i3ipc >= "0.1.4"
  817. icalendar
  818. idd
  819. idds
  820. imagelib >= "20200929"
  821. incr_dom >= "v0.12.0"
  822. incr_dom_interactive
  823. incr_dom_keyboard
  824. incr_dom_partial_render
  825. incr_dom_sexp_form
  826. incr_dom_widgets >= "v0.12.0"
  827. incr_map >= "v0.12.0"
  828. incr_select >= "v0.12.0"
  829. incremental >= "v0.12.0"
  830. indentation_buffer
  831. index
  832. index-bench
  833. inferno >= "20190924"
  834. influxdb
  835. influxdb-async
  836. influxdb-lwt
  837. inquire
  838. int_repr
  839. integers >= "0.3.0"
  840. integers_stubs_js
  841. integration1d >= "0.5.1"
  842. interface-prime
  843. interface-prime-lwt
  844. interval >= "1.5" & < "1.6"
  845. interval-map
  846. interval_base
  847. interval_crlibm
  848. interval_intel
  849. io-page >= "2.1.0"
  850. io-page-unix >= "2.1.0"
  851. io-page-xen >= "2.1.0"
  852. iostream
  853. iostream-camlzip
  854. ipaddr >= "2.9.0"
  855. ipaddr-cstruct
  856. ipaddr-sexp
  857. irc-client >= "0.6.2"
  858. irc-client-lwt >= "0.6.2"
  859. irc-client-lwt-ssl
  860. irc-client-tls >= "0.6.2"
  861. irc-client-unix >= "0.6.2"
  862. irmin >= "2.0.0" & < "3.0.0"
  863. irmin-bench < "3.0.0"
  864. irmin-chunk >= "2.0.0" & < "3.0.0"
  865. irmin-containers < "3.0.0"
  866. irmin-fs >= "2.0.0" & < "3.0.0"
  867. irmin-git >= "2.0.0" & < "3.0.0"
  868. irmin-graphql < "3.0.0"
  869. irmin-http >= "2.0.0" & < "3.0.0"
  870. irmin-indexeddb >= "2.0"
  871. irmin-layers
  872. irmin-mem >= "2.0.0"
  873. irmin-mirage >= "2.0.0" & < "3.0.0"
  874. irmin-mirage-git < "3.0.0"
  875. irmin-mirage-graphql < "3.0.0"
  876. irmin-pack < "3.0.0"
  877. irmin-test < "3.0.0"
  878. irmin-tezos < "3.0.0"
  879. irmin-unix >= "2.0.0" & < "3.0.0"
  880. irmin-watcher >= "0.5.0"
  881. iso639
  882. iter
  883. itv-tree >= "2.2"
  884. JsOfOCairo >= "2.0.0"
  885. jane-street-headers >= "v0.12.0"
  886. jane_rope
  887. janestreet_cpuid
  888. janestreet_csv
  889. janestreet_lru_cache
  890. jekyll-format >= "0.2.0" & < "0.3.1"
  891. jemalloc >= "0.2"
  892. jerboa
  893. jhupllib >= "0.2.1"
  894. jingoo >= "1.3.0"
  895. jose
  896. js_of_ocaml >= "3.3.0" & < "4.0.0"
  897. js_of_ocaml-compiler >= "3.3.0" & < "4.0.0"
  898. js_of_ocaml-lwt >= "3.3.0" & < "4.0.0"
  899. js_of_ocaml-ocamlbuild >= "3.5.0" & < "5.0"
  900. js_of_ocaml-ppx >= "3.3.0" & < "4.0.0"
  901. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "4.0.0"
  902. js_of_ocaml-toplevel >= "3.3.0" & < "4.0.0"
  903. js_of_ocaml-tyxml >= "3.3.0" & < "4.0.0"
  904. js_of_ocaml-webgpu
  905. js_of_ocaml-webidl
  906. js_of_ocaml_patches
  907. json-data-encoding < "1.0.0"
  908. json-data-encoding-browser < "1.0.0"
  909. json-data-encoding-bson < "1.0.0"
  910. json_decoder
  911. jsonaf
  912. jsonoo
  913. jsonrpc < "1.8.2"
  914. jsonxt
  915. jsoo-react
  916. jsoo_broadcastchannel >= "2.0.0"
  917. jsoo_storage >= "1.0.1"
  918. jst-config
  919. junit >= "2.0.1"
  920. junit_alcotest >= "2.0.1"
  921. junit_ounit >= "2.0.1"
  922. jupyter >= "2.3.2"
  923. jupyter-archimedes >= "2.3.2"
  924. jupyter-kernel >= "0.4"
  925. jwto
  926. kafka >= "0.5"
  927. kafka_async
  928. kafka_lwt
  929. kappa-agents
  930. kappa-binaries
  931. kappa-library
  932. kappa-server
  933. kcas < "0.1.6"
  934. ke
  935. key-parsers >= "0.10.0"
  936. kicadsch >= "0.4.0"
  937. kind2
  938. kinetic-client >= "0.0.11"
  939. kittyimg
  940. kqueue < "0.2.0"
  941. krb
  942. lablgtk3 >= "3.0.beta4"
  943. lablgtk3-goocanvas2
  944. lablgtk3-gtkspell3
  945. lablgtk3-rsvg2
  946. lablgtk3-sourceview3
  947. lablqml >= "0.6"
  948. labrys
  949. lacaml >= "11.0.2"
  950. ladspa >= "0.2.0"
  951. lambda
  952. lambda-runtime
  953. lambda-term >= "2.0" & < "3.3.0"
  954. lambda_streams
  955. lambda_streams_async
  956. lambda_streams_lwt
  957. lambdapi >= "2.0.0" & < "2.3.1"
  958. lambdasoup >= "0.6.4"
  959. lame >= "0.3.4"
  960. landmarks >= "1.4"
  961. landmarks-ppx
  962. lascar >= "0.6-alpha"
  963. lastfm = "0.3.3"
  964. launchd >= "1.3"
  965. lazy-trie >= "1.2.0"
  966. lbfgs >= "0.9.1"
  967. lbvs_consent >= "2.1.0"
  968. ldap >= "2.4.1"
  969. learn-ocaml
  970. learn-ocaml-client
  971. ledgerwallet
  972. ledgerwallet-tezos
  973. lens >= "1.2.3"
  974. let-if >= "0.2.0"
  975. letsencrypt
  976. letsencrypt-app
  977. letsencrypt-dns
  978. letsencrypt-mirage
  979. letters
  980. leveldb >= "1.3.0"
  981. libabsolute
  982. libsvm >= "0.10.0"
  983. libzipperposition
  984. lilac
  985. lilv
  986. line-up-words >= "v0.12.0"
  987. line_oriented
  988. linenoise >= "1.2.0"
  989. links >= "0.9"
  990. links-mysql
  991. links-postgresql >= "0.9"
  992. links-sqlite3
  993. linol
  994. linol-lwt
  995. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  996. linwrap
  997. liquid_interpreter
  998. liquid_ml
  999. liquid_parser
  1000. liquid_std
  1001. liquid_syntax
  1002. little_logger
  1003. llama-cpp-ocaml
  1004. llvm >= "15.0.7+nnp-2"
  1005. lmdb >= "1.0"
  1006. lo >= "0.2.0"
  1007. loga >= "0.0.5"
  1008. logical
  1009. logs-async < "1.3"
  1010. logs-async-reporter < "1.3"
  1011. logs-ppx
  1012. logs-syslog >= "0.2.0"
  1013. logtk >= "1.5.1"
  1014. lp
  1015. lp-glpk
  1016. lp-glpk-js
  1017. lp-gurobi
  1018. lpd >= "1.2.2"
  1019. lru >= "0.3.0"
  1020. lru_cache >= "v0.16.0"
  1021. lsp < "1.8.2"
  1022. lt-code
  1023. lua_parser
  1024. lun
  1025. lustre-v6 >= "6.103.3"
  1026. lutils >= "1.51.2"
  1027. lutin >= "2.71.10"
  1028. luv
  1029. luv_unix
  1030. lwd
  1031. lwt >= "4.2.0"
  1032. lwt-canceler
  1033. lwt-dllist
  1034. lwt-exit
  1035. lwt-parallel >= "1.0.0"
  1036. lwt-pipe
  1037. lwt-pipeline >= "0.2"
  1038. lwt-watcher
  1039. lwt_domain
  1040. lwt_glib >= "1.1.1"
  1041. lwt_log >= "1.1.1"
  1042. lwt_ppx >= "1.2.2"
  1043. lwt_ppx_let
  1044. lwt_react >= "1.1.2"
  1045. lwt_ssl >= "1.1.3"
  1046. lz4 >= "1.2.0"
  1047. lz4_chans
  1048. macaddr
  1049. macaddr-cstruct
  1050. macaddr-sexp
  1051. mad >= "0.5.0"
  1052. magic-mime >= "1.1.2"
  1053. magic-trace
  1054. make-random
  1055. malfunction >= "0.3" & < "0.5"
  1056. man_in_the_middle_debugger
  1057. markdown
  1058. markup >= "0.8.0"
  1059. markup-lwt
  1060. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1061. matplotlib
  1062. mc2
  1063. mccs >= "1.1+10"
  1064. md2mld < "0.7.0"
  1065. mdx != "1.7.0" & < "2.2.0"
  1066. mec
  1067. mechaml >= "1.1.0"
  1068. mem_usage
  1069. memcad >= "1.1.0"
  1070. memgraph
  1071. memgraph_kitty
  1072. memo
  1073. memprof-limits
  1074. memtrace
  1075. memtrace-mirage
  1076. memtrace_viewer
  1077. menhir >= "20200123"
  1078. menhirCST
  1079. menhirLib
  1080. menhirSdk
  1081. merge-fmt
  1082. merlin >= "3.2.1" & < "4.3.1-411"
  1083. merlin-extend >= "0.4"
  1084. mesh >= "0.9.5"
  1085. mesh-easymesh >= "0.9.5"
  1086. mesh-graphics >= "0.9.5"
  1087. mesh-triangle >= "0.9.5"
  1088. metapp
  1089. metaquot
  1090. metrics
  1091. metrics-influx
  1092. metrics-lwt
  1093. metrics-mirage
  1094. metrics-rusage
  1095. metrics-unix
  1096. mew
  1097. mew_vi
  1098. mimic
  1099. mimic-happy-eyeballs
  1100. mindstorm >= "0.8"
  1101. mindstorm-lwt
  1102. minicaml
  1103. minicli >= "5.0.2"
  1104. minisat >= "0.3"
  1105. miou
  1106. mirage >= "3.3.0" & < "4.0.0"
  1107. mirage-block >= "1.2.0"
  1108. mirage-block-ccm >= "1.1.0"
  1109. mirage-block-combinators
  1110. mirage-block-lwt >= "1.2.0"
  1111. mirage-block-ramdisk >= "0.4"
  1112. mirage-block-solo5 >= "0.6.0"
  1113. mirage-block-unix >= "2.11.0"
  1114. mirage-block-xen >= "1.6.0"
  1115. mirage-bootvar
  1116. mirage-bootvar-solo5 >= "0.6.0"
  1117. mirage-bootvar-unix
  1118. mirage-bootvar-xen >= "0.6.0"
  1119. mirage-channel >= "3.2.0"
  1120. mirage-channel-lwt >= "3.2.0"
  1121. mirage-clock >= "2.0.0"
  1122. mirage-clock-freestanding >= "2.0.0"
  1123. mirage-clock-lwt >= "2.0.0"
  1124. mirage-clock-solo5
  1125. mirage-clock-unix >= "2.0.0"
  1126. mirage-conduit = "1.3.0" | >= "3.1.0"
  1127. mirage-console >= "2.4.0"
  1128. mirage-console-lwt >= "2.4.0"
  1129. mirage-console-solo5 >= "0.6.0"
  1130. mirage-console-unix >= "2.4.1"
  1131. mirage-console-xen >= "2.4.0"
  1132. mirage-console-xen-backend >= "2.4.0"
  1133. mirage-console-xen-proto >= "2.4.0"
  1134. mirage-crypto
  1135. mirage-crypto-ec
  1136. mirage-crypto-entropy
  1137. mirage-crypto-pk
  1138. mirage-crypto-rng
  1139. mirage-crypto-rng-async
  1140. mirage-crypto-rng-eio >= "0.11.0"
  1141. mirage-crypto-rng-lwt
  1142. mirage-crypto-rng-mirage
  1143. mirage-device >= "1.2.0"
  1144. mirage-dns >= "3.1.0"
  1145. mirage-entropy >= "0.5.1"
  1146. mirage-flow >= "1.6.0"
  1147. mirage-flow-combinators
  1148. mirage-flow-lwt >= "1.6.0"
  1149. mirage-flow-rawlink >= "1.1.0"
  1150. mirage-flow-unix >= "1.6.0"
  1151. mirage-fs >= "1.2.0"
  1152. mirage-fs-lwt >= "1.2.0"
  1153. mirage-fs-mem
  1154. mirage-fs-unix >= "1.6.0"
  1155. mirage-kv >= "2.0.0"
  1156. mirage-kv-lwt >= "2.0.0"
  1157. mirage-kv-mem
  1158. mirage-kv-unix < "3.0.0"
  1159. mirage-logs >= "1.0.0" & < "2.0.0"
  1160. mirage-monitoring
  1161. mirage-nat >= "1.1.0"
  1162. mirage-net >= "2.0.0"
  1163. mirage-net-lwt >= "2.0.0"
  1164. mirage-net-macosx >= "1.5.0"
  1165. mirage-net-solo5 >= "0.4.3"
  1166. mirage-net-unix >= "2.5.0"
  1167. mirage-net-xen >= "1.9.0"
  1168. mirage-profile >= "0.9.0"
  1169. mirage-profile-unix >= "0.9.0"
  1170. mirage-profile-xen >= "0.9.0"
  1171. mirage-protocols >= "2.0.0"
  1172. mirage-protocols-lwt >= "2.0.0"
  1173. mirage-qubes >= "0.7.0"
  1174. mirage-qubes-ipv4 >= "0.7.0"
  1175. mirage-random >= "1.2.0"
  1176. mirage-random-stdlib
  1177. mirage-random-test
  1178. mirage-runtime >= "3.3.0" & < "4.0.0"
  1179. mirage-solo5 >= "0.6.2"
  1180. mirage-stack >= "1.4.0"
  1181. mirage-stack-lwt >= "1.4.0"
  1182. mirage-time >= "1.3.0"
  1183. mirage-time-lwt >= "1.3.0"
  1184. mirage-time-unix >= "1.3.0"
  1185. mirage-types >= "3.3.0"
  1186. mirage-types-lwt >= "3.3.0"
  1187. mirage-unix >= "3.2.0"
  1188. mirage-vnetif >= "0.4.2"
  1189. mirage-vnetif-stack
  1190. mirage-xen >= "3.2.0"
  1191. mkaudio >= "1.1.0"
  1192. mkocaml
  1193. mlbdd >= "0.7.2"
  1194. mlfenv
  1195. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1196. mlpost >= "0.9"
  1197. mlpost-lablgtk
  1198. mlt_parser >= "v0.12.0"
  1199. mm >= "0.7.0" & < "0.8.2"
  1200. mmap
  1201. mmdb
  1202. mock >= "0.1.1"
  1203. mock-ounit >= "0.1.1"
  1204. module-graph
  1205. molenc
  1206. monaco_jsoo
  1207. monolith
  1208. monomorphic >= "2.0"
  1209. monorobot
  1210. morbig >= "0.10.3"
  1211. morsmall
  1212. moss >= "0.1.1"
  1213. mparser >= "1.3"
  1214. mparser-pcre
  1215. mparser-re
  1216. mperf
  1217. mpg123
  1218. mpp >= "0.3.4"
  1219. mpris >= "0.2.0"
  1220. mpris-clients
  1221. mrmime
  1222. mrt-format >= "0.3.1"
  1223. msat >= "0.8"
  1224. msat-bin
  1225. msgpck >= "1.5"
  1226. msgpck-repr
  1227. mssql
  1228. mugen
  1229. mula
  1230. multipart-form-data >= "0.3.0"
  1231. multipart_form
  1232. multipart_form-cohttp-lwt
  1233. multipart_form-eio
  1234. multipart_form-lwt
  1235. murmur3 >= "0.3"
  1236. mustache >= "3.1.0"
  1237. mustache-cli
  1238. mutf8
  1239. mwt
  1240. mysql8
  1241. mysql_protocol >= "3.0.1"
  1242. n_ary
  1243. naboris
  1244. nacc
  1245. nanoid
  1246. nanosvg
  1247. nanosvg_text
  1248. nbd >= "4.0.3"
  1249. nbd-tool
  1250. nbd-unix
  1251. netchannel >= "1.9.0"
  1252. netkat
  1253. netlink >= "0.3.4"
  1254. netsnmp
  1255. nice_parser
  1256. ninja_utils
  1257. nmea
  1258. noCanren >= "0.3.0~alpha1"
  1259. nocoiner
  1260. node_of_ocaml
  1261. noise
  1262. non_empty_list
  1263. nottui
  1264. nottui-lwt
  1265. nottui-pretty
  1266. notty >= "0.2.3"
  1267. notty_async >= "v0.12.0"
  1268. np
  1269. npy >= "0.0.9"
  1270. nsq >= "0.4.0"
  1271. numeric_string
  1272. nuscr
  1273. OCanren < "0.3.0"
  1274. OCanren-ppx < "0.3.0"
  1275. obeam
  1276. obelisk >= "0.5.0"
  1277. obuilder < "0.5"
  1278. obuilder-spec < "0.5"
  1279. obus >= "1.2.0"
  1280. ocal >= "0.2.2"
  1281. ocaml-canvas
  1282. ocaml-compiler-libs >= "v0.12.0"
  1283. ocaml-embed-file
  1284. ocaml-lsp-server < "1.8.0"
  1285. ocaml-lua >= "1.8"
  1286. ocaml-migrate-parsetree >= "1.2.0"
  1287. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1288. ocaml-monadic >= "0.4.1"
  1289. ocaml-print-intf
  1290. ocaml-probes
  1291. ocaml-protoc >= "2.0.1"
  1292. ocaml-protoc-plugin < "4.3.1"
  1293. ocaml-r >= "0.1.1"
  1294. ocaml-syntax-shims
  1295. ocaml-systemd >= "1.3"
  1296. ocaml-top >= "1.2.0"
  1297. ocaml-vdom < "transition"
  1298. ocaml-version >= "1.0.0" & < "3.6.0"
  1299. ocaml_db_model
  1300. ocaml_intrinsics
  1301. ocaml_pgsql_model
  1302. ocaml_plugin >= "v0.12.0"
  1303. ocamlapi
  1304. ocamlapi_async
  1305. ocamlapi_lwt_unix
  1306. ocamlapi_ppx
  1307. ocamlcodoc
  1308. ocamlformat >= "0.7"
  1309. ocamlformat-lib
  1310. ocamlformat-rpc < "removed"
  1311. ocamlformat-rpc-lib
  1312. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1313. ocamlgraph >= "2.0.0"
  1314. ocamlgraph_gtk
  1315. ocamline
  1316. ocamlog
  1317. ocb
  1318. ocluster < "0.2"
  1319. ocluster-api < "0.2"
  1320. ocolor
  1321. ocp-browser >= "1.1.9"
  1322. ocp-indent >= "1.7.0"
  1323. ocp-indent-nlfork >= "1.5.4"
  1324. ocp-index >= "1.1.9"
  1325. ocp-search
  1326. ocp_reveal
  1327. ocplib-endian >= "1.1"
  1328. ocplib-json-typed >= "0.7"
  1329. ocplib-json-typed-browser
  1330. ocplib-json-typed-bson
  1331. ocplib-simplex >= "0.5"
  1332. ocplib_stuff != "0.3.0"
  1333. ocsigen-i18n >= "4.0.0"
  1334. ocsigen-ppx-rpc
  1335. ocsigenserver >= "4.0.1"
  1336. octavius >= "1.2.2"
  1337. odash
  1338. odate >= "0.6"
  1339. odep < "0.2.0"
  1340. odepack >= "0.6.9"
  1341. odnnr
  1342. odoc >= "1.4.0" & < "2.0.0"
  1343. odoc-parser < "2.3.0"
  1344. of_json
  1345. offheap
  1346. ogg = "0.6.0" | >= "0.7.0"
  1347. ohex
  1348. oidc
  1349. ojs
  1350. olinq >= "0.3"
  1351. omd >= "1.3.2"
  1352. omg
  1353. omigrate < "0.3.1"
  1354. omlr
  1355. oniguruma
  1356. opam-0install
  1357. opam-0install-cudf
  1358. opam-bin >= "1.0.0"
  1359. opam-build
  1360. opam-client >= "2.0.2"
  1361. opam-compiler
  1362. opam-core >= "2.0.2"
  1363. opam-custom-install
  1364. opam-devel >= "2.0.2"
  1365. opam-dune-lint < "0.3"
  1366. opam-ed >= "0.4"
  1367. opam-file-format >= "2.1.0" & < "2.1.5"
  1368. opam-format >= "2.0.2"
  1369. opam-graph
  1370. opam-grep >= "0.2.0"
  1371. opam-installer >= "2.0.2"
  1372. opam-monorepo < "0.2.3"
  1373. opam-package-upgrade >= "0.2"
  1374. opam-publish >= "2.0.2"
  1375. opam-repository >= "2.0.2"
  1376. opam-solver >= "2.0.2"
  1377. opam-spin
  1378. opam-state >= "2.0.2"
  1379. opam-test
  1380. opam2web >= "2.0"
  1381. opam_bin_lib != "0.9.5"
  1382. opasswd >= "1.3.1"
  1383. opazl
  1384. openai-gym
  1385. openapi
  1386. openapi_router
  1387. opencc0
  1388. opencc1
  1389. opencc1_1
  1390. openQASM
  1391. opentelemetry < "0.7"
  1392. opentelemetry-client-cohttp-lwt < "0.7"
  1393. opentelemetry-client-ocurl < "0.7"
  1394. opentelemetry-cohttp-lwt < "0.7"
  1395. opentelemetry-lwt < "0.7"
  1396. opium >= "0.17.0"
  1397. opium-graphql
  1398. opium-testing
  1399. opium_kernel >= "0.17.0"
  1400. oplot
  1401. oplsr
  1402. opomodoro
  1403. opsian
  1404. optal
  1405. opti
  1406. optimization1d >= "0.6.1"
  1407. optiml-transport
  1408. optint >= "0.0.2"
  1409. opus >= "0.2.0"
  1410. oraft < "0.3.0"
  1411. oranger >= "2.0.1"
  1412. order-i3-xfce
  1413. ordinal_abbreviation
  1414. ordma >= "0.0.5"
  1415. orec >= "1.0.1"
  1416. orewa
  1417. orf
  1418. orgeat
  1419. orpie
  1420. orrandomForest
  1421. orsvm_e1071 >= "4.0.0"
  1422. orun
  1423. orxgboost >= "1.1.0"
  1424. oseq >= "0.2"
  1425. osh
  1426. oskel
  1427. osnap
  1428. osx-secure-transport >= "0.1.1"
  1429. otf
  1430. otoml
  1431. otr >= "0.3.6"
  1432. ounit = "2.1.2"
  1433. ounit-lwt < "2.2.0"
  1434. ounit2 < "2.2.7"
  1435. ounit2-lwt < "2.2.7"
  1436. override < "0.4.0"
  1437. owee >= "0.3"
  1438. owl >= "0.4.0"
  1439. owl-base >= "0.4.0"
  1440. owl-jupyter
  1441. owl-ode
  1442. owl-ode-base
  1443. owl-ode-odepack
  1444. owl-ode-sundials
  1445. owl-opt
  1446. owl-opt-lbfgs
  1447. owl-plplot
  1448. owl-symbolic
  1449. owl-top >= "0.4.0"
  1450. owl-zoo >= "0.4.0"
  1451. owork
  1452. ozulip
  1453. p4pp
  1454. p5scm
  1455. packstream
  1456. pacomb
  1457. paf
  1458. paf-cohttp
  1459. paf-le
  1460. pam
  1461. pandoc
  1462. pandoc-abbreviations
  1463. pandoc-comment
  1464. pandoc-crossref
  1465. pandoc-include
  1466. pandoc-inspect
  1467. pandoc-pdf2png
  1468. pandoc-replace
  1469. papi >= "0.1.1"
  1470. parany >= "7.0.2"
  1471. pardi
  1472. parmap >= "1.1.1"
  1473. parse-argv >= "0.2.0"
  1474. parsexp >= "v0.12.0"
  1475. parsexp_io >= "v0.12.0"
  1476. parsley
  1477. patch < "2.0.0"
  1478. patdiff >= "v0.12.1"
  1479. path_glob
  1480. patience_diff >= "v0.12.0"
  1481. patoline >= "0.2"
  1482. patricia-tree
  1483. pattern
  1484. pb
  1485. pb-plugin
  1486. pbkdf >= "1.0.0"
  1487. pbrt
  1488. pbrt_services
  1489. pbrt_yojson
  1490. pcap-format >= "0.5.2"
  1491. pcre >= "7.3.5"
  1492. pcre2
  1493. pds-reachability >= "0.2.2"
  1494. pecu >= "0.2"
  1495. petr4
  1496. pf-qubes
  1497. pg_query
  1498. pgocaml >= "4.0"
  1499. pgocaml_ppx
  1500. pgx >= "1.0" & < "2.2"
  1501. pgx_async >= "1.0" & < "2.2"
  1502. pgx_lwt >= "1.0" & < "2.2"
  1503. pgx_lwt_mirage < "2.2"
  1504. pgx_lwt_unix < "2.2"
  1505. pgx_unix >= "1.0" & < "2.2"
  1506. pgx_value_core < "2.2"
  1507. pgx_value_ptime < "2.2"
  1508. phantom-algebra >= "1.0.1"
  1509. phonetic
  1510. phylogenetics < "0.2.0"
  1511. piaf
  1512. picasso
  1513. piqi >= "0.7.8"
  1514. piqilib >= "0.6.16"
  1515. pixel_pusher
  1516. pkcs11 >= "0.18.0"
  1517. pkcs11-cli
  1518. pkcs11-driver
  1519. pkcs11-rev
  1520. pla >= "1.3"
  1521. plato
  1522. plebeia < "2.0.0"
  1523. plist-xml
  1524. plist-xml-lwt
  1525. plotkicadsch >= "0.4.0"
  1526. plplot >= "5.11.0-1"
  1527. polka
  1528. polling_state_rpc
  1529. polly
  1530. polynomial
  1531. pomap >= "4.1.0"
  1532. popper
  1533. portaudio >= "0.2.2"
  1534. portaudio_c_bindings
  1535. portmidi
  1536. posix-base < "2.0.2"
  1537. posix-bindings < "2.0.2"
  1538. posix-getopt >= "2.0.0" & < "2.0.2"
  1539. posix-signal < "2.0.2"
  1540. posix-socket < "2.0.2"
  1541. posix-socket-unix < "2.0.2"
  1542. posix-time2 < "2.0.2"
  1543. posix-types >= "2.0.0" & < "2.0.2"
  1544. posix-uname < "2.0.2"
  1545. posixat >= "v0.12.0"
  1546. postgres_async
  1547. postgresql >= "4.4.1"
  1548. pp
  1549. pp_loc
  1550. pprint >= "20200226"
  1551. ppx-owl-opt
  1552. ppx_accessor
  1553. ppx_assert >= "v0.12.0"
  1554. ppx_bap
  1555. ppx_base >= "v0.12.0"
  1556. ppx_bench >= "v0.12.0"
  1557. ppx_bigarray >= "3.0.0"
  1558. ppx_bin_prot >= "v0.12.0"
  1559. ppx_bitstring >= "4.0.0"
  1560. ppx_blob >= "0.6.0"
  1561. ppx_bsx
  1562. ppx_catch
  1563. ppx_cold
  1564. ppx_compare >= "v0.12.0"
  1565. ppx_compose >= "0.1.0"
  1566. ppx_const >= "2.0"
  1567. ppx_conv_func >= "v0.12.0"
  1568. ppx_counters
  1569. ppx_css
  1570. ppx_cstruct >= "3.3.0"
  1571. ppx_cstubs
  1572. ppx_csv_conv >= "v0.12.0"
  1573. ppx_custom_printf >= "v0.12.0"
  1574. ppx_decimal
  1575. ppx_defer >= "0.4.0"
  1576. ppx_demo
  1577. ppx_derive_at_runtime
  1578. ppx_derivers >= "1.2.1"
  1579. ppx_deriving >= "4.3"
  1580. ppx_deriving_cmdliner >= "0.5.1"
  1581. ppx_deriving_encoding
  1582. ppx_deriving_hardcaml >= "v0.12.0"
  1583. ppx_deriving_hash
  1584. ppx_deriving_jsoo
  1585. ppx_deriving_madcast >= "0.2"
  1586. ppx_deriving_popper
  1587. ppx_deriving_protobuf >= "2.7"
  1588. ppx_deriving_qcheck
  1589. ppx_deriving_rpc >= "6.1.0"
  1590. ppx_deriving_scad
  1591. ppx_deriving_yaml < "0.2.2"
  1592. ppx_deriving_yojson >= "3.3"
  1593. ppx_disable_unused_warnings
  1594. ppx_distr_guards >= "0.2"
  1595. ppx_enum
  1596. ppx_enumerate >= "v0.12.0"
  1597. ppx_expect >= "v0.12.0"
  1598. ppx_factory
  1599. ppx_fail >= "v0.12.0"
  1600. ppx_fast_pipe
  1601. ppx_fields_conv >= "v0.12.0"
  1602. ppx_fixed_literal
  1603. ppx_gen_rec >= "1.1.0"
  1604. ppx_getenv >= "2.0"
  1605. ppx_globalize
  1606. ppx_hash >= "v0.12.0"
  1607. ppx_here >= "v0.12.0"
  1608. ppx_ignore_instrumentation
  1609. ppx_import >= "1.5-3-gbd627d5"
  1610. ppx_inline_alcotest
  1611. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1612. ppx_irmin < "3.0.0"
  1613. ppx_jane >= "v0.12.0"
  1614. ppx_js_style >= "v0.12.0"
  1615. ppx_jsobject_conv >= "0.6.0"
  1616. ppx_jsonaf_conv
  1617. ppx_let >= "v0.12.0"
  1618. ppx_log
  1619. ppx_make
  1620. ppx_map
  1621. ppx_meta_conv >= "4.0.1"
  1622. ppx_module_timer
  1623. ppx_monad
  1624. ppx_monoid >= "0.3.2"
  1625. ppx_mysql
  1626. ppx_mysql_identity
  1627. ppx_open
  1628. ppx_optcomp >= "v0.12.0"
  1629. ppx_optional >= "v0.12.0"
  1630. ppx_pattern_bind
  1631. ppx_pbt
  1632. ppx_pipebang >= "v0.12.0"
  1633. ppx_protocol_conv >= "3.1.0"
  1634. ppx_protocol_conv_json >= "3.1.0"
  1635. ppx_protocol_conv_jsonm
  1636. ppx_protocol_conv_msgpack >= "3.1.0"
  1637. ppx_protocol_conv_xml_light >= "3.1.0"
  1638. ppx_protocol_conv_xmlm
  1639. ppx_protocol_conv_yaml >= "3.1.0"
  1640. ppx_pyformat
  1641. ppx_python
  1642. ppx_rapper
  1643. ppx_rapper_async
  1644. ppx_rapper_lwt
  1645. ppx_regexp >= "0.4.0"
  1646. ppx_relit
  1647. ppx_repr
  1648. ppx_sexp_conv >= "v0.12.0"
  1649. ppx_sexp_message >= "v0.12.0"
  1650. ppx_sexp_value >= "v0.12.0"
  1651. ppx_show
  1652. ppx_stable
  1653. ppx_stable_witness
  1654. ppx_string
  1655. ppx_string_interpolation
  1656. ppx_subliner
  1657. ppx_test >= "1.7.0"
  1658. ppx_there
  1659. ppx_tools >= "6.0+4.08.0"
  1660. ppx_tools_versioned >= "5.2.2"
  1661. ppx_tydi
  1662. ppx_type_directed_value
  1663. ppx_typed_fields
  1664. ppx_typerep_conv >= "v0.12.0"
  1665. ppx_tyre
  1666. ppx_units
  1667. ppx_variants_conv >= "v0.12.0"
  1668. ppx_viewpattern
  1669. ppx_wideopen
  1670. ppx_xml_conv >= "v0.12.0"
  1671. ppx_yojson
  1672. ppx_yojson_conv
  1673. ppx_yojson_conv_lib
  1674. ppxfind >= "1.3"
  1675. ppxlib >= "0.4.0"
  1676. ppxx >= "2.4.0"
  1677. pratter
  1678. prbnmcn-basic-structures
  1679. prbnmcn-cgrph
  1680. prbnmcn-clustering
  1681. prbnmcn-dagger
  1682. prbnmcn-dagger-gsl
  1683. prbnmcn-dagger-stats
  1684. prbnmcn-dagger-test
  1685. prbnmcn-gnuplot
  1686. prbnmcn-linalg
  1687. prbnmcn-mcts
  1688. prbnmcn-proptest
  1689. prbnmcn-stats
  1690. prbnmcn-ucb1
  1691. prc
  1692. preface
  1693. prettym
  1694. printbox >= "0.2" & < "0.8"
  1695. printbox-html < "0.8"
  1696. printbox-text < "0.8"
  1697. prof_spacetime >= "0.3.0"
  1698. profunctor
  1699. progress
  1700. prom
  1701. prometheus >= "0.6"
  1702. prometheus-app >= "0.6"
  1703. promise
  1704. promise_jsoo
  1705. promise_jsoo_lwt
  1706. protocell
  1707. protocol-9p >= "1.0.0"
  1708. protocol-9p-tool >= "1.0.0"
  1709. protocol-9p-unix >= "1.0.0"
  1710. protocol_version_header >= "v0.12.0"
  1711. prr
  1712. psmt2-frontend = "0.3.0" | >= "0.4.0"
  1713. psq >= "0.1.1"
  1714. ptmap >= "2.0.5"
  1715. ptset >= "1.0.1"
  1716. pulseaudio >= "0.1.4"
  1717. pure-splitmix >= "0.3"
  1718. py >= "1.1"
  1719. pyast
  1720. pyml >= "20210924"
  1721. pyml_bindgen < "0.3.0"
  1722. pyre-ast
  1723. pythonlib
  1724. qbf >= "0.3"
  1725. qcheck >= "0.9"
  1726. qcheck-alcotest
  1727. qcheck-core
  1728. qcheck-ounit
  1729. qinap
  1730. qiskit < "0.44.0"
  1731. qmp >= "0.19.0"
  1732. qrencode >= "0.2"
  1733. qtest >= "2.10.1"
  1734. queenshead
  1735. quests
  1736. radamsa
  1737. radare2 >= "0.0.3"
  1738. randomconv >= "0.1.1"
  1739. randoml
  1740. range
  1741. rangeSet
  1742. rankers
  1743. rawlink >= "1.0" & < "2.1"
  1744. raygui
  1745. raylib
  1746. rdbg >= "1.196.12"
  1747. re >= "1.9.0"
  1748. re2 >= "v0.12.1"
  1749. re2_stable
  1750. re_parser
  1751. reactiveData >= "0.3.0"
  1752. reanalyze
  1753. reason >= "3.5.0" & < "3.9.0"
  1754. reason-standard
  1755. received
  1756. record_builder >= "v0.12.0"
  1757. records >= "1.0.0"
  1758. reddit_api_async
  1759. reddit_api_kernel
  1760. redirect
  1761. redis >= "0.4"
  1762. redis-async
  1763. redis-lwt >= "0.4"
  1764. redis-sync >= "0.4"
  1765. reed-solomon-erasure >= "1.0.2"
  1766. reedsolomon >= "0.3"
  1767. refl
  1768. regenerate >= "0.2"
  1769. regex_parser_intf
  1770. relit_helper
  1771. remu_ts
  1772. reparse < "3.1.0"
  1773. reparse-lwt < "3.1.0"
  1774. reparse-lwt-unix < "3.1.0"
  1775. reparse-unix
  1776. repr
  1777. repr-bench
  1778. repr-fuzz
  1779. res >= "5.0.1"
  1780. res_tailwindcss
  1781. resource-pooling >= "1.1"
  1782. resource_cache >= "v0.12.0"
  1783. resp
  1784. resp-client
  1785. resp-mirage
  1786. resp-server >= "0.9"
  1787. resp-unix
  1788. resto
  1789. resto-acl
  1790. resto-cohttp
  1791. resto-cohttp-client
  1792. resto-cohttp-self-serving-client
  1793. resto-cohttp-server
  1794. resto-directory
  1795. resto-json
  1796. result >= "1.4"
  1797. rfc1951 >= "0.8.1" & != "1.0.0"
  1798. rfc6287 >= "1.0.4"
  1799. rfc7748
  1800. rfsm >= "1.6-alpha-3" & < "2.0"
  1801. rhythm
  1802. ringo
  1803. ringo-lwt
  1804. rock
  1805. roman
  1806. root1d >= "0.5.1"
  1807. rope >= "0.6.2"
  1808. rosetta >= "0.2.0"
  1809. routes < "2.0.0"
  1810. rpc >= "6.1.0"
  1811. rpc_parallel >= "v0.12.0"
  1812. rpclib >= "6.1.0"
  1813. rpclib-async >= "6.1.0"
  1814. rpclib-html
  1815. rpclib-js
  1816. rpclib-lwt >= "6.1.0"
  1817. rsdd
  1818. rss
  1819. rtop >= "3.5.0" & < "3.9.0"
  1820. rungen
  1821. rusage
  1822. SZXX
  1823. safepass >= "3.1"
  1824. salsa20 >= "1.0.0"
  1825. salsa20-core >= "1.0.0"
  1826. samplerate >= "0.1.5"
  1827. sanddb = "0.2"
  1828. satex
  1829. satyrographos
  1830. scaml < "1.5.0"
  1831. scfg
  1832. scgi
  1833. scipy
  1834. scrypt-kdf >= "1.0.0"
  1835. sd_logic
  1836. searchTree
  1837. secp256k1 >= "0.4.1"
  1838. secp256k1-internal
  1839. sedlex >= "2.0" & < "3.2"
  1840. sek
  1841. selective
  1842. semantic_version
  1843. semaphore-compat
  1844. semver >= "0.2.1"
  1845. semver2
  1846. sendmail
  1847. sendmail-lwt
  1848. sentry
  1849. seq >= "0.2" & < "base"
  1850. sequencer_table >= "v0.12.0"
  1851. serial
  1852. session >= "0.4.1"
  1853. session-cohttp >= "0.4.1"
  1854. session-cohttp-async >= "0.4.1"
  1855. session-cohttp-lwt >= "0.4.1"
  1856. session-cookie
  1857. session-cookie-async
  1858. session-cookie-lwt
  1859. session-postgresql >= "0.4.1"
  1860. session-postgresql-async >= "0.4.1"
  1861. session-postgresql-lwt >= "0.4.1"
  1862. session-redis-lwt >= "0.4.1"
  1863. session-webmachine >= "0.4.1"
  1864. setcore >= "1.0.2"
  1865. sexp
  1866. sexp_diff
  1867. sexp_diff_kernel
  1868. sexp_grammar
  1869. sexp_macro
  1870. sexp_pretty >= "v0.12.0"
  1871. sexp_select
  1872. sexp_string_quickcheck
  1873. sexplib >= "v0.12.0"
  1874. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1875. sgf >= "1.0.1"
  1876. sha >= "1.13" & < "1.15.1"
  1877. shapefile
  1878. shared-block-ring >= "3.0.0"
  1879. shared-memory-ring >= "3.1.0"
  1880. shared-memory-ring-lwt >= "3.1.0"
  1881. shared-secret >= "0.4"
  1882. shell
  1883. shexp >= "v0.12.0"
  1884. shine >= "0.2.2"
  1885. shuttle
  1886. shuttle_http < "0.11.0"
  1887. shuttle_ssl
  1888. sihl
  1889. sihl-cache
  1890. sihl-contract
  1891. sihl-core
  1892. sihl-email
  1893. sihl-facade
  1894. sihl-persistence
  1895. sihl-queue
  1896. sihl-session
  1897. sihl-storage
  1898. sihl-token
  1899. sihl-type
  1900. sihl-user
  1901. sihl-web
  1902. simple63
  1903. sklearn
  1904. slacko >= "0.14.1"
  1905. slug
  1906. smart-print >= "0.3.0"
  1907. smbc >= "0.5"
  1908. smol
  1909. smol-helpers
  1910. smtlib-utils
  1911. snappy >= "0.1.2"
  1912. so
  1913. solidity-alcotest
  1914. solidity-common
  1915. solidity-parser
  1916. solidity-test
  1917. solidity-typechecker
  1918. sortedseq_intersect
  1919. soundtouch >= "0.1.9"
  1920. soupault
  1921. spacetime_lib >= "0.3.0"
  1922. spawn < "v0.9.0" | >= "v0.13.0"
  1923. spdx_licenses
  1924. spectrum
  1925. speex >= "0.4.0"
  1926. spelll >= "0.3"
  1927. spin
  1928. splay_tree >= "v0.12.0"
  1929. splittable_random >= "v0.12.0"
  1930. spotify-web-api >= "0.2.1"
  1931. spotlib >= "4.1.0"
  1932. sqlgg >= "20200521"
  1933. sqlite3 >= "4.4.1"
  1934. sqlite3_utils
  1935. srt
  1936. ssh-agent >= "0.2.0"
  1937. ssh-agent-unix
  1938. ssl >= "0.5.6"
  1939. stdcompat >= "19"
  1940. stdint >= "0.6.0" & < "0.7.2"
  1941. stdint-literals
  1942. stdio >= "v0.12.0"
  1943. stdlib-diff
  1944. stdlib-random
  1945. stdlib-shims
  1946. stitch
  1947. stored_reversed
  1948. streamable
  1949. streaming
  1950. string_dict >= "v0.12.0"
  1951. stringext >= "1.6.0"
  1952. sturgeon >= "0.4.2"
  1953. subscriptions-transport-ws
  1954. subtype-refinement >= "0.2"
  1955. swagger >= "0.2.0"
  1956. swhid
  1957. swhid_compute
  1958. swhid_core
  1959. swhid_types
  1960. syndic >= "1.6.0"
  1961. sys-socket
  1962. sys-socket-unix
  1963. syslog >= "2.0.0"
  1964. syslog-message >= "1.0.0"
  1965. syslog-rfc5424
  1966. systemverilog >= "0.0.2"
  1967. tablecloth-base
  1968. tablecloth-native < "transition"
  1969. taglib >= "0.3.7"
  1970. talaria-bibtex
  1971. tar >= "1.0.0" & < "2.0.0"
  1972. tar-mirage >= "1.0.0" & < "2.0.0"
  1973. tar-unix >= "1.0.0" & < "2.0.0"
  1974. tcalc
  1975. tcpip >= "3.7.0"
  1976. tdigest
  1977. teash
  1978. telltime
  1979. tensorboard
  1980. terminal
  1981. terminal_size >= "0.1.4"
  1982. testu01
  1983. textmate-language
  1984. textrazor
  1985. textutils >= "v0.12.0"
  1986. textutils_kernel >= "v0.12.0"
  1987. textwrap >= "0.2.1"
  1988. tezos-008-PtEdo2Zk-test-helpers
  1989. tezos-009-PsFLoren-test-helpers
  1990. tezos-010-PtGRANAD-test-helpers
  1991. tezos-accuser-006-PsCARTHA
  1992. tezos-accuser-007-PsDELPH1
  1993. tezos-accuser-008-PtEdo2Zk
  1994. tezos-accuser-008-PtEdoTez
  1995. tezos-accuser-009-PsFLoren
  1996. tezos-accuser-010-PtGRANAD
  1997. tezos-accuser-011-PtHangz2 < "11.1"
  1998. tezos-accuser-alpha < "11.1"
  1999. tezos-alpha-test-helpers < "12.0"
  2000. tezos-baker-006-PsCARTHA
  2001. tezos-baker-007-PsDELPH1
  2002. tezos-baker-008-PtEdo2Zk
  2003. tezos-baker-008-PtEdoTez
  2004. tezos-baker-009-PsFLoren
  2005. tezos-baker-010-PtGRANAD
  2006. tezos-baker-011-PtHangz2 < "11.1"
  2007. tezos-baker-alpha < "11.1"
  2008. tezos-baking-006-PsCARTHA
  2009. tezos-baking-006-PsCARTHA-commands
  2010. tezos-baking-007-PsDELPH1
  2011. tezos-baking-007-PsDELPH1-commands
  2012. tezos-baking-008-PtEdo2Zk
  2013. tezos-baking-008-PtEdo2Zk-commands
  2014. tezos-baking-008-PtEdoTez
  2015. tezos-baking-008-PtEdoTez-commands
  2016. tezos-baking-009-PsFLoren
  2017. tezos-baking-009-PsFLoren-commands
  2018. tezos-baking-010-PtGRANAD
  2019. tezos-baking-010-PtGRANAD-commands
  2020. tezos-baking-011-PtHangz2 < "11.1"
  2021. tezos-baking-011-PtHangz2-commands < "11.1"
  2022. tezos-baking-alpha < "11.1"
  2023. tezos-baking-alpha-commands < "11.1"
  2024. tezos-base < "11.1"
  2025. tezos-base-test-helpers < "11.1"
  2026. tezos-base58
  2027. tezos-bls12-381-polynomial
  2028. tezos-clic < "11.1"
  2029. tezos-client < "11.1"
  2030. tezos-client-000-Ps9mPmXa < "11.1"
  2031. tezos-client-001-PtCJ7pwo < "11.1"
  2032. tezos-client-001-PtCJ7pwo-commands < "11.1"
  2033. tezos-client-002-PsYLVpVv < "11.1"
  2034. tezos-client-002-PsYLVpVv-commands < "11.1"
  2035. tezos-client-003-PsddFKi3 < "11.1"
  2036. tezos-client-003-PsddFKi3-commands < "11.1"
  2037. tezos-client-004-Pt24m4xi < "11.1"
  2038. tezos-client-004-Pt24m4xi-commands < "11.1"
  2039. tezos-client-005-PsBabyM1 < "11.1"
  2040. tezos-client-005-PsBabyM1-commands < "11.1"
  2041. tezos-client-006-PsCARTHA < "11.1"
  2042. tezos-client-006-PsCARTHA-commands < "11.1"
  2043. tezos-client-007-PsDELPH1 < "11.1"
  2044. tezos-client-007-PsDELPH1-commands < "11.1"
  2045. tezos-client-007-PsDELPH1-commands-registration < "11.1"
  2046. tezos-client-008-PtEdo2Zk < "11.1"
  2047. tezos-client-008-PtEdo2Zk-commands < "11.1"
  2048. tezos-client-008-PtEdo2Zk-commands-registration < "11.1"
  2049. tezos-client-008-PtEdoTez
  2050. tezos-client-008-PtEdoTez-commands
  2051. tezos-client-008-PtEdoTez-commands-registration
  2052. tezos-client-009-PsFLoren < "11.1"
  2053. tezos-client-009-PsFLoren-commands < "11.1"
  2054. tezos-client-009-PsFLoren-commands-registration < "11.1"
  2055. tezos-client-010-PtGRANAD < "11.1"
  2056. tezos-client-010-PtGRANAD-commands < "11.1"
  2057. tezos-client-010-PtGRANAD-commands-registration < "11.1"
  2058. tezos-client-011-PtHangz2 < "11.1"
  2059. tezos-client-011-PtHangz2-commands < "11.1"
  2060. tezos-client-011-PtHangz2-commands-registration < "11.1"
  2061. tezos-client-alpha < "11.1"
  2062. tezos-client-alpha-commands < "11.1"
  2063. tezos-client-alpha-commands-registration < "11.1"
  2064. tezos-client-base < "11.1"
  2065. tezos-client-base-unix < "11.1"
  2066. tezos-client-commands < "11.1"
  2067. tezos-client-demo-counter < "11.1"
  2068. tezos-client-genesis < "11.1"
  2069. tezos-client-genesis-carthagenet < "11.1"
  2070. tezos-client-sapling-008-PtEdo2Zk < "11.1"
  2071. tezos-client-sapling-008-PtEdoTez
  2072. tezos-client-sapling-009-PsFLoren < "11.1"
  2073. tezos-client-sapling-010-PtGRANAD < "11.1"
  2074. tezos-client-sapling-011-PtHangz2 < "11.1"
  2075. tezos-client-sapling-alpha < "11.1"
  2076. tezos-codec < "11.1"
  2077. tezos-context < "11.1"
  2078. tezos-context-hash
  2079. tezos-context-hash-irmin
  2080. tezos-crypto < "11.1"
  2081. tezos-embedded-protocol-000-Ps9mPmXa < "11.1"
  2082. tezos-embedded-protocol-001-PtCJ7pwo < "11.1"
  2083. tezos-embedded-protocol-002-PsYLVpVv < "11.1"
  2084. tezos-embedded-protocol-003-PsddFKi3 < "11.1"
  2085. tezos-embedded-protocol-004-Pt24m4xi < "11.1"
  2086. tezos-embedded-protocol-005-PsBABY5H < "11.1"
  2087. tezos-embedded-protocol-005-PsBabyM1 < "11.1"
  2088. tezos-embedded-protocol-006-PsCARTHA < "11.1"
  2089. tezos-embedded-protocol-007-PsDELPH1 < "11.1"
  2090. tezos-embedded-protocol-008-PtEdo2Zk < "11.1"
  2091. tezos-embedded-protocol-008-PtEdoTez < "11.1"
  2092. tezos-embedded-protocol-009-PsFLoren < "11.1"
  2093. tezos-embedded-protocol-010-PtGRANAD < "11.1"
  2094. tezos-embedded-protocol-011-PtHangz2 < "11.1"
  2095. tezos-embedded-protocol-alpha < "11.1"
  2096. tezos-embedded-protocol-demo-counter < "11.1"
  2097. tezos-embedded-protocol-demo-noops < "11.1"
  2098. tezos-embedded-protocol-genesis < "11.1"
  2099. tezos-embedded-protocol-genesis-carthagenet < "11.1"
  2100. tezos-endorser-006-PsCARTHA
  2101. tezos-endorser-007-PsDELPH1
  2102. tezos-endorser-008-PtEdo2Zk
  2103. tezos-endorser-008-PtEdoTez
  2104. tezos-endorser-009-PsFLoren
  2105. tezos-endorser-010-PtGRANAD
  2106. tezos-endorser-011-PtHangz2 < "11.1"
  2107. tezos-endorser-alpha < "11.1"
  2108. tezos-error-monad < "11.1"
  2109. tezos-event-logging < "11.1"
  2110. tezos-event-logging-test-helpers < "11.1"
  2111. tezos-hacl-glue < "11.1"
  2112. tezos-hacl-glue-unix < "11.0"
  2113. tezos-legacy-store < "11.1"
  2114. tezos-lmdb
  2115. tezos-lwt-result-stdlib < "11.1"
  2116. tezos-mempool-006-PsCARTHA
  2117. tezos-mempool-007-PsDELPH1
  2118. tezos-mempool-008-PtEdoTez
  2119. tezos-micheline < "11.1"
  2120. tezos-mockup < "11.1"
  2121. tezos-mockup-commands < "11.1"
  2122. tezos-mockup-proxy < "11.1"
  2123. tezos-mockup-registration < "11.1"
  2124. tezos-node < "11.1"
  2125. tezos-p2p < "11.1"
  2126. tezos-p2p-services < "11.1"
  2127. tezos-plompiler
  2128. tezos-plonk
  2129. tezos-protocol-000-Ps9mPmXa < "11.1"
  2130. tezos-protocol-001-PtCJ7pwo < "11.1"
  2131. tezos-protocol-002-PsYLVpVv < "11.1"
  2132. tezos-protocol-003-PsddFKi3 < "11.1"
  2133. tezos-protocol-004-Pt24m4xi < "11.1"
  2134. tezos-protocol-005-PsBABY5H < "11.1"
  2135. tezos-protocol-005-PsBabyM1 < "11.1"
  2136. tezos-protocol-006-PsCARTHA < "11.1"
  2137. tezos-protocol-006-PsCARTHA-parameters
  2138. tezos-protocol-007-PsDELPH1 < "11.1"
  2139. tezos-protocol-007-PsDELPH1-parameters
  2140. tezos-protocol-008-PtEdo2Zk < "11.1"
  2141. tezos-protocol-008-PtEdo2Zk-parameters < "11.1"
  2142. tezos-protocol-008-PtEdoTez < "11.1"
  2143. tezos-protocol-008-PtEdoTez-parameters
  2144. tezos-protocol-009-PsFLoren < "11.1"
  2145. tezos-protocol-009-PsFLoren-parameters < "11.1"
  2146. tezos-protocol-010-PtGRANAD < "11.1"
  2147. tezos-protocol-010-PtGRANAD-parameters < "11.1"
  2148. tezos-protocol-011-PtHangz2 < "11.1"
  2149. tezos-protocol-011-PtHangz2-parameters < "11.1"
  2150. tezos-protocol-alpha < "11.1"
  2151. tezos-protocol-alpha-parameters < "11.1"
  2152. tezos-protocol-compiler < "11.1"
  2153. tezos-protocol-demo-counter < "11.1"
  2154. tezos-protocol-demo-noops < "11.1"
  2155. tezos-protocol-environment < "11.1"
  2156. tezos-protocol-environment-packer < "11.1"
  2157. tezos-protocol-environment-sigs < "11.1"
  2158. tezos-protocol-environment-structs < "11.1"
  2159. tezos-protocol-genesis < "11.1"
  2160. tezos-protocol-genesis-carthagenet < "11.1"
  2161. tezos-protocol-plugin-007-PsDELPH1 < "11.1"
  2162. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.1"
  2163. tezos-protocol-plugin-008-PtEdo2Zk < "11.1"
  2164. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.1"
  2165. tezos-protocol-plugin-009-PsFLoren < "11.1"
  2166. tezos-protocol-plugin-009-PsFLoren-registerer < "11.1"
  2167. tezos-protocol-plugin-010-PtGRANAD < "11.1"
  2168. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.1"
  2169. tezos-protocol-plugin-011-PtHangz2 < "11.1"
  2170. tezos-protocol-plugin-011-PtHangz2-registerer < "11.1"
  2171. tezos-protocol-plugin-alpha < "11.1"
  2172. tezos-protocol-plugin-alpha-registerer < "11.1"
  2173. tezos-protocol-updater < "11.1"
  2174. tezos-proxy < "11.1"
  2175. tezos-requester < "11.1"
  2176. tezos-rpc < "11.1"
  2177. tezos-rpc-http < "11.1"
  2178. tezos-rpc-http-client < "11.1"
  2179. tezos-rpc-http-client-unix < "11.1"
  2180. tezos-rpc-http-server < "11.1"
  2181. tezos-sapling < "11.1"
  2182. tezos-shell < "11.1"
  2183. tezos-shell-context < "11.1"
  2184. tezos-shell-services < "11.1"
  2185. tezos-shell-services-test-helpers < "11.1"
  2186. tezos-signer < "11.1"
  2187. tezos-signer-backends < "11.1"
  2188. tezos-signer-services < "11.1"
  2189. tezos-stdlib < "11.1"
  2190. tezos-stdlib-unix < "11.1"
  2191. tezos-storage
  2192. tezos-store < "11.1"
  2193. tezos-test-helpers < "11.1"
  2194. tezos-test-services
  2195. tezos-tooling < "13.0"
  2196. tezos-validation < "11.1"
  2197. tezos-validator < "11.1"
  2198. tezos-version < "11.1"
  2199. tezos-workers < "11.1"
  2200. tezt < "2.0.0"
  2201. theora >= "0.4.0"
  2202. thread-local-storage
  2203. thrift >= "0.10.0"
  2204. tidy >= "5-0.2"
  2205. tidy_email
  2206. tidy_email_mailgun
  2207. tidy_email_sendgrid
  2208. tidy_email_smtp
  2209. tilde_f
  2210. time_now
  2211. timed >= "1.1"
  2212. timedesc < "0.8.0"
  2213. timere < "0.8.0"
  2214. timere-parse
  2215. timezone
  2216. tiny_httpd < "0.15"
  2217. tiny_httpd_camlzip < "0.15"
  2218. tip-parser >= "0.4"
  2219. tldr
  2220. tls >= "0.11.0" & < "0.15.4"
  2221. tls-async < "0.15.4"
  2222. tls-mirage < "0.15.4"
  2223. toml >= "5.0.0" & < "7.1.0"
  2224. toml-cconv
  2225. toml_cconv
  2226. toplevel_backend
  2227. toplevel_expect_test >= "v0.12.0"
  2228. topological_sort >= "v0.12.0"
  2229. torch
  2230. tqdm
  2231. tracing
  2232. tracy-client
  2233. transept
  2234. traverse
  2235. travesty < "0.7.2"
  2236. travis-opam >= "1.5.0"
  2237. trax >= "0.4.0"
  2238. tree_layout >= "0.2"
  2239. treeprint >= "2.3.0"
  2240. trie >= "1.0.0"
  2241. tsdl-image >= "0.3.0"
  2242. tsdl-mixer >= "0.3.0"
  2243. tsdl-ttf >= "0.3"
  2244. tsort
  2245. tube >= "4.4.0"
  2246. tuntap >= "1.7.0"
  2247. twostep
  2248. tyabt
  2249. typerep >= "v0.12.0"
  2250. typeset < "0.4"
  2251. tyre >= "0.5"
  2252. tyxml >= "4.3.0"
  2253. tyxml-jsx
  2254. tyxml-lwd
  2255. tyxml-ppx >= "4.3.0"
  2256. tyxml-syntax
  2257. u2f
  2258. ubase
  2259. ubpf < "0.2"
  2260. uecc >= "0.2"
  2261. uint >= "2.0.1"
  2262. ulid
  2263. um-abt
  2264. unidecode
  2265. unionFind
  2266. unisim_archisec < "0.0.1"
  2267. unison >= "2.51.4" & < "2.53.4"
  2268. universo
  2269. unix-errno >= "0.6.0"
  2270. unstrctrd
  2271. uri >= "2.2.0"
  2272. uri-bench
  2273. uri-re
  2274. uri-sexp
  2275. uring < "0.4"
  2276. uritemplate
  2277. user-agent-parser
  2278. username_kernel
  2279. uspf
  2280. uspf-lwt
  2281. uspf-unix
  2282. utop >= "2.3.0"
  2283. uuuu >= "0.1.1"
  2284. validator
  2285. variantslib >= "v0.12.0"
  2286. varray
  2287. vcaml
  2288. vcardgen >= "1.2"
  2289. vchan >= "4.0.0"
  2290. vchan-unix >= "4.0.0"
  2291. vchan-xen >= "4.0.0"
  2292. vec
  2293. vector
  2294. vercel
  2295. vhd-format >= "0.12.0"
  2296. vhd-format-lwt >= "0.12.0"
  2297. virtual_dom >= "v0.12.0"
  2298. visitors >= "20200207"
  2299. vlq >= "0.2.1"
  2300. vmnet >= "1.3.2"
  2301. vocal
  2302. voqc
  2303. vorbis >= "0.8.0"
  2304. vpt >= "5.0.0"
  2305. vue-jsoo
  2306. wall >= "0.4"
  2307. wasmer
  2308. wasmtime
  2309. wayland
  2310. waylaunch
  2311. webauthn
  2312. weberizer >= "0.8"
  2313. webmachine >= "0.6.2"
  2314. websocket >= "2.12" & < "2.15"
  2315. websocket-async >= "2.12" & < "2.15"
  2316. websocket-lwt >= "2.12"
  2317. websocket-lwt-unix < "2.15"
  2318. websocketaf
  2319. webtest >= "2.0.0"
  2320. webtest-js
  2321. wikitext
  2322. win-error >= "1.0"
  2323. win-eventlog = "0.3"
  2324. winsvc
  2325. ws
  2326. ws-server
  2327. wseg
  2328. wtf8 >= "1.0.2"
  2329. wtr
  2330. wtr-ppx
  2331. wu-manber-fuzzy-search
  2332. x509 >= "0.6.3"
  2333. xapi-backtrace >= "0.7"
  2334. xapi-inventory >= "1.2.1"
  2335. xapi-rrd >= "1.8.2"
  2336. xapi-stdext-date
  2337. xapi-stdext-encodings
  2338. xapi-stdext-pervasives
  2339. xapi-stdext-std
  2340. xapi-stdext-threads
  2341. xapi-stdext-unix
  2342. xapi-stdext-zerocheck
  2343. xdg-basedir
  2344. xen-evtchn >= "2.1.0"
  2345. xen-evtchn-unix >= "2.1.0"
  2346. xen-gnt >= "3.1.0"
  2347. xen-gnt-unix >= "3.1.0"
  2348. xenstore >= "2.1.0"
  2349. xenstore_transport >= "1.1.0"
  2350. xml-light >= "2.5"
  2351. xmlplaylist >= "0.1.5"
  2352. xoshiro
  2353. yaml >= "1.0.0"
  2354. yaml-sexp
  2355. yara >= "0.2"
  2356. yocaml
  2357. yocaml_cmark
  2358. yocaml_git
  2359. yocaml_jingoo
  2360. yocaml_markdown
  2361. yocaml_mustache
  2362. yocaml_syndication
  2363. yocaml_unix
  2364. yocaml_yaml
  2365. yojson >= "1.5.0"
  2366. yojson-bench
  2367. yurt >= "0.6"
  2368. yuscii >= "0.2.1"
  2369. yuujinchou
  2370. zarith-ppx
  2371. zarith_stubs_js
  2372. zed >= "2.0" & < "3.2.0"
  2373. zeit
  2374. zelus
  2375. zelus-gtk
  2376. zipperposition >= "1.5.1"
  2377. zipperposition-tools
  2378. zlib >= "0.6"
  2379. zlist >= "0.4.0"
  2380. zmq >= "5.1.0"
  2381. zmq-async >= "5.1.0"
  2382. zmq-eio
  2383. zmq-lwt >= "5.1.0"
  2384. zstandard >= "v0.12.1"
  2385. zstd = "0.3"
  2386. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.