package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.0.tbz
sha256=5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6
sha512=529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 17 Jun 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's 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, meaning it's highly tested and productive.

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

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build Against Several Configurations at Once

Dune can 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.

Installation

Requirements

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

Installation

We recommended installing Dune 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 boot/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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk >= "1.4.0"
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. aifad >= "2.2.1"
  30. alba >= "0.4.1"
  31. albatross
  32. alcotest >= "0.8.5"
  33. alcotest-async >= "0.8.5"
  34. alcotest-js
  35. alcotest-lwt >= "0.8.5"
  36. alcotest-mirage
  37. alg_structs
  38. alg_structs_qcheck
  39. algaeff
  40. alonzo
  41. alsa >= "0.3.0"
  42. alt-ergo >= "2.3.0"
  43. alt-ergo-free >= "2.3.3.dune3"
  44. alt-ergo-lib >= "2.4.2"
  45. alt-ergo-lib-free >= "2.3.3.dune3"
  46. alt-ergo-parsers
  47. alt-ergo-parsers-free
  48. alt-ergo-plugin-ab-why3
  49. altgr-ergo >= "2.3.0"
  50. ambient-context
  51. ambient-context-eio
  52. ambient-context-lwt
  53. amf >= "0.1.2"
  54. amqp-client >= "2.0.3"
  55. amqp-client-async >= "2.0.3"
  56. amqp-client-lwt >= "2.0.3"
  57. anders
  58. angstrom >= "0.11.1"
  59. angstrom-async >= "0.11.1"
  60. angstrom-lwt-unix >= "0.11.1"
  61. angstrom-unix >= "0.11.1"
  62. ansi
  63. ansi-parse >= "0.4.0"
  64. anthill
  65. antic != "0.3.1"
  66. ao >= "0.2.2"
  67. api-watch
  68. apronext
  69. arb != "0.3.1"
  70. archetype < "1.0.0" | >= "1.2.1"
  71. archi
  72. archi-async
  73. archi-lwt
  74. arg-complete
  75. argon2 >= "1.0.0"
  76. argsh
  77. arp >= "1.0.0"
  78. arp-mirage
  79. arrakis
  80. arrayjit
  81. art
  82. asai
  83. asak
  84. ascend
  85. ask
  86. ask-integrator
  87. asli >= "0.2.0"
  88. asn1-combinators >= "0.2.2"
  89. ast_generic
  90. async >= "v0.12.0"
  91. async-uri
  92. async_durable >= "v0.12.0"
  93. async_extra >= "v0.12.0"
  94. async_find >= "v0.12.0"
  95. async_graphics >= "0.7.0"
  96. async_inotify >= "v0.12.0"
  97. async_interactive >= "v0.12.0"
  98. async_js >= "v0.12.0"
  99. async_kernel >= "v0.12.0"
  100. async_log
  101. async_rpc_kernel >= "v0.12.0"
  102. async_rpc_websocket
  103. async_sendfile >= "v0.12.0"
  104. async_shell >= "v0.12.0"
  105. async_smtp >= "v0.12.0"
  106. async_ssl >= "v0.12.0"
  107. async_udp
  108. async_unix >= "v0.12.0"
  109. async_websocket
  110. atable
  111. atacama
  112. atd >= "2.2.1"
  113. atdd
  114. atdgen >= "2.2.1"
  115. atdgen-codec-runtime
  116. atdgen-runtime >= "2.2.1"
  117. atdj >= "2.2.1" & < "20151001.01"
  118. atdpy
  119. atds
  120. atdts
  121. atomic < "base"
  122. autofonce
  123. autofonce_config
  124. autofonce_core
  125. autofonce_lib
  126. autofonce_m4
  127. autofonce_misc
  128. autofonce_patch
  129. autofonce_share
  130. avro
  131. avro-compiler
  132. awa
  133. awa-lwt
  134. awa-mirage
  135. aws >= "1.2"
  136. aws-async
  137. aws-autoscaling >= "1.2"
  138. aws-cloudformation >= "1.2"
  139. aws-cloudtrail >= "1.2"
  140. aws-cloudwatch
  141. aws-config
  142. aws-ec2 >= "1.2"
  143. aws-elasticache
  144. aws-elasticloadbalancing >= "1.2"
  145. aws-lwt
  146. aws-rds
  147. aws-route53
  148. aws-s3 >= "4.0.0"
  149. aws-s3-async >= "4.0.0"
  150. aws-s3-lwt >= "4.0.0"
  151. aws-sdb >= "1.2"
  152. aws-sqs
  153. aws-ssm >= "1.2"
  154. aws-sts >= "1.2"
  155. awsm
  156. awsm-async
  157. awsm-codegen
  158. awsm-lwt
  159. azblob
  160. azblob-async
  161. azure-cosmos-db
  162. babel
  163. baby
  164. backoff
  165. bag
  166. bam
  167. bam-ppx
  168. bare_encoding
  169. bark
  170. base >= "v0.12.0"
  171. base32
  172. base64 >= "2.3.0"
  173. base_bigstring
  174. base_quickcheck >= "v0.12.1"
  175. base_trie
  176. bastet
  177. bastet_async
  178. bastet_lwt
  179. batch_jaro_winkler
  180. batsat
  181. batteries >= "3.7.1"
  182. bddrand
  183. bech32
  184. bechamel
  185. bechamel-js
  186. bechamel-notty
  187. bechamel-perf
  188. beluga >= "1.0"
  189. benchmark >= "1.6"
  190. benchpress
  191. benchpress-server
  192. bencode >= "2.0"
  193. bentov
  194. bestline
  195. bheap >= "2.0.0"
  196. bidirectional_map
  197. bigarray-compat
  198. bigarray-overlap
  199. bigdecimal
  200. bignum >= "v0.12.0"
  201. bigstring >= "0.3"
  202. bigstring-unix >= "0.3"
  203. bigstringaf >= "0.5.0"
  204. bimage
  205. bimage-display
  206. bimage-gtk
  207. bimage-io
  208. bimage-lwt
  209. bimage-sdl
  210. bimage-unix
  211. bimap
  212. bin_prot >= "v0.12.0"
  213. bin_tree
  214. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  215. binaryen_dsl
  216. bindlib >= "6.0.0"
  217. biniou >= "1.2.1"
  218. binning
  219. binsec >= "0.4.0"
  220. bio_io
  221. biocaml >= "0.9.0"
  222. biotk
  223. bisect_ppx >= "1.4.0"
  224. bistro >= "0.5.0"
  225. bistro-bio
  226. bitcoin >= "3.0"
  227. bitcoin-cohttp-async
  228. bitcoin-cohttp-lwt
  229. bitcoin-ocurl
  230. bitcoinml >= "0.4.1"
  231. bitgenerators
  232. bitlib
  233. bitmasks >= "1.2.0"
  234. bitpack_serializer
  235. bitstring >= "3.1.1"
  236. bitv >= "1.4"
  237. bitwuzla
  238. bitwuzla-bin < "1.0.0"
  239. bitwuzla-c
  240. bitwuzla-cxx
  241. bjack >= "0.1.6"
  242. blake3
  243. bloomf
  244. bls12-381 < "18.0" | >= "19.0"
  245. bls12-381-gen
  246. bls12-381-hash
  247. bls12-381-js
  248. bls12-381-js-gen
  249. bls12-381-legacy
  250. bls12-381-signature
  251. bls12-381-unix
  252. blurhash
  253. bnfgen
  254. bogue
  255. bogue-tutorials
  256. boltzgen
  257. bonsai
  258. boulangerie
  259. box
  260. brr-lwd
  261. bson2
  262. bst >= "7.0.1"
  263. buffer-pool
  264. build_path_prefix_map >= "0.3"
  265. builder
  266. builder-web
  267. bun >= "0.3.4"
  268. bwd
  269. bwrap
  270. bytearray >= "1.0.1"
  271. bytebuffer
  272. bytepdf
  273. bytestring
  274. bz2
  275. ca-certs
  276. ca-certs-nss
  277. cactus
  278. cairn
  279. cairo2 >= "0.6"
  280. cairo2-gtk
  281. cairo2-pango
  282. caisar
  283. caisar-ir
  284. caisar-nnet
  285. caisar-onnx
  286. caisar-ovo
  287. caisar-xgboost
  288. calcium != "0.3.1"
  289. calculon >= "0.4"
  290. calculon-redis
  291. calculon-redis-lib
  292. calculon-web >= "0.4"
  293. caldav
  294. calendar >= "3.0.0"
  295. calendars
  296. calipso
  297. calli
  298. callipyge >= "0.2"
  299. camelot
  300. camels
  301. camelsnakekebab
  302. camlimages >= "5.0.2"
  303. camlix
  304. camlkit
  305. camlkit-base
  306. camlkit-gui
  307. camlon >= "3.1.0"
  308. camlp-streams
  309. camlrack
  310. camltc >= "0.9.8"
  311. camomile >= "1.0.2"
  312. camyll
  313. canary
  314. capitalization
  315. capnp >= "3.5.0"
  316. capnp-rpc >= "0.3.2"
  317. capnp-rpc-lwt >= "0.3.2"
  318. capnp-rpc-mirage >= "0.3.2"
  319. capnp-rpc-net
  320. capnp-rpc-unix >= "0.3.2"
  321. caqti >= "1.0.0"
  322. caqti-async >= "1.0.0"
  323. caqti-driver-mariadb >= "1.0.0"
  324. caqti-driver-pgx
  325. caqti-driver-postgresql >= "1.0.0"
  326. caqti-driver-sqlite3 >= "1.0.0"
  327. caqti-dynload >= "1.0.0"
  328. caqti-eio
  329. caqti-lwt >= "1.0.0"
  330. caqti-mirage
  331. caqti-tls
  332. caqti-type-calendar >= "1.0.0"
  333. carbon
  334. carray
  335. carton
  336. carton-git
  337. carton-lwt
  338. castore
  339. catala
  340. catapult
  341. catapult-client
  342. catapult-daemon
  343. catapult-file
  344. catapult-sqlite
  345. catt
  346. cb-check
  347. cbor >= "0.3"
  348. cborl
  349. ccbg
  350. cconv >= "0.5"
  351. cconv-ppx
  352. cdb
  353. cdrom >= "0.9.4"
  354. ceph
  355. certify >= "0.3.0"
  356. cf
  357. cf-lwt
  358. cfg >= "2.2.0"
  359. cfml
  360. cfstream >= "1.3.1"
  361. chacha
  362. chamelon-unix
  363. chamo >= "4.0"
  364. charInfo_width
  365. charrua
  366. charrua-client >= "0.11.2"
  367. charrua-client-lwt >= "0.11.2"
  368. charrua-client-mirage >= "0.11.2"
  369. charrua-core >= "0.11.2"
  370. charrua-server
  371. charrua-unix >= "0.11.2"
  372. charset
  373. chartjs
  374. chartjs-annotation
  375. chartjs-colorschemes
  376. chartjs-datalabels
  377. chartjs-streaming
  378. chase
  379. checked_oint
  380. checkseum = "0.0.3" | >= "0.2.1"
  381. choice >= "0.4"
  382. chrome-trace
  383. cid
  384. cinaps >= "v0.12.0"
  385. clangml >= "4.0.0"
  386. clangml-transforms >= "0.24"
  387. clap >= "0.2.0"
  388. clarity >= "0.4.0"
  389. clarity-lang
  390. class_group_vdf
  391. clim
  392. clim-ppx
  393. climate
  394. cll
  395. clp_operations
  396. clz
  397. cmarker
  398. cmdliner-stdlib
  399. cmon
  400. coap
  401. coap-core
  402. coap-server-lwt
  403. cobs
  404. codept >= "0.10.3" & != "0.11.1"
  405. codicons
  406. cohttp >= "1.1.1"
  407. cohttp-async >= "1.1.1"
  408. cohttp-curl
  409. cohttp-curl-async
  410. cohttp-curl-lwt
  411. cohttp-eio
  412. cohttp-lwt >= "1.1.1"
  413. cohttp-lwt-jsoo >= "1.1.1"
  414. cohttp-lwt-unix >= "1.1.1"
  415. cohttp-lwt-unix-nossl
  416. cohttp-lwt-unix-ssl
  417. cohttp-mirage >= "1.1.1"
  418. cohttp-server-lwt-unix
  419. cohttp-top >= "1.1.1"
  420. cohttp_async_websocket
  421. cohttp_static_handler
  422. coin >= "0.1.1"
  423. colibri2
  424. colombe
  425. color >= "0.2.0"
  426. color-brewery
  427. colors
  428. combic
  429. combinaml
  430. combinat
  431. comby >= "1.4.0"
  432. comby-kernel
  433. comby-semantic
  434. command_rpc >= "v0.12.0"
  435. compsort
  436. conan
  437. conan-cli
  438. conan-database
  439. conan-lwt
  440. conan-unix
  441. conduit >= "1.3.0"
  442. conduit-async >= "1.3.0"
  443. conduit-async-ssl
  444. conduit-async-tls
  445. conduit-lwt >= "1.3.0"
  446. conduit-lwt-ssl
  447. conduit-lwt-tls
  448. conduit-lwt-unix >= "1.3.0"
  449. conduit-mirage
  450. conduit-tls
  451. conex >= "0.10.0"
  452. conex-mirage-crypto
  453. conex-nocrypto
  454. confero
  455. config
  456. config-file >= "1.2.1"
  457. conformist
  458. containers >= "2.4"
  459. containers-data
  460. containers-thread
  461. content_security_policy
  462. cookie
  463. cookies
  464. coq >= "8.14.0"
  465. coq-catt-plugin
  466. coq-core
  467. coq-lsp
  468. coq-of-ocaml >= "2.4.1"
  469. coq-serapi >= "8.9.0+0.6.0"
  470. coq-stdlib
  471. coq-waterproof
  472. coqide >= "8.14.0"
  473. coqide-server
  474. core >= "v0.12.0"
  475. core-and-more
  476. core_bench >= "v0.12.0"
  477. core_compat
  478. core_extended >= "v0.12.0"
  479. core_kernel >= "v0.12.3"
  480. core_profiler >= "v0.12.0"
  481. core_unix
  482. corosync
  483. cosovo
  484. cow >= "2.4.0"
  485. cowabloga >= "0.5.0"
  486. cpm >= "12.1.2"
  487. cppo >= "1.6.6"
  488. cppo_ocamlbuild >= "1.6.6"
  489. cps_toolbox
  490. cpu
  491. cpuid >= "0.1.2"
  492. crc >= "2.1.0"
  493. crlibm >= "0.3"
  494. crontab
  495. crowbar >= "0.2"
  496. crunch >= "2.2.0"
  497. cry >= "0.6.5"
  498. cryptokit >= "1.16.1"
  499. csexp
  500. css
  501. css-parser
  502. cstruct >= "3.3.0"
  503. cstruct-async >= "3.3.0"
  504. cstruct-lwt >= "3.3.0"
  505. cstruct-sexp
  506. cstruct-unix >= "3.3.0"
  507. csv >= "2.2"
  508. csv-lwt >= "2.1"
  509. csvfields >= "v0.12.0"
  510. csvtool
  511. ctoxml
  512. ctypes >= "0.21.1"
  513. ctypes-foreign >= "0.21.1"
  514. ctypes-zarith
  515. ctypes_stubs_js
  516. cucumber
  517. cudajit
  518. cudf >= "0.10"
  519. cue_sheet_maker
  520. cuid >= "0.2"
  521. cumulus
  522. curly >= "0.2.0"
  523. current
  524. current-albatross-deployer
  525. current-web-pipelines
  526. current_ansi
  527. current_docker
  528. current_examples
  529. current_git
  530. current_github
  531. current_gitlab
  532. current_incr
  533. current_ocluster
  534. current_rpc
  535. current_slack
  536. current_ssh
  537. current_web
  538. curses >= "1.0.9"
  539. curve-sampling
  540. cvc5
  541. cviode
  542. cwe_checker
  543. DkSDKFFIOCaml_Std
  544. DrawGrammar >= "0.2.2"
  545. daft >= "0.0.4"
  546. dap
  547. data-encoding
  548. dataframe
  549. datakit >= "0.12.2"
  550. datakit-bridge-github >= "0.12.2"
  551. datakit-bridge-local-git >= "0.12.2"
  552. datakit-ci >= "0.12.2"
  553. datakit-client >= "0.12.2"
  554. datakit-client-9p >= "0.12.2"
  555. datakit-client-git >= "0.12.2"
  556. datakit-github >= "0.12.2"
  557. datakit-server >= "0.12.2"
  558. datakit-server-9p >= "0.12.2"
  559. datalog >= "0.6"
  560. dates_calc
  561. daypack-lib
  562. dbf != "0.1.1"
  563. dblp
  564. dblp-api
  565. debian-formats >= "0.1.2"
  566. decimal
  567. decoders >= "0.1.2"
  568. decoders-bencode
  569. decoders-cbor
  570. decoders-ezjsonm >= "0.1.2"
  571. decoders-ezxmlm
  572. decoders-jsonaf
  573. decoders-jsonm
  574. decoders-msgpck
  575. decoders-sexplib
  576. decoders-yojson >= "0.1.2"
  577. decompress >= "0.8.1"
  578. dedent
  579. dedukti >= "2.7"
  580. delimcc_of_fxhandler
  581. delimited_parsing >= "v0.12.0"
  582. depyt >= "0.3.0"
  583. devkit >= "1.0"
  584. diet >= "0.2"
  585. diff
  586. diffable
  587. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  588. directories
  589. dirsift
  590. dirsp-exchange
  591. dirsp-exchange-kbb2017
  592. dirsp-proscript
  593. dirsp-proscript-mirage
  594. dirsp-ps2ocaml
  595. diskuvbox
  596. disml
  597. dispatch >= "0.4.1"
  598. dispatch-js >= "0.4.1"
  599. distributed >= "0.6.0"
  600. distributed-lwt >= "0.2.0"
  601. distributed-uwt >= "0.2.0"
  602. dkim
  603. dkim-bin
  604. dkim-mirage
  605. dkml-c-probe
  606. dkml-component-offline-ocamlrun
  607. dkml-component-offline-opam
  608. dkml-component-staging-ocamlrun
  609. dkml-component-staging-opam32
  610. dkml-component-staging-opam64
  611. dkml-dune-dsl
  612. dkml-dune-dsl-show
  613. dkml-install
  614. dkml-install-installer
  615. dkml-install-runner
  616. dkml-option-vcpkg
  617. dkml-package-console
  618. dkml-runtime-common >= "2.0.3"
  619. dkml-runtime-distribution
  620. dkml-workflows
  621. dlm >= "0.3.1"
  622. dmap
  623. dns >= "1.1.0"
  624. dns-async >= "1.1.0"
  625. dns-certify
  626. dns-cli
  627. dns-client
  628. dns-client-lwt
  629. dns-client-miou-unix
  630. dns-client-mirage
  631. dns-lwt >= "1.1.0"
  632. dns-lwt-unix >= "1.1.0"
  633. dns-mirage
  634. dns-resolver
  635. dns-server
  636. dns-stub
  637. dns-tsig
  638. dnssec
  639. docfd
  640. docker-api >= "0.2"
  641. docker_hub
  642. dockerfile >= "6.0.0"
  643. dockerfile-cmd >= "6.0.0"
  644. dockerfile-opam >= "6.0.0"
  645. docteur
  646. docteur-solo5
  647. docteur-unix
  648. doculib
  649. doi2bib
  650. dokeysto >= "3.0.2"
  651. dokeysto_camltc >= "3.0.2"
  652. dokeysto_lz4 >= "3.0.2"
  653. dolmen >= "0.4.1"
  654. dolmen_bin
  655. dolmen_loop
  656. dolmen_lsp
  657. dolmen_model
  658. dolmen_type
  659. dolog >= "4.0.0"
  660. domain-local-await
  661. domain-local-timeout
  662. domain-name >= "0.1.2"
  663. domain_shims
  664. domainslib
  665. dose3 >= "6.1"
  666. dose3-extra
  667. dot-merlin-reader
  668. dotenv
  669. dream
  670. dream-accept
  671. dream-cli
  672. dream-encoding
  673. dream-html
  674. dream-htmx
  675. dream-httpaf
  676. dream-livereload
  677. dream-pure
  678. dream-serve
  679. drom >= "0.3.0"
  680. drom_lib >= "0.3.0"
  681. drom_toml
  682. dropbox >= "0.2"
  683. dropbox_lwt_unix
  684. dscheck
  685. dssi >= "0.1.3"
  686. dtc-pb
  687. dtoa >= "0.3.2"
  688. dtools >= "0.4.2"
  689. dual
  690. duff >= "0.2"
  691. dum >= "1.0.2"
  692. dump_ocamlformat
  693. dune-action-plugin
  694. dune-build-info
  695. dune-cargo-build
  696. dune-compiledb
  697. dune-configurator >= "1.11.4"
  698. dune-deps
  699. dune-expand
  700. dune-glob
  701. dune-private-libs
  702. dune-release >= "1.0.0" & < "2.0.0"
  703. dune-rpc
  704. dune-rpc-lwt
  705. dune-site
  706. duppy >= "0.9.0"
  707. duration >= "0.1.2"
  708. dyn
  709. earley >= "2.0.0"
  710. earlybird
  711. easy-format >= "1.3.2"
  712. easy_logging
  713. easy_logging_yojson
  714. ecaml >= "v0.12.0"
  715. edn >= "0.1.6-1-gff9db95"
  716. ego
  717. eigen >= "0.1.0"
  718. eio
  719. eio-ssl
  720. eio-trace
  721. eio_linux
  722. eio_luv
  723. eio_main
  724. eio_posix
  725. eio_windows
  726. either
  727. elasticsearch-cli >= "0.5"
  728. electrod >= "0.2.1"
  729. eliom >= "10.1.2"
  730. elpi >= "1.3.1"
  731. email_message >= "v0.12.0"
  732. embedded_ocaml_templates
  733. emile >= "0.4"
  734. encoding
  735. encore >= "0.3"
  736. env_config
  737. epictetus
  738. eqaf >= "0.2"
  739. eqaf-cstruct
  740. equinoxe
  741. equinoxe-cohttp
  742. equinoxe-hlc
  743. eris
  744. eris-lwt
  745. erlang
  746. errpy
  747. erssical >= "1.1.0"
  748. esgg
  749. esperanto-cosmopolitan >= "0.0.5"
  750. ethernet
  751. euler
  752. exenum >= "0.86"
  753. exit
  754. expect_test_helpers >= "v0.12.0"
  755. expect_test_helpers_async
  756. expect_test_helpers_core
  757. expect_test_helpers_kernel >= "v0.12.0"
  758. extism
  759. extism-manifest
  760. extlib >= "1.7.9"
  761. extunix >= "0.3.1"
  762. ez_api
  763. ez_cmdliner >= "0.2.0"
  764. ez_config >= "0.2.0"
  765. ez_file >= "0.3.0"
  766. ez_hash
  767. ez_pgocaml
  768. ez_search
  769. ez_subst
  770. ezcurl
  771. ezcurl-lwt
  772. ezdl
  773. ezgzip >= "0.2.3"
  774. ezjs_ace
  775. ezjs_blockies
  776. ezjs_cleave
  777. ezjs_crypto
  778. ezjs_cytoscape
  779. ezjs_d3pie
  780. ezjs_extension
  781. ezjs_fetch
  782. ezjs_idb
  783. ezjs_jquery
  784. ezjs_min
  785. ezjs_odometer
  786. ezjs_push
  787. ezjs_qrcode
  788. ezjs_recaptcha
  789. ezjs_timeline
  790. ezjsonm >= "1.0.0"
  791. ezjsonm-encoding
  792. ezjsonm-lwt >= "1.0.0"
  793. ezresto
  794. ezresto-directory
  795. ezsqlite >= "0.4.2"
  796. ezxenstore >= "0.4.1"
  797. ezxmlm >= "1.1.0"
  798. FPauth
  799. FPauth-core
  800. FPauth-responses
  801. FPauth-strategies
  802. FrontC >= "4.0.0"
  803. faad >= "0.5.0"
  804. facteur
  805. fadbadml >= "0.1.2"
  806. faraday >= "0.7.1"
  807. faraday-async >= "0.7.1"
  808. faraday-lwt >= "0.7.1"
  809. faraday-lwt-unix >= "0.7.1"
  810. farith
  811. farmhash >= "0.4"
  812. fasmifra
  813. fat-filesystem >= "0.13.0"
  814. fd-send-recv >= "2.0.1"
  815. fdkaac >= "0.3.2"
  816. feat
  817. feat-core
  818. feat-num
  819. feather
  820. feather_async
  821. ff
  822. ff-bench
  823. ff-pbt
  824. ff-sig
  825. ffmpeg >= "1.0.0~beta1"
  826. ffmpeg-av
  827. ffmpeg-avcodec
  828. ffmpeg-avdevice
  829. ffmpeg-avfilter
  830. ffmpeg-avutil
  831. ffmpeg-swresample
  832. ffmpeg-swscale
  833. fftw3 >= "0.8.2"
  834. fiat-p256
  835. fiber
  836. fiber-lwt
  837. fieldslib >= "v0.12.0"
  838. file-rewriter
  839. file_path
  840. fileutils >= "0.6.1"
  841. finch
  842. fit
  843. fix >= "20181206"
  844. flac >= "0.3.0"
  845. flex-array
  846. flint >= "0.3.2"
  847. flow_parser >= "0.229.1"
  848. fmlib
  849. fmlib_browser
  850. fmlib_js
  851. fmlib_parse
  852. fmlib_pretty
  853. fmlib_std
  854. fontforge-of-ocaml
  855. forester
  856. fpath-base
  857. fpath-sexp0
  858. frama-c >= "26.0~beta"
  859. frama-c-lannotate >= "0.2.3"
  860. frama-c-luncov >= "0.2.1"
  861. frama-c-metacsl >= "0.4"
  862. frama-clang
  863. fred
  864. freetds >= "0.7"
  865. frei0r >= "0.1.2"
  866. frenetic >= "5.0.5"
  867. fromager
  868. fsevents
  869. fsevents-lwt
  870. fsml
  871. fswatch
  872. fswatch_async
  873. fswatch_lwt
  874. fun-postgresql
  875. fun-sql
  876. fun-sqlite
  877. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  878. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  879. fuseau
  880. fuseau-lwt
  881. fuzzy_compare
  882. fuzzy_match
  883. fzf
  884. General >= "0.6.0"
  885. GT
  886. gapi-ocaml >= "0.3.7"
  887. gbddml
  888. gccjit
  889. gd >= "1.1"
  890. gdbprofiler >= "0.4"
  891. gel
  892. gemini >= "0.3.0"
  893. gen >= "0.5.2"
  894. gen_js_api >= "1.0.6"
  895. genprint
  896. genspio >= "0.0.3"
  897. genspir >= "1.0.1"
  898. geojson
  899. geojsone
  900. geoml
  901. get_line >= "7.0.0"
  902. getopt >= "20230213"
  903. gettext >= "0.4.1"
  904. gettext-camomile
  905. gettext-stub
  906. git >= "2.0.0"
  907. git-cohttp
  908. git-cohttp-mirage
  909. git-cohttp-unix
  910. git-http >= "2.0.0"
  911. git-kv
  912. git-mirage >= "2.0.0"
  913. git-paf
  914. git-split
  915. git-unix >= "2.0.0"
  916. git_split
  917. github >= "4.0.0"
  918. github-data
  919. github-hooks >= "0.4.0"
  920. github-hooks-unix >= "0.4.0"
  921. github-jsoo >= "4.0.0"
  922. github-unix >= "4.0.0"
  923. gitlab
  924. gitlab-jsoo
  925. gitlab-unix
  926. gitlab_pipeline_notifier
  927. glfw-ocaml
  928. globlon
  929. gluon
  930. gluten
  931. gluten-async
  932. gluten-eio
  933. gluten-lwt
  934. gluten-lwt-unix
  935. gluten-mirage
  936. gmap >= "0.2.1"
  937. gmp
  938. gnuplot >= "0.6"
  939. gobba
  940. gobject-introspection
  941. goblint >= "1.1.1"
  942. goblint-cil >= "1.8.0"
  943. google-drive-ocamlfuse >= "0.6.26"
  944. gopcaml-mode >= "0.0.2"
  945. gopcaml-mode-merlin
  946. gospel
  947. gotd
  948. gperftools >= "0.4"
  949. gpiod
  950. gpr >= "1.4.0"
  951. gpt
  952. gr
  953. grace
  954. gradescope_submit
  955. graphics >= "5.0.0"
  956. graphql >= "0.8.0"
  957. graphql-async >= "0.8.0"
  958. graphql-cohttp >= "0.9.0"
  959. graphql-lwt >= "0.8.0"
  960. graphql_jsoo_client
  961. graphql_parser >= "0.9.0"
  962. graphql_ppx >= "0.7.1"
  963. graphv
  964. graphv_core
  965. graphv_core_lib
  966. graphv_font
  967. graphv_font_js
  968. graphv_font_stb_truetype
  969. graphv_gles2
  970. graphv_gles2_native
  971. graphv_gles2_native_impl
  972. graphv_webgl
  973. graphv_webgl_impl
  974. gremlin
  975. grenier >= "0.8"
  976. grid
  977. grpc
  978. grpc-async
  979. grpc-bench
  980. grpc-eio
  981. grpc-examples
  982. grpc-lwt
  983. gsl >= "1.24.0"
  984. gstreamer >= "0.3.1"
  985. guardian
  986. guile
  987. h1
  988. h1-lwt-unix
  989. h1_parser
  990. h2
  991. h2-async
  992. h2-eio
  993. h2-lwt
  994. h2-lwt-unix
  995. h2-mirage
  996. hachis
  997. hack_parallel >= "1.0.0"
  998. hacl-star
  999. hacl-star-raw >= "0.5.0"
  1000. hacl_func
  1001. hacl_x25519
  1002. happy-eyeballs
  1003. happy-eyeballs-lwt
  1004. happy-eyeballs-miou-unix
  1005. happy-eyeballs-mirage
  1006. hardcaml >= "v0.12.0"
  1007. hardcaml-lua
  1008. hardcaml_axi
  1009. hardcaml_c
  1010. hardcaml_circuits
  1011. hardcaml_event_driven_sim
  1012. hardcaml_fixed_point
  1013. hardcaml_handshake
  1014. hardcaml_of_verilog
  1015. hardcaml_step_testbench
  1016. hardcaml_verify
  1017. hardcaml_verilator
  1018. hardcaml_waveterm
  1019. hardcaml_xilinx
  1020. hardcaml_xilinx_components
  1021. hardcaml_xilinx_reports
  1022. hashcons >= "1.4.0"
  1023. hashids >= "1.0.1"
  1024. haxe >= "4.1.1"
  1025. hc
  1026. hdf5 >= "0.1.5"
  1027. hdr_histogram >= "0.0.3"
  1028. headache >= "1.04"
  1029. header-check
  1030. hector
  1031. herdtools7 >= "7.55"
  1032. hex >= "1.3.0"
  1033. hex_encode
  1034. hexstring
  1035. hg_lib
  1036. hidapi >= "1.1"
  1037. hidapi-lwt
  1038. higher_kinded
  1039. highlexer
  1040. higlo >= "0.8"
  1041. hilite
  1042. hkdf >= "1.0.3"
  1043. hl_yaml
  1044. hockmd
  1045. hol2dk
  1046. hooke
  1047. horned_worm >= "0.3.4"
  1048. hpack
  1049. hsluv
  1050. html_of_jsx
  1051. htmlfromtexbooks
  1052. hts_shrink >= "2.1.2"
  1053. http
  1054. http-cookie
  1055. http-date
  1056. http-lwt-client
  1057. http-mirage-client
  1058. http-multipart-formdata
  1059. http_async
  1060. httpaf >= "0.6.0"
  1061. httpaf-async >= "0.6.0"
  1062. httpaf-lwt-unix
  1063. httpaf_caged
  1064. httpcats
  1065. httph
  1066. httpun
  1067. httpun-async
  1068. httpun-eio
  1069. httpun-lwt
  1070. httpun-lwt-unix
  1071. httpun-mirage
  1072. httpun-types
  1073. httpun-ws
  1074. httpun-ws-async
  1075. httpun-ws-eio
  1076. httpun-ws-lwt
  1077. httpun-ws-lwt-unix
  1078. httpun-ws-mirage
  1079. huffman
  1080. hvsock >= "2.0.0"
  1081. hxd
  1082. hyper
  1083. ISO3166
  1084. ISO8601 >= "0.2.6"
  1085. i3ipc >= "0.1.4"
  1086. icalendar
  1087. idd
  1088. idds
  1089. imagelib >= "20200929"
  1090. imguiml
  1091. incr_dom >= "v0.12.0"
  1092. incr_dom_interactive
  1093. incr_dom_keyboard
  1094. incr_dom_partial_render
  1095. incr_dom_sexp_form
  1096. incr_dom_widgets >= "v0.12.0"
  1097. incr_map >= "v0.12.0"
  1098. incr_select >= "v0.12.0"
  1099. incremental >= "v0.12.0"
  1100. indentation_buffer
  1101. index
  1102. index-bench
  1103. inferno >= "20190924"
  1104. influxdb
  1105. influxdb-async
  1106. influxdb-lwt
  1107. inotify >= "2.4"
  1108. inotify-eio
  1109. inquire
  1110. inquirer_oc
  1111. int_repr
  1112. integers >= "0.3.0"
  1113. integers_stubs_js
  1114. integration1d >= "0.5.1"
  1115. interface-prime
  1116. interface-prime-lwt
  1117. interval >= "1.5" & < "1.6"
  1118. interval-map
  1119. interval_base
  1120. interval_crlibm
  1121. interval_intel
  1122. io-page >= "2.1.0"
  1123. io-page-unix >= "2.1.0"
  1124. io-page-xen >= "2.1.0"
  1125. iomux
  1126. iostream
  1127. iostream-camlzip
  1128. ip2location
  1129. ip2whois
  1130. ipaddr >= "2.9.0"
  1131. ipaddr-cstruct
  1132. ipaddr-sexp
  1133. irc-client >= "0.6.2"
  1134. irc-client-lwt >= "0.6.2"
  1135. irc-client-lwt-ssl
  1136. irc-client-tls >= "0.6.2"
  1137. irc-client-unix >= "0.6.2"
  1138. iri >= "0.6.0"
  1139. irmin >= "2.0.0"
  1140. irmin-bench
  1141. irmin-chunk >= "2.0.0"
  1142. irmin-cli
  1143. irmin-client
  1144. irmin-containers
  1145. irmin-fs >= "2.0.0"
  1146. irmin-git >= "2.0.0"
  1147. irmin-graphql
  1148. irmin-http >= "2.0.0"
  1149. irmin-indexeddb >= "2.0"
  1150. irmin-layers
  1151. irmin-mem >= "2.0.0"
  1152. irmin-mirage >= "2.0.0"
  1153. irmin-mirage-git
  1154. irmin-mirage-graphql
  1155. irmin-pack
  1156. irmin-pack-tools
  1157. irmin-server
  1158. irmin-test
  1159. irmin-tezos
  1160. irmin-tezos-utils
  1161. irmin-unix >= "2.0.0"
  1162. irmin-watcher >= "0.5.0"
  1163. iso639
  1164. iter >= "1.4"
  1165. itv-tree >= "2.2"
  1166. JsOfOCairo >= "2.0.0"
  1167. jane-street-headers >= "v0.12.0"
  1168. jane_rope
  1169. janestreet_cpuid
  1170. janestreet_csv
  1171. janestreet_lru_cache
  1172. jasmin >= "2023.06.0"
  1173. jekyll-format >= "0.2.0"
  1174. jemalloc >= "0.2"
  1175. jerboa
  1176. jext
  1177. jhupllib >= "0.2.1"
  1178. jingoo >= "1.3.0"
  1179. jose
  1180. js_of_ocaml >= "3.3.0"
  1181. js_of_ocaml-compiler >= "3.3.0"
  1182. js_of_ocaml-lwt >= "3.3.0"
  1183. js_of_ocaml-ocamlbuild >= "3.5.0"
  1184. js_of_ocaml-ppx >= "3.3.0"
  1185. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1186. js_of_ocaml-toplevel >= "3.3.0"
  1187. js_of_ocaml-tyxml >= "3.3.0"
  1188. js_of_ocaml-webgpu
  1189. js_of_ocaml-webidl
  1190. js_of_ocaml_patches
  1191. json-data-encoding
  1192. json-data-encoding-browser
  1193. json-data-encoding-bson
  1194. json_decoder
  1195. jsonaf
  1196. jsonoo
  1197. jsonrpc
  1198. jsonschema2atd
  1199. jsonxt
  1200. jsoo-react
  1201. jsoo_broadcastchannel >= "2.0.0"
  1202. jsoo_storage >= "1.0.1"
  1203. jst-config
  1204. junit >= "2.0.1"
  1205. junit_alcotest >= "2.0.1"
  1206. junit_ounit >= "2.0.1"
  1207. jupyter >= "2.3.2"
  1208. jupyter-archimedes >= "2.3.2"
  1209. jupyter-kernel >= "0.4"
  1210. jwto
  1211. kafka >= "0.5"
  1212. kafka_async
  1213. kafka_lwt
  1214. kappa-agents
  1215. kappa-binaries
  1216. kappa-library
  1217. kappa-server
  1218. kcas
  1219. kcas_data
  1220. kdf
  1221. kdl
  1222. ke
  1223. key-parsers >= "0.10.0"
  1224. kicadsch >= "0.4.0"
  1225. kind2
  1226. kinetic-client >= "0.0.11"
  1227. kittyimg
  1228. kkmarkdown
  1229. kmt
  1230. knights_tour
  1231. kqueue
  1232. krb
  1233. kuznechik
  1234. lab
  1235. lablgtk3 >= "3.0.beta4"
  1236. lablgtk3-extras >= "3.0.1"
  1237. lablgtk3-goocanvas2
  1238. lablgtk3-gtkspell3
  1239. lablgtk3-rsvg2
  1240. lablgtk3-sourceview3
  1241. lablqml >= "0.6"
  1242. labrys
  1243. lacaml >= "11.0.2"
  1244. ladspa >= "0.2.0"
  1245. lambda
  1246. lambda-runtime
  1247. lambda-term >= "2.0"
  1248. lambda_streams
  1249. lambda_streams_async
  1250. lambda_streams_lwt
  1251. lambdapi >= "2.0.0"
  1252. lambdasoup >= "0.6.4"
  1253. lame >= "0.3.4"
  1254. landmarks >= "1.4"
  1255. landmarks-ppx
  1256. lascar >= "0.6-alpha"
  1257. lastfm >= "0.3.3"
  1258. launchd >= "1.3"
  1259. lazy-trie >= "1.2.0"
  1260. lbfgs >= "0.9.1"
  1261. lbvs_consent >= "2.1.0"
  1262. ldap >= "2.4.1"
  1263. ldp
  1264. ldp_curl
  1265. ldp_js
  1266. ldp_tls
  1267. leaflet
  1268. learn-ocaml
  1269. learn-ocaml-client
  1270. leaves
  1271. ledgerwallet
  1272. ledgerwallet-tezos
  1273. legacy_diffable
  1274. lens >= "1.2.3"
  1275. let-if >= "0.2.0"
  1276. letsencrypt
  1277. letsencrypt-app
  1278. letsencrypt-dns
  1279. letsencrypt-mirage
  1280. letters
  1281. leveldb >= "1.3.0"
  1282. lib_parsing
  1283. libabsolute
  1284. libbinaryen < "105.1.0" | >= "107.0.1"
  1285. libbpf
  1286. libbpf_maps
  1287. libc
  1288. libirmin
  1289. libsail
  1290. libsvm >= "0.10.0"
  1291. libzipperposition
  1292. lilac
  1293. lilv
  1294. line-up-words >= "v0.12.0"
  1295. line_oriented
  1296. linenoise >= "1.2.0"
  1297. links >= "0.9"
  1298. links-mysql
  1299. links-postgresql >= "0.9"
  1300. links-sqlite3
  1301. linol
  1302. linol-eio
  1303. linol-lwt
  1304. lintcstubs
  1305. lintcstubs-arity
  1306. lintcstubs-gen
  1307. linwrap
  1308. liquid_interpreter
  1309. liquid_ml
  1310. liquid_parser
  1311. liquid_std
  1312. liquid_syntax
  1313. liquidsoap >= "2.2.0"
  1314. liquidsoap-core
  1315. liquidsoap-js
  1316. liquidsoap-lang
  1317. liquidsoap-libs
  1318. liquidsoap-libs-extra
  1319. liquidsoap-mode
  1320. little_logger
  1321. llama
  1322. llama-cpp-ocaml
  1323. llama_core
  1324. llama_interactive
  1325. llama_midi
  1326. llvm >= "15.0.7+nnp-2"
  1327. lmdb >= "1.0"
  1328. lo >= "0.2.0"
  1329. loc
  1330. lockfree
  1331. loga >= "0.0.5"
  1332. logical
  1333. logs-async
  1334. logs-async-reporter
  1335. logs-ppx
  1336. logs-syslog >= "0.2.0"
  1337. logtk >= "1.5.1"
  1338. loop
  1339. lp
  1340. lp-glpk
  1341. lp-glpk-js
  1342. lp-gurobi
  1343. lpd >= "1.2.2"
  1344. lreplay
  1345. lru >= "0.3.0"
  1346. lru_cache
  1347. lsp
  1348. lt-code
  1349. lua-ml >= "0.9.3"
  1350. lua_parser
  1351. lucid
  1352. lun
  1353. lustre-v6 >= "6.103.3"
  1354. lutils >= "1.51.2"
  1355. lutin >= "2.71.10"
  1356. luv
  1357. luv_unix
  1358. lwd
  1359. lwt >= "4.2.0"
  1360. lwt-canceler >= "0.2"
  1361. lwt-dllist
  1362. lwt-exit
  1363. lwt-parallel >= "1.0.0"
  1364. lwt-watcher >= "0.2"
  1365. lwt_domain
  1366. lwt_eio
  1367. lwt_glib >= "1.1.1"
  1368. lwt_log >= "1.1.1"
  1369. lwt_ppx >= "1.2.2"
  1370. lwt_ppx_let
  1371. lwt_react >= "1.1.2"
  1372. lwt_ssl >= "1.1.3"
  1373. lz4 >= "1.2.0"
  1374. lz4_chans >= "3.0.1"
  1375. lzo >= "0.0.3"
  1376. MlFront_Cli
  1377. m_tree
  1378. macaddr
  1379. macaddr-cstruct
  1380. macaddr-sexp
  1381. mad >= "0.5.0"
  1382. magic-mime >= "1.1.2"
  1383. magic-trace
  1384. make-random
  1385. malfunction >= "0.3"
  1386. man_in_the_middle_debugger
  1387. markdown
  1388. markup >= "0.8.0"
  1389. markup-lwt
  1390. mastodon-archive-viewer >= "0.2"
  1391. matita
  1392. matplotlib
  1393. mazeppa
  1394. mbr-format >= "1.0.0"
  1395. mc2
  1396. mccs >= "1.1+10"
  1397. md2mld
  1398. mdx != "1.7.0"
  1399. mec
  1400. mechaml >= "1.1.0"
  1401. mehari
  1402. mehari-eio
  1403. mehari-eio-unix
  1404. mehari-lwt-unix
  1405. mehari-mirage
  1406. mel
  1407. melange
  1408. melange-atdgen-codec-runtime
  1409. melange-compiler-libs
  1410. melange-fest
  1411. melange-fetch
  1412. melange-jest
  1413. melange-json
  1414. melange-json-native
  1415. melange-moment
  1416. melange-numeral
  1417. melange-radix-icons
  1418. melange-react-dates
  1419. melange-react-query
  1420. melange-recharts
  1421. melange-testing-library
  1422. melange-webapi
  1423. meldep
  1424. mem_usage
  1425. memcad >= "1.1.0"
  1426. memgraph
  1427. memgraph_kitty
  1428. memo
  1429. memprof-limits
  1430. memtrace
  1431. memtrace-mirage
  1432. memtrace_viewer
  1433. menhir >= "20200123"
  1434. menhirCST
  1435. menhirLib
  1436. menhirSdk
  1437. merge-fmt
  1438. merlin >= "3.2.1"
  1439. merlin-extend >= "0.4"
  1440. merlin-lib
  1441. mesh >= "0.9.5"
  1442. mesh-easymesh >= "0.9.5"
  1443. mesh-graphics >= "0.9.5"
  1444. mesh-triangle >= "0.9.5"
  1445. metadata
  1446. metadb
  1447. metapp
  1448. metaquot
  1449. metrics
  1450. metrics-influx
  1451. metrics-lwt
  1452. metrics-mirage
  1453. metrics-rusage
  1454. metrics-unix
  1455. mew
  1456. mew_vi
  1457. middleware
  1458. mimic
  1459. mimic-happy-eyeballs
  1460. mindstorm >= "0.8"
  1461. mindstorm-lwt
  1462. minicaml
  1463. minicli >= "5.0.2"
  1464. minisat >= "0.3"
  1465. minttea
  1466. miou
  1467. mirage >= "3.3.0"
  1468. mirage-block >= "1.2.0"
  1469. mirage-block-ccm >= "1.1.0"
  1470. mirage-block-combinators
  1471. mirage-block-lwt >= "1.2.0"
  1472. mirage-block-partition
  1473. mirage-block-ramdisk >= "0.4"
  1474. mirage-block-solo5 >= "0.6.0"
  1475. mirage-block-unix >= "2.11.0"
  1476. mirage-block-xen >= "1.6.0"
  1477. mirage-bootvar
  1478. mirage-bootvar-solo5 >= "0.6.0"
  1479. mirage-bootvar-unix
  1480. mirage-bootvar-xen >= "0.6.0"
  1481. mirage-channel >= "3.2.0"
  1482. mirage-channel-lwt >= "3.2.0"
  1483. mirage-clock >= "2.0.0"
  1484. mirage-clock-freestanding >= "2.0.0"
  1485. mirage-clock-lwt >= "2.0.0"
  1486. mirage-clock-solo5
  1487. mirage-clock-unix >= "2.0.0"
  1488. mirage-conduit = "1.3.0" | >= "3.1.0"
  1489. mirage-console >= "2.4.0"
  1490. mirage-console-lwt >= "2.4.0"
  1491. mirage-console-solo5 >= "0.6.0"
  1492. mirage-console-unix >= "2.4.1"
  1493. mirage-console-xen >= "2.4.0"
  1494. mirage-console-xen-backend >= "2.4.0"
  1495. mirage-console-xen-proto >= "2.4.0"
  1496. mirage-crypto
  1497. mirage-crypto-ec
  1498. mirage-crypto-entropy
  1499. mirage-crypto-pk
  1500. mirage-crypto-rng
  1501. mirage-crypto-rng-async
  1502. mirage-crypto-rng-eio
  1503. mirage-crypto-rng-lwt
  1504. mirage-crypto-rng-miou-unix
  1505. mirage-crypto-rng-mirage
  1506. mirage-device >= "1.2.0"
  1507. mirage-dns >= "3.1.0"
  1508. mirage-entropy >= "0.5.1"
  1509. mirage-flow >= "1.6.0"
  1510. mirage-flow-combinators
  1511. mirage-flow-lwt >= "1.6.0"
  1512. mirage-flow-rawlink >= "1.1.0"
  1513. mirage-flow-unix >= "1.6.0"
  1514. mirage-fs >= "1.2.0"
  1515. mirage-fs-lwt >= "1.2.0"
  1516. mirage-fs-mem
  1517. mirage-fs-unix >= "1.6.0"
  1518. mirage-kv >= "2.0.0"
  1519. mirage-kv-lwt >= "2.0.0"
  1520. mirage-kv-mem
  1521. mirage-kv-unix
  1522. mirage-logs >= "1.0.0"
  1523. mirage-monitoring
  1524. mirage-nat >= "1.1.0"
  1525. mirage-net >= "2.0.0"
  1526. mirage-net-lwt >= "2.0.0"
  1527. mirage-net-macosx >= "1.5.0"
  1528. mirage-net-solo5 >= "0.4.3"
  1529. mirage-net-unix >= "2.5.0"
  1530. mirage-net-xen >= "1.9.0"
  1531. mirage-profile >= "0.9.0"
  1532. mirage-profile-unix >= "0.9.0"
  1533. mirage-profile-xen >= "0.9.0"
  1534. mirage-protocols >= "2.0.0"
  1535. mirage-protocols-lwt >= "2.0.0"
  1536. mirage-qubes >= "0.7.0"
  1537. mirage-qubes-ipv4 >= "0.7.0"
  1538. mirage-random >= "1.2.0"
  1539. mirage-random-stdlib
  1540. mirage-random-test
  1541. mirage-runtime >= "3.3.0"
  1542. mirage-solo5 >= "0.6.2"
  1543. mirage-stack >= "1.4.0"
  1544. mirage-stack-lwt >= "1.4.0"
  1545. mirage-time >= "1.3.0"
  1546. mirage-time-lwt >= "1.3.0"
  1547. mirage-time-unix >= "1.3.0"
  1548. mirage-types >= "3.3.0"
  1549. mirage-types-lwt >= "3.3.0"
  1550. mirage-unix >= "3.2.0"
  1551. mirage-vnetif >= "0.4.2"
  1552. mirage-vnetif-stack
  1553. mirage-xen >= "3.2.0"
  1554. mjson
  1555. mkaudio >= "1.1.0"
  1556. mkocaml
  1557. mlbdd >= "0.7.2"
  1558. mlfenv
  1559. mlmpfr >= "4.0.2+dune"
  1560. mlpost >= "0.9"
  1561. mlpost-lablgtk
  1562. mlt_parser >= "v0.12.0"
  1563. mlx
  1564. mm >= "0.7.0"
  1565. mmap
  1566. mmdb
  1567. mnd
  1568. mock >= "0.1.1"
  1569. mock-ounit >= "0.1.1"
  1570. module-graph
  1571. molenc >= "5.0.0"
  1572. monaco_jsoo
  1573. monolith
  1574. monomorphic >= "2.0"
  1575. monorobot
  1576. moonpool
  1577. moonpool-io
  1578. moonpool-lwt
  1579. mopsa
  1580. morbig >= "0.10.3"
  1581. morsmall
  1582. moss >= "0.1.1"
  1583. mparser >= "1.3"
  1584. mparser-pcre
  1585. mparser-re
  1586. mperf
  1587. mpg123
  1588. mpp >= "0.3.4"
  1589. mpris >= "0.2.0"
  1590. mpris-clients
  1591. mqtt >= "0.2.2"
  1592. mrmime
  1593. mrt-format >= "0.3.1"
  1594. msat >= "0.8"
  1595. msat-bin
  1596. msgpck >= "1.5"
  1597. msgpck-repr
  1598. mssql
  1599. mugen
  1600. mula
  1601. multibase
  1602. multicodec
  1603. multicont >= "1.0.1"
  1604. multicore-bench
  1605. multicore-magic
  1606. multicore-magic-dscheck
  1607. multihash
  1608. multihash-digestif
  1609. multipart-form-data >= "0.3.0"
  1610. multipart_form
  1611. multipart_form-cohttp-lwt
  1612. multipart_form-eio
  1613. multipart_form-lwt
  1614. murmur3 >= "0.3"
  1615. mustache >= "3.1.0"
  1616. mustache-cli
  1617. mutaml
  1618. mutf8
  1619. mwt
  1620. mybuild >= "7"
  1621. mysql8
  1622. mysql_protocol >= "3.0.1"
  1623. n_ary
  1624. naboris
  1625. nacc
  1626. nanoid
  1627. nanosvg
  1628. nanosvg_text
  1629. nbd >= "4.0.3"
  1630. nbd-tool
  1631. nbd-unix
  1632. netchannel >= "1.9.0"
  1633. netkat
  1634. netlink >= "0.3.4"
  1635. netsnmp
  1636. neural_nets_lib
  1637. nice_parser
  1638. ninja_utils
  1639. niru
  1640. nloge
  1641. nlopt
  1642. nmea
  1643. noCanren >= "0.3.0~alpha1"
  1644. nocoiner
  1645. node_of_ocaml
  1646. noise
  1647. nomad
  1648. non_empty_list
  1649. nottui
  1650. nottui-lwt
  1651. nottui-pretty
  1652. notty >= "0.2.3"
  1653. notty_async >= "v0.12.0"
  1654. np
  1655. npy >= "0.0.9"
  1656. nsq >= "0.4.0"
  1657. numeric_string
  1658. nuscr
  1659. OCADml
  1660. OCanren
  1661. OCanren-ppx
  1662. OSCADml
  1663. obatcher
  1664. obeam
  1665. obelisk >= "0.5.0"
  1666. obuilder
  1667. obuilder-spec
  1668. obus >= "1.2.0"
  1669. ocal >= "0.2.2"
  1670. ocaml-canvas
  1671. ocaml-compiler-libs >= "v0.12.0"
  1672. ocaml-embed-file
  1673. ocaml-in-python
  1674. ocaml-index
  1675. ocaml-lsp-server
  1676. ocaml-lua >= "1.8"
  1677. ocaml-migrate-parsetree >= "1.2.0"
  1678. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1679. ocaml-monadic >= "0.4.1"
  1680. ocaml-print-intf
  1681. ocaml-probes
  1682. ocaml-protoc >= "2.0.1"
  1683. ocaml-protoc-plugin
  1684. ocaml-r >= "0.1.1"
  1685. ocaml-syntax-shims
  1686. ocaml-systemd >= "1.3"
  1687. ocaml-top >= "1.2.0"
  1688. ocaml-vdom < "transition"
  1689. ocaml-version >= "1.0.0"
  1690. ocaml_db_model
  1691. ocaml_intrinsics
  1692. ocaml_intrinsics_kernel
  1693. ocaml_openapi_generator
  1694. ocaml_pgsql_model
  1695. ocaml_plugin >= "v0.12.0"
  1696. ocamlapi
  1697. ocamlapi_async
  1698. ocamlapi_lwt_unix
  1699. ocamlapi_ppx
  1700. ocamlc-loc
  1701. ocamlcodoc
  1702. ocamldiff >= "1.2"
  1703. ocamlformat >= "0.24.1"
  1704. ocamlformat-lib
  1705. ocamlformat-rpc < "removed"
  1706. ocamlformat-rpc-lib
  1707. ocamlfuse >= "2.7.1-cvs6"
  1708. ocamlgraph >= "2.0.0"
  1709. ocamlgraph_gtk
  1710. ocamline
  1711. ocamlmerlin-mlx
  1712. ocamlog
  1713. ocamlregextkit
  1714. ocannl_npy
  1715. ocb
  1716. ocf >= "0.8.0"
  1717. ocf_ppx
  1718. ockt
  1719. ocluster != "0.2"
  1720. ocluster-api
  1721. ocluster-worker
  1722. ocolor
  1723. ocp-browser >= "1.1.9"
  1724. ocp-indent >= "1.7.0"
  1725. ocp-indent-nlfork >= "1.5.4"
  1726. ocp-index >= "1.1.9"
  1727. ocp-search
  1728. ocp_reveal
  1729. ocplib-endian >= "1.1"
  1730. ocplib-json-typed-browser
  1731. ocplib-json-typed-bson
  1732. ocplib-simplex >= "0.5"
  1733. ocplib_stuff >= "0.4.0"
  1734. ocsigen-i18n >= "4.0.0"
  1735. ocsigen-ppx-rpc
  1736. ocsigenserver >= "4.0.1"
  1737. ocsipersist
  1738. ocsipersist-dbm
  1739. ocsipersist-dbm-config
  1740. ocsipersist-lib
  1741. ocsipersist-pgsql
  1742. ocsipersist-pgsql-config
  1743. ocsipersist-sqlite
  1744. ocsipersist-sqlite-config
  1745. octavius >= "1.2.2"
  1746. octez-accuser-Proxford >= "19.0"
  1747. octez-accuser-PsParisC
  1748. octez-accuser-PtKathma
  1749. octez-accuser-PtLimaPt
  1750. octez-accuser-PtMumbai
  1751. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1752. octez-accuser-PtParisB
  1753. octez-alcotezt < "17.3" | >= "19.0"
  1754. octez-baker-Proxford >= "19.0"
  1755. octez-baker-PsParisC
  1756. octez-baker-PtKathma
  1757. octez-baker-PtLimaPt
  1758. octez-baker-PtMumbai
  1759. octez-baker-PtNairob < "18.0" | >= "19.0"
  1760. octez-baker-PtParisB
  1761. octez-bls12-381-hash < "17.3"
  1762. octez-bls12-381-polynomial < "17.3"
  1763. octez-bls12-381-signature < "17.3"
  1764. octez-client < "18.0" | >= "19.0"
  1765. octez-codec < "18.0" | >= "19.0"
  1766. octez-crawler < "18.0" | >= "19.0"
  1767. octez-dac-client >= "19.0"
  1768. octez-dac-node >= "19.0"
  1769. octez-dal-node
  1770. octez-distributed-internal < "17.3" | >= "19.0"
  1771. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1772. octez-injector < "18.0" | >= "19.0"
  1773. octez-internal-libs
  1774. octez-l2-libs >= "19.0"
  1775. octez-libs >= "19.0"
  1776. octez-mec < "17.3"
  1777. octez-node < "18.0" | >= "19.0"
  1778. octez-node-config < "18.0" | >= "19.0"
  1779. octez-plompiler
  1780. octez-plonk
  1781. octez-polynomial < "17.3"
  1782. octez-proto-libs >= "19.0"
  1783. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1784. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1785. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1786. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1787. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1788. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1789. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1790. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1791. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1792. octez-protocol-009-PsFLoren-libs >= "19.0"
  1793. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1794. octez-protocol-011-PtHangz2-libs >= "19.0"
  1795. octez-protocol-012-Psithaca-libs >= "19.0"
  1796. octez-protocol-013-PtJakart-libs >= "19.0"
  1797. octez-protocol-014-PtKathma-libs >= "19.0"
  1798. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1799. octez-protocol-016-PtMumbai-libs >= "19.0"
  1800. octez-protocol-017-PtNairob-libs >= "19.0"
  1801. octez-protocol-018-Proxford-libs >= "19.0"
  1802. octez-protocol-019-PtParisB-libs
  1803. octez-protocol-020-PsParisC-libs
  1804. octez-protocol-alpha-libs >= "19.0"
  1805. octez-protocol-compiler < "18.0" | >= "19.0"
  1806. octez-proxy-server < "18.0" | >= "19.0"
  1807. octez-rpc-process
  1808. octez-shell-libs >= "19.0"
  1809. octez-signer < "18.0" | >= "19.0"
  1810. octez-smart-rollup-client-PtMumbai
  1811. octez-smart-rollup-client-PtNairob < "18.0"
  1812. octez-smart-rollup-node != "18.1"
  1813. octez-smart-rollup-node-alpha >= "19.0"
  1814. octez-smart-rollup-node-lib >= "19.0"
  1815. octez-smart-rollup-node-Proxford >= "19.0"
  1816. octez-smart-rollup-node-PsParisC
  1817. octez-smart-rollup-node-PtMumbai
  1818. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1819. octez-smart-rollup-node-PtParisB
  1820. octez-smart-rollup-wasm-benchmark-lib
  1821. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1822. octez-smart-rollup-wasm-debugger-lib
  1823. octez-smart-rollup-wasm-debugger-plugin
  1824. octez-tx-rollup-client-PtKathma
  1825. octez-tx-rollup-client-PtLimaPt
  1826. octez-tx-rollup-node-PtKathma
  1827. octez-tx-rollup-node-PtLimaPt
  1828. octez-validator
  1829. octez-version >= "19.0"
  1830. odash
  1831. odate >= "0.6"
  1832. odds >= "1.1"
  1833. odep
  1834. odepack >= "0.6.9"
  1835. odnnr
  1836. odoc >= "1.4.0"
  1837. odoc-parser
  1838. oepub
  1839. of_json
  1840. offheap
  1841. oframl
  1842. ogg = "0.6.0" | >= "0.7.0"
  1843. ohex
  1844. oidc
  1845. ojo
  1846. ojs
  1847. ojs_base
  1848. ojs_base_all
  1849. ojs_base_ppx
  1850. ojs_ed
  1851. ojs_filetree
  1852. ojs_list
  1853. olinq >= "0.3"
  1854. oma
  1855. omd >= "1.3.2"
  1856. ometrics
  1857. omg
  1858. omigrate
  1859. omlr >= "1.0.3"
  1860. omtl
  1861. oneffs
  1862. oniguruma
  1863. opam-0install
  1864. opam-0install-cudf
  1865. opam-bin >= "1.0.0"
  1866. opam-build
  1867. opam-check-npm-deps
  1868. opam-client >= "2.0.2"
  1869. opam-compiler
  1870. opam-core >= "2.0.2"
  1871. opam-custom-install
  1872. opam-devel >= "2.0.2"
  1873. opam-dune-lint >= "0.3"
  1874. opam-ed >= "0.4"
  1875. opam-file-format >= "2.1.0" & < "2.1.5"
  1876. opam-format >= "2.0.2"
  1877. opam-graph
  1878. opam-grep >= "0.2.0"
  1879. opam-installer >= "2.0.2"
  1880. opam-monorepo
  1881. opam-package-upgrade >= "0.2"
  1882. opam-publish >= "2.0.2"
  1883. opam-repository >= "2.0.2"
  1884. opam-solver >= "2.0.2"
  1885. opam-spin
  1886. opam-state >= "2.0.2"
  1887. opam-test
  1888. opam2web >= "2.0"
  1889. opam_bin_lib != "0.9.5"
  1890. opasswd >= "1.3.1"
  1891. opazl
  1892. openai
  1893. openai-gym
  1894. openapi
  1895. openapi-opium
  1896. openapi_router
  1897. openbsd
  1898. opencc0
  1899. opencc1
  1900. opencc1_1
  1901. openQASM
  1902. openstellina
  1903. opentelemetry
  1904. opentelemetry-client-cohttp-lwt
  1905. opentelemetry-client-ocurl
  1906. opentelemetry-cohttp-lwt
  1907. opentelemetry-lwt
  1908. opine
  1909. opium >= "0.17.0"
  1910. opium-graphql
  1911. opium-testing
  1912. opium_kernel >= "0.17.0"
  1913. oplot
  1914. oplsr
  1915. opomodoro
  1916. opsian
  1917. optal
  1918. opti
  1919. optimization1d >= "0.6.1"
  1920. optiml-transport
  1921. optint >= "0.0.2"
  1922. opus >= "0.2.0"
  1923. oraft
  1924. oranger >= "2.0.1"
  1925. orb
  1926. order-i3-xfce
  1927. ordering
  1928. ordinal
  1929. ordinal_abbreviation
  1930. ordma >= "0.0.5"
  1931. orec >= "1.0.1"
  1932. orewa
  1933. orf
  1934. orgeat
  1935. orpie
  1936. orrandomForest
  1937. orsvm_e1071 >= "4.0.0"
  1938. ortac-core
  1939. ortac-dune
  1940. ortac-qcheck-stm
  1941. ortac-runtime
  1942. ortac-runtime-qcheck-stm
  1943. orxgboost >= "1.1.0"
  1944. osc >= "0.2.0"
  1945. osc-lwt
  1946. osc-unix
  1947. osdp >= "1.1.1"
  1948. oseq >= "0.2"
  1949. osh
  1950. oskel
  1951. osnap
  1952. ostap >= "0.6"
  1953. osx-secure-transport >= "0.1.1"
  1954. otf
  1955. otoggl
  1956. otoml
  1957. otr >= "0.3.6"
  1958. ounit = "2.1.2"
  1959. ounit-lwt < "2.2.0"
  1960. ounit2
  1961. ounit2-lwt
  1962. override
  1963. owee >= "0.3"
  1964. owi
  1965. owl >= "0.4.0"
  1966. owl-base >= "0.4.0"
  1967. owl-jupyter
  1968. owl-ode
  1969. owl-ode-base
  1970. owl-ode-odepack
  1971. owl-ode-sundials
  1972. owl-opt
  1973. owl-opt-lbfgs
  1974. owl-plplot
  1975. owl-symbolic
  1976. owl-top >= "0.4.0"
  1977. owl-zoo >= "0.4.0"
  1978. owork
  1979. ozulip
  1980. p4pp
  1981. p5scm
  1982. packstream
  1983. pacomb
  1984. paf
  1985. paf-cohttp
  1986. paf-le
  1987. pam
  1988. pancake
  1989. pandoc
  1990. pandoc-abbreviations
  1991. pandoc-comment
  1992. pandoc-crossref
  1993. pandoc-include
  1994. pandoc-inspect
  1995. pandoc-pdf2png
  1996. pandoc-replace
  1997. papi >= "0.1.1"
  1998. par_incr
  1999. parany >= "7.0.2"
  2000. pardi >= "2.0.2"
  2001. pari
  2002. pari-bindings
  2003. parmap >= "1.1.1"
  2004. parse-argv >= "0.2.0"
  2005. parsexp >= "v0.12.0"
  2006. parsexp_io >= "v0.12.0"
  2007. parsite
  2008. parsley
  2009. passage
  2010. patch
  2011. patdiff >= "v0.12.1"
  2012. path_glob
  2013. patience_diff >= "v0.12.0"
  2014. patoline >= "0.2"
  2015. patricia-tree
  2016. pattern
  2017. pb
  2018. pb-plugin
  2019. pbkdf >= "1.0.0"
  2020. pbrt
  2021. pbrt_services
  2022. pbrt_yojson
  2023. pcap-format >= "0.5.2"
  2024. pcre >= "7.3.5"
  2025. pcre2
  2026. pds-reachability >= "0.2.2"
  2027. pecu >= "0.2"
  2028. petr4
  2029. petrol
  2030. pf-qubes
  2031. pg_query
  2032. pgocaml >= "4.0"
  2033. pgocaml_ppx
  2034. pgx >= "1.0"
  2035. pgx_async >= "1.0"
  2036. pgx_lwt >= "1.0"
  2037. pgx_lwt_mirage
  2038. pgx_lwt_unix
  2039. pgx_unix >= "1.0"
  2040. pgx_value_core
  2041. pgx_value_ptime
  2042. phantom-algebra >= "1.0.1"
  2043. phonetic
  2044. phylogenetics
  2045. piaf
  2046. picasso
  2047. picos
  2048. picos_aux
  2049. picos_io
  2050. picos_io_cohttp
  2051. picos_lwt
  2052. picos_meta
  2053. picos_mux
  2054. picos_std
  2055. piece_rope
  2056. piqi >= "0.7.8"
  2057. piqilib >= "0.6.16"
  2058. pixel_pusher
  2059. pkcs11 >= "0.18.0"
  2060. pkcs11-cli
  2061. pkcs11-driver
  2062. pkcs11-rev
  2063. pla >= "1.3"
  2064. plateau
  2065. plato
  2066. plebeia
  2067. plist-xml
  2068. plist-xml-lwt
  2069. plotkicadsch >= "0.4.0"
  2070. plotly
  2071. plplot >= "5.11.0-1"
  2072. polars
  2073. polars_async
  2074. polka
  2075. poll
  2076. polling_state_rpc
  2077. polly
  2078. polynomial
  2079. pomap >= "4.1.0"
  2080. popper
  2081. portaudio >= "0.2.2"
  2082. portaudio_c_bindings
  2083. portmidi
  2084. posix-base
  2085. posix-bindings
  2086. posix-getopt >= "2.0.0"
  2087. posix-signal
  2088. posix-socket
  2089. posix-socket-unix
  2090. posix-time2
  2091. posix-types >= "2.0.0"
  2092. posix-uname
  2093. posixat >= "v0.12.0"
  2094. postgres_async
  2095. postgresql >= "4.4.1"
  2096. pp
  2097. pp-binary-ints
  2098. pp_loc
  2099. pprint >= "20200226"
  2100. ppx-owl-opt
  2101. ppx_accessor
  2102. ppx_assert >= "v0.12.0"
  2103. ppx_bap
  2104. ppx_base >= "v0.12.0"
  2105. ppx_bench >= "v0.12.0"
  2106. ppx_bigarray >= "3.0.0"
  2107. ppx_bin_prot >= "v0.12.0"
  2108. ppx_bitstring >= "4.0.0"
  2109. ppx_blob >= "0.6.0"
  2110. ppx_bsx
  2111. ppx_camlrack
  2112. ppx_catch
  2113. ppx_cold
  2114. ppx_compare >= "v0.12.0"
  2115. ppx_compose >= "0.1.0"
  2116. ppx_const >= "2.0"
  2117. ppx_conv_func >= "v0.12.0"
  2118. ppx_counters
  2119. ppx_css
  2120. ppx_cstruct >= "3.3.0"
  2121. ppx_cstubs
  2122. ppx_csv_conv >= "v0.12.0"
  2123. ppx_custom_printf >= "v0.12.0"
  2124. ppx_decimal
  2125. ppx_default
  2126. ppx_defer >= "0.4.0"
  2127. ppx_demo
  2128. ppx_derive_at_runtime
  2129. ppx_derivers >= "1.2.1"
  2130. ppx_deriving = "4.3" | >= "4.5-1"
  2131. ppx_deriving_cad
  2132. ppx_deriving_cmdliner >= "0.5.1"
  2133. ppx_deriving_decoders
  2134. ppx_deriving_encoding
  2135. ppx_deriving_hardcaml >= "v0.12.0"
  2136. ppx_deriving_hash
  2137. ppx_deriving_json_schema
  2138. ppx_deriving_jsonschema
  2139. ppx_deriving_jsoo
  2140. ppx_deriving_madcast >= "0.2"
  2141. ppx_deriving_popper
  2142. ppx_deriving_protobuf >= "2.7"
  2143. ppx_deriving_qcheck
  2144. ppx_deriving_rpc >= "6.1.0"
  2145. ppx_deriving_scad
  2146. ppx_deriving_variant_string
  2147. ppx_deriving_yaml
  2148. ppx_deriving_yojson >= "3.3"
  2149. ppx_diff
  2150. ppx_disable_unused_warnings
  2151. ppx_distr_guards >= "0.2"
  2152. ppx_dream_eml
  2153. ppx_embed_file
  2154. ppx_enum
  2155. ppx_enumerate >= "v0.12.0"
  2156. ppx_expect >= "v0.12.0"
  2157. ppx_factory
  2158. ppx_fail >= "v0.12.0"
  2159. ppx_fast_pipe
  2160. ppx_fields_conv >= "v0.12.0"
  2161. ppx_fixed_literal
  2162. ppx_fun >= "0.0.9"
  2163. ppx_gen_rec >= "1.1.0"
  2164. ppx_getenv >= "2.0"
  2165. ppx_globalize
  2166. ppx_hardcaml >= "v0.17.0"
  2167. ppx_hash >= "v0.12.0"
  2168. ppx_here >= "v0.12.0"
  2169. ppx_ignore_instrumentation
  2170. ppx_import >= "1.5-3-gbd627d5"
  2171. ppx_inline_alcotest
  2172. ppx_inline_test >= "v0.12.0"
  2173. ppx_interact
  2174. ppx_irmin
  2175. ppx_jane >= "v0.12.0"
  2176. ppx_js_style >= "v0.12.0"
  2177. ppx_jsobject_conv >= "0.6.0"
  2178. ppx_jsonaf_conv
  2179. ppx_let >= "v0.12.0"
  2180. ppx_log
  2181. ppx_lun
  2182. ppx_make
  2183. ppx_map
  2184. ppx_matches
  2185. ppx_meta_conv >= "4.0.1"
  2186. ppx_mica
  2187. ppx_minidebug
  2188. ppx_module_timer
  2189. ppx_monad
  2190. ppx_monoid >= "0.3.2"
  2191. ppx_mysql
  2192. ppx_mysql_identity
  2193. ppx_open
  2194. ppx_optcomp >= "v0.12.0"
  2195. ppx_optint
  2196. ppx_optional >= "v0.12.0"
  2197. ppx_parser
  2198. ppx_partial
  2199. ppx_pattern_bind
  2200. ppx_pbt
  2201. ppx_pipebang >= "v0.12.0"
  2202. ppx_protocol_conv >= "3.1.0"
  2203. ppx_protocol_conv_json >= "3.1.0"
  2204. ppx_protocol_conv_jsonm
  2205. ppx_protocol_conv_msgpack >= "3.1.0"
  2206. ppx_protocol_conv_xml_light >= "3.1.0"
  2207. ppx_protocol_conv_xmlm
  2208. ppx_protocol_conv_yaml >= "3.1.0"
  2209. ppx_pyformat
  2210. ppx_python
  2211. ppx_quick_test
  2212. ppx_rapper
  2213. ppx_rapper_async
  2214. ppx_rapper_lwt
  2215. ppx_regexp >= "0.4.0"
  2216. ppx_relit
  2217. ppx_repr
  2218. ppx_seq
  2219. ppx_sexp_conv >= "v0.12.0"
  2220. ppx_sexp_message >= "v0.12.0"
  2221. ppx_sexp_value >= "v0.12.0"
  2222. ppx_show
  2223. ppx_stable
  2224. ppx_stable_witness
  2225. ppx_string
  2226. ppx_string_conv
  2227. ppx_string_interpolation
  2228. ppx_subliner
  2229. ppx_system
  2230. ppx_test >= "1.7.0"
  2231. ppx_there
  2232. ppx_tools >= "6.0+4.08.0"
  2233. ppx_tools_versioned >= "5.2.2"
  2234. ppx_trace
  2235. ppx_ts
  2236. ppx_tydi
  2237. ppx_type_directed_value
  2238. ppx_typed_fields
  2239. ppx_typerep_conv >= "v0.12.0"
  2240. ppx_tyre
  2241. ppx_units
  2242. ppx_update
  2243. ppx_variants_conv >= "v0.12.0"
  2244. ppx_viewpattern
  2245. ppx_wideopen
  2246. ppx_xml_conv >= "v0.12.0"
  2247. ppx_yojson
  2248. ppx_yojson_conv
  2249. ppx_yojson_conv_lib
  2250. ppxfind >= "1.3"
  2251. ppxlib >= "0.4.0"
  2252. ppxlib_jane
  2253. ppxx >= "2.4.0"
  2254. pratter
  2255. prbnmcn-basic-structures
  2256. prbnmcn-cgrph
  2257. prbnmcn-clustering
  2258. prbnmcn-dagger
  2259. prbnmcn-dagger-gsl
  2260. prbnmcn-dagger-stats
  2261. prbnmcn-dagger-test
  2262. prbnmcn-gnuplot
  2263. prbnmcn-linalg
  2264. prbnmcn-mcts
  2265. prbnmcn-proptest
  2266. prbnmcn-stats
  2267. prbnmcn-ucb1
  2268. prc
  2269. preface
  2270. prelude
  2271. pretty_expressive
  2272. prettym
  2273. printbox >= "0.3"
  2274. printbox-ext-plot
  2275. printbox-html
  2276. printbox-md
  2277. printbox-text >= "0.6.1"
  2278. proc-smaps
  2279. process_limits
  2280. processor
  2281. producer
  2282. prof_spacetime >= "0.3.0"
  2283. profiling
  2284. profunctor
  2285. progress
  2286. prom
  2287. prometheus >= "0.6"
  2288. prometheus-app >= "0.6"
  2289. prometheus-liquidsoap >= "2"
  2290. promise
  2291. promise_jsoo
  2292. promise_jsoo_lwt
  2293. protocell
  2294. protocol-9p >= "1.0.0"
  2295. protocol-9p-tool >= "1.0.0"
  2296. protocol-9p-unix >= "1.0.0"
  2297. protocol_version_header >= "v0.12.0"
  2298. provider
  2299. prr
  2300. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2301. psq >= "0.1.1"
  2302. ptmap >= "2.0.5"
  2303. ptset >= "1.0.1"
  2304. pulseaudio >= "0.1.4"
  2305. pure-html
  2306. pure-splitmix >= "0.3"
  2307. pvec
  2308. py >= "1.1"
  2309. pyast
  2310. pyml >= "20210924"
  2311. pyml_bindgen >= "0.3.0"
  2312. pyre-ast
  2313. pythonlib
  2314. qbf >= "0.3"
  2315. qcheck >= "0.9"
  2316. qcheck-alcotest
  2317. qcheck-core
  2318. qcheck-lin
  2319. qcheck-multicoretests-util
  2320. qcheck-ounit
  2321. qcheck-stm
  2322. qinap
  2323. qiskit
  2324. qmp >= "0.19.0"
  2325. qrencode >= "0.2"
  2326. qtest >= "2.10.1"
  2327. queenshead
  2328. quests
  2329. quick_print
  2330. quickjs
  2331. radamsa
  2332. radare2 >= "0.0.3"
  2333. randii
  2334. random
  2335. randomconv >= "0.1.1"
  2336. randoml
  2337. range >= "0.8"
  2338. rangeSet
  2339. rankers
  2340. rawlink >= "1.0"
  2341. rawlink-eio
  2342. rawlink-lwt
  2343. raygui
  2344. raylib
  2345. rdbg >= "1.196.12"
  2346. rdf >= "0.13.0"
  2347. rdf_impls
  2348. rdf_json_ld
  2349. rdf_lwt
  2350. rdf_mysql
  2351. rdf_postgresql
  2352. rdf_ppx
  2353. re >= "1.9.0"
  2354. re2 >= "v0.12.1"
  2355. re2_stable
  2356. re_parser
  2357. rea
  2358. reactiveData >= "0.3.0"
  2359. reactjs-jsx-ppx
  2360. readline
  2361. reanalyze
  2362. reason >= "3.5.0"
  2363. reason-react
  2364. reason-react-ppx
  2365. reason-standard
  2366. received
  2367. record_builder >= "v0.12.0"
  2368. records >= "1.0.0"
  2369. red-black-tree
  2370. reddit_api_async
  2371. reddit_api_kernel
  2372. redirect
  2373. redis >= "0.4"
  2374. redis-async
  2375. redis-lwt >= "0.4"
  2376. redis-sync >= "0.4"
  2377. reed-solomon-erasure >= "1.0.2"
  2378. reedsolomon >= "0.3"
  2379. refl
  2380. regenerate >= "0.2"
  2381. regex_parser_intf
  2382. relit_helper
  2383. remu_ts
  2384. reparse
  2385. reparse-lwt
  2386. reparse-lwt-unix
  2387. reparse-unix
  2388. repr
  2389. repr-bench
  2390. repr-fuzz
  2391. res >= "5.0.1"
  2392. res_tailwindcss
  2393. rescript-syntax
  2394. reshowcase
  2395. resource-pooling >= "1.1"
  2396. resource_cache >= "v0.12.0"
  2397. resp
  2398. resp-client
  2399. resp-mirage
  2400. resp-server >= "0.9"
  2401. resp-unix
  2402. resto
  2403. resto-acl
  2404. resto-cohttp
  2405. resto-cohttp-client
  2406. resto-cohttp-self-serving-client
  2407. resto-cohttp-server
  2408. resto-directory
  2409. resto-json
  2410. result >= "1.4"
  2411. rfc1951 >= "0.8.1" & != "1.0.0"
  2412. rfc6287 >= "1.0.4"
  2413. rfc7748
  2414. rfsm >= "1.6-alpha-3"
  2415. rhythm
  2416. ringo
  2417. ringo-lwt
  2418. rio
  2419. riot
  2420. river >= "0.2"
  2421. rock
  2422. roman
  2423. root1d >= "0.5.1"
  2424. rope >= "0.6.2"
  2425. rosa
  2426. rosetta >= "0.2.0"
  2427. routes
  2428. rpc >= "6.1.0"
  2429. rpc_parallel >= "v0.12.0"
  2430. rpclib >= "6.1.0"
  2431. rpclib-async >= "6.1.0"
  2432. rpclib-html
  2433. rpclib-js
  2434. rpclib-lwt >= "6.1.0"
  2435. rpmfile
  2436. rpmfile-cli
  2437. rpmfile-eio
  2438. rpmfile-unix
  2439. rsdd
  2440. rss
  2441. rtop >= "3.5.0"
  2442. rtree
  2443. rungen
  2444. runtime_events_tools
  2445. rusage
  2446. rust-staticlib-gen
  2447. rust-staticlib-virtual
  2448. SourceCode_ASCII
  2449. SZXX
  2450. safemoney
  2451. safepass >= "3.1"
  2452. sail >= "0.15"
  2453. sail_c_backend
  2454. sail_coq_backend
  2455. sail_doc_backend
  2456. sail_latex_backend
  2457. sail_lem_backend
  2458. sail_manifest
  2459. sail_ocaml_backend
  2460. sail_output
  2461. sail_smt_backend
  2462. sail_sv_backend
  2463. salsa20 >= "1.0.0"
  2464. salsa20-core >= "1.0.0"
  2465. samplerate >= "0.1.5"
  2466. sanddb >= "0.2"
  2467. sarek >= "20210823"
  2468. sarif
  2469. satex
  2470. saturn
  2471. saturn_lockfree
  2472. satyrographos
  2473. scad_ml
  2474. scaml
  2475. scfg
  2476. scgi
  2477. scipy
  2478. scrypt-kdf >= "1.0.0"
  2479. sd_logic
  2480. sdl-liquidsoap >= "3"
  2481. search
  2482. searchTree
  2483. secp256k1 >= "0.4.1"
  2484. secp256k1-internal
  2485. sedlex >= "2.0"
  2486. sek
  2487. sel
  2488. selective
  2489. semantic_version
  2490. semaphore-compat
  2491. semv
  2492. semver >= "0.2.1"
  2493. semver2
  2494. sendmail
  2495. sendmail-lwt
  2496. sendmail-miou-unix
  2497. sendmail-mirage
  2498. sentry
  2499. seq >= "0.2" & < "base"
  2500. seqes
  2501. sequencer_table >= "v0.12.0"
  2502. serde
  2503. serde_debug
  2504. serde_derive
  2505. serde_json
  2506. serde_sexpr
  2507. serde_xml
  2508. serial
  2509. server-reason-react
  2510. session >= "0.4.1"
  2511. session-cohttp >= "0.4.1"
  2512. session-cohttp-async >= "0.4.1"
  2513. session-cohttp-lwt >= "0.4.1"
  2514. session-cookie
  2515. session-cookie-async
  2516. session-cookie-lwt
  2517. session-postgresql >= "0.4.1"
  2518. session-postgresql-async >= "0.4.1"
  2519. session-postgresql-lwt >= "0.4.1"
  2520. session-redis-lwt >= "0.4.1"
  2521. session-webmachine >= "0.4.1"
  2522. setcore >= "1.0.2"
  2523. sexp
  2524. sexp_decode
  2525. sexp_diff
  2526. sexp_diff_kernel
  2527. sexp_grammar
  2528. sexp_macro
  2529. sexp_pretty >= "v0.12.0"
  2530. sexp_select
  2531. sexp_string_quickcheck
  2532. sexplib >= "v0.12.0"
  2533. sexplib0 >= "v0.12.0"
  2534. sexps-rewriter
  2535. sgf >= "1.0.1"
  2536. sha >= "1.13"
  2537. shades
  2538. shapefile
  2539. shared-block-ring >= "3.0.0"
  2540. shared-memory-ring >= "3.1.0"
  2541. shared-memory-ring-lwt >= "3.1.0"
  2542. shared-secret >= "0.4"
  2543. shell
  2544. sherlodoc
  2545. shexp >= "v0.12.0"
  2546. shine >= "0.2.2"
  2547. shuttle
  2548. shuttle_http
  2549. shuttle_ssl
  2550. shuttle_websocket
  2551. sifun
  2552. signal
  2553. sihl
  2554. sihl-cache
  2555. sihl-contract
  2556. sihl-core
  2557. sihl-email
  2558. sihl-facade
  2559. sihl-persistence
  2560. sihl-queue
  2561. sihl-session
  2562. sihl-storage
  2563. sihl-token
  2564. sihl-type
  2565. sihl-user
  2566. sihl-web
  2567. simlog
  2568. simple63
  2569. sitemap
  2570. sklearn
  2571. slack
  2572. slacko >= "0.14.1"
  2573. slipshow
  2574. slug
  2575. smart-print >= "0.3.0"
  2576. smbc >= "0.5"
  2577. smol
  2578. smol-helpers
  2579. smtlib-utils
  2580. smtml
  2581. snappy >= "0.1.2"
  2582. snoke
  2583. so
  2584. sodium-fmt
  2585. solid
  2586. solid_server
  2587. solid_tools
  2588. solidity-alcotest
  2589. solidity-common
  2590. solidity-parser
  2591. solidity-test
  2592. solidity-typechecker
  2593. solo5-elftool
  2594. sortedseq_intersect
  2595. soundtouch >= "0.1.9"
  2596. soupault
  2597. spacetime_lib >= "0.3.0"
  2598. spatial-shell
  2599. spawn < "v0.9.0" | >= "v0.13.0"
  2600. spdx_licenses
  2601. spectrum
  2602. speed
  2603. speex >= "0.4.0"
  2604. spelll >= "0.4"
  2605. spices
  2606. spin
  2607. splay_tree >= "v0.12.0"
  2608. splittable_random >= "v0.12.0"
  2609. spoc >= "20210823"
  2610. spoc_ppx
  2611. spoke
  2612. spotify-web-api >= "0.2.1"
  2613. spotify_ml
  2614. spotlib >= "4.1.0"
  2615. sqids
  2616. sqlgg >= "20200521"
  2617. sqlite3 >= "4.4.1"
  2618. sqlite3_utils
  2619. srt
  2620. ssh-agent >= "0.2.0"
  2621. ssh-agent-unix
  2622. ssl >= "0.5.6"
  2623. starpath
  2624. starred_ml
  2625. stdcompat >= "19"
  2626. stdint >= "0.6.0"
  2627. stdint-literals
  2628. stdio >= "v0.12.0"
  2629. stdlib-diff
  2630. stdlib-random
  2631. stdlib-shims
  2632. stdune
  2633. stitch
  2634. stk
  2635. stk_iconv
  2636. stk_ocf
  2637. stk_ppx
  2638. stk_rdf
  2639. stog >= "0.20.0"
  2640. stog_all
  2641. stog_asy
  2642. stog_dot
  2643. stog_extern
  2644. stog_markdown
  2645. stog_multi_doc
  2646. stog_nocaml
  2647. stog_noexec
  2648. stog_plugins
  2649. stog_rdf
  2650. stog_rel_href
  2651. stog_server
  2652. stog_server_multi
  2653. stog_sitemap
  2654. stog_writing
  2655. store
  2656. stored_reversed
  2657. stramon-lib
  2658. streamable
  2659. streaming
  2660. string_dict >= "v0.12.0"
  2661. stringCodepointSplitter
  2662. stringext >= "1.6.0"
  2663. sturgeon >= "0.4.2"
  2664. styled-ppx
  2665. subscriptions-transport-ws
  2666. subtype-refinement >= "0.2"
  2667. sun
  2668. svmwrap
  2669. swagger >= "0.2.0"
  2670. swhid
  2671. swhid_compute
  2672. swhid_core
  2673. swhid_types
  2674. swipl
  2675. syguslib-utils
  2676. syncweb
  2677. syndic >= "1.6.0"
  2678. sys-socket
  2679. sys-socket-unix
  2680. syslog >= "2.0.1"
  2681. syslog-message >= "1.0.0"
  2682. syslog-rfc5424
  2683. systemverilog >= "0.0.2"
  2684. tablecloth-base
  2685. tablecloth-melange
  2686. tablecloth-native < "transition"
  2687. tabr
  2688. taglib >= "0.3.7"
  2689. talaria-bibtex
  2690. tar >= "1.0.0"
  2691. tar-eio
  2692. tar-mirage >= "1.0.0"
  2693. tar-unix >= "1.0.0"
  2694. tcalc
  2695. tcpip >= "3.7.0"
  2696. tdigest
  2697. teash
  2698. telemetry
  2699. telltime
  2700. tensorboard
  2701. term-indexing
  2702. terminal
  2703. terminal_size >= "0.1.4"
  2704. terminus
  2705. terminus-cohttp
  2706. terminus-hlc
  2707. terml
  2708. testu01
  2709. textmate-language
  2710. textrazor
  2711. textutils >= "v0.12.0"
  2712. textutils_kernel >= "v0.12.0"
  2713. textwrap >= "0.2.1"
  2714. tezos-008-PtEdo2Zk-test-helpers
  2715. tezos-009-PsFLoren-test-helpers
  2716. tezos-010-PtGRANAD-test-helpers
  2717. tezos-011-PtHangz2-test-helpers
  2718. tezos-012-Psithaca-test-helpers
  2719. tezos-013-PtJakart-test-helpers
  2720. tezos-014-PtKathma-test-helpers
  2721. tezos-accuser-006-PsCARTHA
  2722. tezos-accuser-007-PsDELPH1
  2723. tezos-accuser-008-PtEdo2Zk
  2724. tezos-accuser-008-PtEdoTez
  2725. tezos-accuser-009-PsFLoren
  2726. tezos-accuser-010-PtGRANAD
  2727. tezos-accuser-011-PtHangz2
  2728. tezos-accuser-012-Psithaca
  2729. tezos-accuser-013-PtJakart
  2730. tezos-accuser-014-PtKathma
  2731. tezos-accuser-alpha
  2732. tezos-alpha-test-helpers
  2733. tezos-baker-006-PsCARTHA
  2734. tezos-baker-007-PsDELPH1
  2735. tezos-baker-008-PtEdo2Zk
  2736. tezos-baker-008-PtEdoTez
  2737. tezos-baker-009-PsFLoren
  2738. tezos-baker-010-PtGRANAD
  2739. tezos-baker-011-PtHangz2
  2740. tezos-baker-012-Psithaca
  2741. tezos-baker-013-PtJakart
  2742. tezos-baker-014-PtKathma
  2743. tezos-baker-alpha
  2744. tezos-baking-006-PsCARTHA
  2745. tezos-baking-006-PsCARTHA-commands
  2746. tezos-baking-007-PsDELPH1
  2747. tezos-baking-007-PsDELPH1-commands
  2748. tezos-baking-008-PtEdo2Zk
  2749. tezos-baking-008-PtEdo2Zk-commands
  2750. tezos-baking-008-PtEdoTez
  2751. tezos-baking-008-PtEdoTez-commands
  2752. tezos-baking-009-PsFLoren
  2753. tezos-baking-009-PsFLoren-commands
  2754. tezos-baking-010-PtGRANAD
  2755. tezos-baking-010-PtGRANAD-commands
  2756. tezos-baking-011-PtHangz2
  2757. tezos-baking-011-PtHangz2-commands
  2758. tezos-baking-012-Psithaca
  2759. tezos-baking-012-Psithaca-commands
  2760. tezos-baking-013-PtJakart
  2761. tezos-baking-013-PtJakart-commands
  2762. tezos-baking-014-PtKathma
  2763. tezos-baking-014-PtKathma-commands
  2764. tezos-baking-015-PtLimaPt
  2765. tezos-baking-015-PtLimaPt-commands
  2766. tezos-baking-016-PtMumbai
  2767. tezos-baking-016-PtMumbai-commands
  2768. tezos-baking-017-PtNairob
  2769. tezos-baking-017-PtNairob-commands
  2770. tezos-baking-alpha
  2771. tezos-baking-alpha-commands
  2772. tezos-base
  2773. tezos-base-test-helpers
  2774. tezos-base58
  2775. tezos-benchmark >= "19.0"
  2776. tezos-bls12-381-polynomial
  2777. tezos-clic
  2778. tezos-client
  2779. tezos-client-000-Ps9mPmXa
  2780. tezos-client-001-PtCJ7pwo
  2781. tezos-client-001-PtCJ7pwo-commands
  2782. tezos-client-002-PsYLVpVv
  2783. tezos-client-002-PsYLVpVv-commands
  2784. tezos-client-003-PsddFKi3
  2785. tezos-client-003-PsddFKi3-commands
  2786. tezos-client-004-Pt24m4xi
  2787. tezos-client-004-Pt24m4xi-commands
  2788. tezos-client-005-PsBabyM1
  2789. tezos-client-005-PsBabyM1-commands
  2790. tezos-client-006-PsCARTHA
  2791. tezos-client-006-PsCARTHA-commands
  2792. tezos-client-007-PsDELPH1
  2793. tezos-client-007-PsDELPH1-commands
  2794. tezos-client-007-PsDELPH1-commands-registration
  2795. tezos-client-008-PtEdo2Zk
  2796. tezos-client-008-PtEdo2Zk-commands
  2797. tezos-client-008-PtEdo2Zk-commands-registration
  2798. tezos-client-008-PtEdoTez
  2799. tezos-client-008-PtEdoTez-commands
  2800. tezos-client-008-PtEdoTez-commands-registration
  2801. tezos-client-009-PsFLoren
  2802. tezos-client-009-PsFLoren-commands
  2803. tezos-client-009-PsFLoren-commands-registration
  2804. tezos-client-010-PtGRANAD
  2805. tezos-client-010-PtGRANAD-commands
  2806. tezos-client-010-PtGRANAD-commands-registration
  2807. tezos-client-011-PtHangz2
  2808. tezos-client-011-PtHangz2-commands
  2809. tezos-client-011-PtHangz2-commands-registration
  2810. tezos-client-012-Psithaca
  2811. tezos-client-012-Psithaca-commands
  2812. tezos-client-012-Psithaca-commands-registration
  2813. tezos-client-013-PtJakart
  2814. tezos-client-013-PtJakart-commands
  2815. tezos-client-013-PtJakart-commands-registration
  2816. tezos-client-014-PtKathma
  2817. tezos-client-015-PtLimaPt
  2818. tezos-client-016-PtMumbai
  2819. tezos-client-017-PtNairob
  2820. tezos-client-alpha
  2821. tezos-client-alpha-commands
  2822. tezos-client-alpha-commands-registration
  2823. tezos-client-base
  2824. tezos-client-base-unix
  2825. tezos-client-commands
  2826. tezos-client-demo-counter < "18.0" | >= "19.0"
  2827. tezos-client-genesis < "18.0" | >= "19.0"
  2828. tezos-client-genesis-carthagenet
  2829. tezos-client-sapling-008-PtEdo2Zk
  2830. tezos-client-sapling-008-PtEdoTez
  2831. tezos-client-sapling-009-PsFLoren
  2832. tezos-client-sapling-010-PtGRANAD
  2833. tezos-client-sapling-011-PtHangz2
  2834. tezos-client-sapling-012-Psithaca
  2835. tezos-client-sapling-013-PtJakart
  2836. tezos-client-sapling-alpha
  2837. tezos-codec
  2838. tezos-context
  2839. tezos-context-hash
  2840. tezos-context-hash-irmin
  2841. tezos-context-ops
  2842. tezos-crypto
  2843. tezos-crypto-dal
  2844. tezos-dac-client-lib >= "19.0"
  2845. tezos-dac-lib >= "19.0"
  2846. tezos-dac-node-lib >= "19.0"
  2847. tezos-dal-node-lib < "18.0" | >= "19.0"
  2848. tezos-dal-node-services < "18.0" | >= "19.0"
  2849. tezos-embedded-protocol-000-Ps9mPmXa
  2850. tezos-embedded-protocol-001-PtCJ7pwo
  2851. tezos-embedded-protocol-002-PsYLVpVv
  2852. tezos-embedded-protocol-003-PsddFKi3
  2853. tezos-embedded-protocol-004-Pt24m4xi
  2854. tezos-embedded-protocol-005-PsBABY5H
  2855. tezos-embedded-protocol-005-PsBabyM1
  2856. tezos-embedded-protocol-006-PsCARTHA
  2857. tezos-embedded-protocol-007-PsDELPH1
  2858. tezos-embedded-protocol-008-PtEdo2Zk
  2859. tezos-embedded-protocol-008-PtEdoTez
  2860. tezos-embedded-protocol-009-PsFLoren
  2861. tezos-embedded-protocol-010-PtGRANAD
  2862. tezos-embedded-protocol-011-PtHangz2
  2863. tezos-embedded-protocol-012-Psithaca
  2864. tezos-embedded-protocol-013-PtJakart
  2865. tezos-embedded-protocol-014-PtKathma
  2866. tezos-embedded-protocol-015-PtLimaPt
  2867. tezos-embedded-protocol-016-PtMumbai
  2868. tezos-embedded-protocol-017-PtNairob
  2869. tezos-embedded-protocol-alpha
  2870. tezos-embedded-protocol-demo-counter
  2871. tezos-embedded-protocol-demo-noops
  2872. tezos-embedded-protocol-genesis
  2873. tezos-embedded-protocol-genesis-carthagenet
  2874. tezos-endorser-006-PsCARTHA
  2875. tezos-endorser-007-PsDELPH1
  2876. tezos-endorser-008-PtEdo2Zk
  2877. tezos-endorser-008-PtEdoTez
  2878. tezos-endorser-009-PsFLoren
  2879. tezos-endorser-010-PtGRANAD
  2880. tezos-endorser-011-PtHangz2
  2881. tezos-endorser-alpha
  2882. tezos-error-monad
  2883. tezos-event-logging
  2884. tezos-event-logging-test-helpers
  2885. tezos-hacl < "15.0" | >= "17.1" & < "17.3"
  2886. tezos-hacl-glue
  2887. tezos-hacl-glue-unix
  2888. tezos-injector-013-PtJakart
  2889. tezos-injector-014-PtKathma
  2890. tezos-injector-015-PtLimaPt
  2891. tezos-injector-016-PtMumbai
  2892. tezos-injector-alpha
  2893. tezos-layer2-store
  2894. tezos-layer2-utils-016-PtMumbai
  2895. tezos-layer2-utils-017-PtNairob
  2896. tezos-lazy-containers
  2897. tezos-legacy-store
  2898. tezos-lmdb
  2899. tezos-lwt-result-stdlib < "15.0" | >= "17.1" & < "17.3"
  2900. tezos-mempool-006-PsCARTHA
  2901. tezos-mempool-007-PsDELPH1
  2902. tezos-mempool-008-PtEdoTez
  2903. tezos-micheline
  2904. tezos-micheline-rewriting
  2905. tezos-mockup
  2906. tezos-mockup-commands
  2907. tezos-mockup-proxy
  2908. tezos-mockup-registration
  2909. tezos-node
  2910. tezos-openapi
  2911. tezos-p2p
  2912. tezos-p2p-services
  2913. tezos-plompiler
  2914. tezos-plonk
  2915. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2916. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2917. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2918. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2919. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2920. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2921. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2922. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2923. tezos-protocol-006-PsCARTHA-parameters
  2924. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2925. tezos-protocol-007-PsDELPH1-parameters
  2926. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2927. tezos-protocol-008-PtEdo2Zk-parameters
  2928. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2929. tezos-protocol-008-PtEdoTez-parameters
  2930. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2931. tezos-protocol-009-PsFLoren-parameters
  2932. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2933. tezos-protocol-010-PtGRANAD-parameters
  2934. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2935. tezos-protocol-011-PtHangz2-parameters
  2936. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2937. tezos-protocol-012-Psithaca-parameters
  2938. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2939. tezos-protocol-013-PtJakart-parameters
  2940. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2941. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2942. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2943. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2944. tezos-protocol-018-Proxford >= "19.0"
  2945. tezos-protocol-019-PtParisB
  2946. tezos-protocol-020-PsParisC
  2947. tezos-protocol-alpha < "18.0" | >= "19.0"
  2948. tezos-protocol-alpha-parameters
  2949. tezos-protocol-compiler
  2950. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2951. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2952. tezos-protocol-environment
  2953. tezos-protocol-environment-packer
  2954. tezos-protocol-environment-sigs
  2955. tezos-protocol-environment-structs
  2956. tezos-protocol-genesis < "18.0" | >= "19.0"
  2957. tezos-protocol-genesis-carthagenet
  2958. tezos-protocol-plugin-007-PsDELPH1
  2959. tezos-protocol-plugin-007-PsDELPH1-registerer
  2960. tezos-protocol-plugin-008-PtEdo2Zk
  2961. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2962. tezos-protocol-plugin-009-PsFLoren
  2963. tezos-protocol-plugin-009-PsFLoren-registerer
  2964. tezos-protocol-plugin-010-PtGRANAD
  2965. tezos-protocol-plugin-010-PtGRANAD-registerer
  2966. tezos-protocol-plugin-011-PtHangz2
  2967. tezos-protocol-plugin-011-PtHangz2-registerer
  2968. tezos-protocol-plugin-012-Psithaca
  2969. tezos-protocol-plugin-012-Psithaca-registerer
  2970. tezos-protocol-plugin-012-Psithaca-tests
  2971. tezos-protocol-plugin-013-PtJakart
  2972. tezos-protocol-plugin-013-PtJakart-registerer
  2973. tezos-protocol-plugin-013-PtJakart-tests
  2974. tezos-protocol-plugin-014-PtKathma
  2975. tezos-protocol-plugin-014-PtKathma-registerer
  2976. tezos-protocol-plugin-015-PtLimaPt
  2977. tezos-protocol-plugin-015-PtLimaPt-registerer
  2978. tezos-protocol-plugin-016-PtMumbai
  2979. tezos-protocol-plugin-016-PtMumbai-registerer
  2980. tezos-protocol-plugin-017-PtNairob
  2981. tezos-protocol-plugin-017-PtNairob-registerer
  2982. tezos-protocol-plugin-alpha
  2983. tezos-protocol-plugin-alpha-registerer
  2984. tezos-protocol-plugin-alpha-tests
  2985. tezos-protocol-updater
  2986. tezos-proxy
  2987. tezos-proxy-server
  2988. tezos-proxy-server-config < "18.0" | >= "19.0"
  2989. tezos-requester
  2990. tezos-rpc
  2991. tezos-rpc-http
  2992. tezos-rpc-http-client
  2993. tezos-rpc-http-client-unix
  2994. tezos-rpc-http-server
  2995. tezos-sapling
  2996. tezos-scoru-wasm
  2997. tezos-scoru-wasm-fast
  2998. tezos-scoru-wasm-helpers
  2999. tezos-shell
  3000. tezos-shell-benchmarks
  3001. tezos-shell-context
  3002. tezos-shell-context-test
  3003. tezos-shell-services
  3004. tezos-shell-services-test-helpers
  3005. tezos-signer
  3006. tezos-signer-backends
  3007. tezos-signer-services
  3008. tezos-smart-rollup-016-PtMumbai
  3009. tezos-smart-rollup-017-PtNairob
  3010. tezos-smart-rollup-alpha
  3011. tezos-smart-rollup-layer2-016-PtMumbai
  3012. tezos-smart-rollup-layer2-017-PtNairob
  3013. tezos-stdlib >= "13.0" & < "15.0" | >= "17.1" & < "17.3"
  3014. tezos-stdlib-unix
  3015. tezos-storage
  3016. tezos-store
  3017. tezos-test-helpers < "15.0" | >= "17.1" & < "17.3"
  3018. tezos-test-helpers-extra
  3019. tezos-test-services
  3020. tezos-tooling
  3021. tezos-tree-encoding
  3022. tezos-tx-rollup-013-PtJakart
  3023. tezos-tx-rollup-014-PtKathma
  3024. tezos-tx-rollup-015-PtLimaPt
  3025. tezos-tx-rollup-alpha
  3026. tezos-tx-rollup-client-013-PtJakart
  3027. tezos-tx-rollup-client-014-PtKathma
  3028. tezos-tx-rollup-client-alpha
  3029. tezos-tx-rollup-node-013-PtJakart
  3030. tezos-tx-rollup-node-014-PtKathma
  3031. tezos-tx-rollup-node-alpha
  3032. tezos-validation
  3033. tezos-validator
  3034. tezos-version
  3035. tezos-wasmer >= "17.1" & < "17.3"
  3036. tezos-webassembly-interpreter
  3037. tezos-webassembly-interpreter-extra
  3038. tezos-workers
  3039. tezt
  3040. tezt-bam
  3041. tezt-tezos != "18.1"
  3042. theora >= "0.4.0"
  3043. thread-local-storage
  3044. thread-table
  3045. thrift >= "0.10.0"
  3046. tidy >= "5-0.2"
  3047. tidy_email
  3048. tidy_email_mailgun
  3049. tidy_email_sendgrid
  3050. tidy_email_smtp
  3051. tilde_f
  3052. time_now
  3053. timed >= "1.1"
  3054. timedesc
  3055. timedesc-json
  3056. timedesc-sexp
  3057. timedesc-tzdb
  3058. timedesc-tzlocal
  3059. timedesc-tzlocal-js
  3060. timere
  3061. timere-parse
  3062. timezone
  3063. timmy
  3064. timmy-jsoo
  3065. timmy-lwt
  3066. timmy-unix
  3067. tiny_httpd
  3068. tiny_httpd_camlzip
  3069. tip-parser >= "0.4"
  3070. tldr
  3071. tls >= "0.11.0"
  3072. tls-async
  3073. tls-eio
  3074. tls-liquidsoap
  3075. tls-lwt
  3076. tls-miou-unix
  3077. tls-mirage
  3078. toc
  3079. tofn
  3080. togglelog
  3081. toml >= "5.0.0"
  3082. toml-cconv
  3083. toml_cconv
  3084. toplevel_backend
  3085. toplevel_expect_test >= "v0.12.0"
  3086. topojson
  3087. topojsone
  3088. topological_sort >= "v0.12.0"
  3089. torch
  3090. tqdm
  3091. trace
  3092. trace-fuchsia
  3093. trace-tef
  3094. tracing
  3095. tracy-client
  3096. trail
  3097. traits
  3098. trampoline
  3099. transept
  3100. traverse
  3101. travesty != "0.6.1"
  3102. travis-opam >= "1.5.0"
  3103. trax >= "0.4.0"
  3104. tree_layout >= "0.2"
  3105. treeprint >= "2.3.0"
  3106. trexio
  3107. trie >= "1.0.0"
  3108. trs
  3109. tsdl-image >= "0.3.0"
  3110. tsdl-mixer >= "0.3.0"
  3111. tsdl-ttf >= "0.3"
  3112. tsort
  3113. tty
  3114. tube >= "4.4.0"
  3115. tuntap >= "1.7.0"
  3116. twirp_cohttp_lwt_unix
  3117. twirp_core
  3118. twirp_ezcurl
  3119. twirp_tiny_httpd
  3120. twostep
  3121. tyabt
  3122. type_eq
  3123. type_id
  3124. typeid
  3125. typerep >= "v0.12.0"
  3126. typeset
  3127. tyre >= "0.5"
  3128. tyxml >= "4.3.0"
  3129. tyxml-jsx
  3130. tyxml-lwd
  3131. tyxml-ppx >= "4.3.0"
  3132. tyxml-syntax
  3133. u2f
  3134. ubase
  3135. ubpf >= "0.2"
  3136. uecc >= "0.3"
  3137. uint >= "2.0.1"
  3138. ulid
  3139. um-abt
  3140. unidecode
  3141. unionFind
  3142. unisim_archisec
  3143. unison >= "2.51.4" & < "2.53.4"
  3144. universal-portal
  3145. universo
  3146. unix-errno >= "0.6.0"
  3147. unstrctrd
  3148. uopt
  3149. uri >= "2.2.0"
  3150. uri-bench
  3151. uri-re
  3152. uri-sexp
  3153. uring
  3154. uring-trace
  3155. uritemplate
  3156. urn
  3157. user-agent-parser
  3158. username_kernel
  3159. uspf
  3160. uspf-lwt
  3161. uspf-unix
  3162. utop >= "2.3.0"
  3163. uuuu >= "0.1.1"
  3164. validate
  3165. validator
  3166. variantslib >= "v0.12.0"
  3167. varray
  3168. vcaml
  3169. vcardgen >= "1.2"
  3170. vchan >= "4.0.0"
  3171. vchan-unix >= "4.0.0"
  3172. vchan-xen >= "4.0.0"
  3173. vdom
  3174. vec
  3175. vector
  3176. vector3 >= "1.0.0"
  3177. vendredi
  3178. vercel
  3179. versioned_polling_state_rpc
  3180. vhd-format >= "0.12.0"
  3181. vhd-format-lwt >= "0.12.0"
  3182. virtual_dom >= "v0.12.0"
  3183. virtual_dom_toplayer
  3184. visitors >= "20200207"
  3185. vlq >= "0.2.1"
  3186. vlt
  3187. vmnet >= "1.3.2"
  3188. vocal
  3189. voqc
  3190. vorbis >= "0.8.0"
  3191. vpt >= "5.0.0"
  3192. vscoq-language-server
  3193. vue-jsoo
  3194. vue-ppx
  3195. wall >= "0.4"
  3196. wasmer
  3197. wasmtime
  3198. wayland
  3199. waylaunch
  3200. wcwidth
  3201. webauthn
  3202. weberizer >= "0.8"
  3203. webmachine >= "0.6.2"
  3204. websocket >= "2.12"
  3205. websocket-async >= "2.12"
  3206. websocket-lwt >= "2.12"
  3207. websocket-lwt-unix
  3208. websocketaf
  3209. webtest >= "2.0.0"
  3210. webtest-js
  3211. weevil
  3212. why3find
  3213. wikitext
  3214. win-error >= "1.0"
  3215. win-eventlog >= "0.3"
  3216. winsvc
  3217. ws
  3218. ws-server
  3219. wseg
  3220. wtf8 >= "1.0.2"
  3221. wtr
  3222. wtr-ppx
  3223. wu-manber-fuzzy-search
  3224. x509 >= "0.6.3"
  3225. x86_64-esperanto >= "0.0.6"
  3226. xapi-backtrace >= "0.7"
  3227. xapi-inventory >= "1.2.1"
  3228. xapi-rrd >= "1.8.2"
  3229. xapi-stdext-date
  3230. xapi-stdext-encodings
  3231. xapi-stdext-pervasives
  3232. xapi-stdext-std
  3233. xapi-stdext-threads
  3234. xapi-stdext-unix
  3235. xapi-stdext-zerocheck
  3236. xcursor
  3237. xdg
  3238. xdg-basedir
  3239. xedbindings
  3240. xen-evtchn >= "2.1.0"
  3241. xen-evtchn-unix >= "2.1.0"
  3242. xen-gnt >= "3.1.0"
  3243. xen-gnt-unix >= "3.1.0"
  3244. xenstore >= "2.1.0"
  3245. xenstore_transport >= "1.1.0"
  3246. xlsx2csv
  3247. xmelly
  3248. xml-light >= "2.5"
  3249. xmldiff >= "0.7.0"
  3250. xmldiff_js
  3251. xmlplaylist >= "0.1.5"
  3252. xoshiro
  3253. xtmpl >= "0.19.0"
  3254. xtmpl_js
  3255. xtmpl_ppx
  3256. yaml >= "1.0.0"
  3257. yaml-sexp
  3258. yara >= "0.2"
  3259. yocaml
  3260. yocaml_cmark
  3261. yocaml_cmarkit
  3262. yocaml_eio
  3263. yocaml_git
  3264. yocaml_jingoo
  3265. yocaml_markdown
  3266. yocaml_mustache
  3267. yocaml_omd
  3268. yocaml_otoml
  3269. yocaml_runtime
  3270. yocaml_syndication
  3271. yocaml_unix
  3272. yocaml_yaml
  3273. yojson >= "1.5.0"
  3274. yojson-bench
  3275. yojson-five
  3276. yosqlite
  3277. yurt >= "0.6"
  3278. yuscii >= "0.2.1"
  3279. yuujinchou
  3280. zanuda
  3281. zar
  3282. zarith-ppx
  3283. zarith_stubs_js
  3284. zarr
  3285. zarr-eio
  3286. zarr-lwt
  3287. zarr-sync
  3288. zed >= "2.0"
  3289. zeit
  3290. zelus
  3291. zelus-gtk
  3292. zipperposition >= "1.5.1"
  3293. zipperposition-tools
  3294. zlib >= "0.6"
  3295. zlist >= "0.4.0"
  3296. zmq >= "5.1.0"
  3297. zmq-async >= "5.1.0"
  3298. zmq-eio
  3299. zmq-lwt >= "5.1.0"
  3300. zstandard >= "v0.12.1"
  3301. zstd >= "0.3"
  3302. 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 < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.