package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.0.tbz
sha256=b5c3d10f6f6048bfaf56fc4f0942d56381b55af4287caf8251487d4c4e7920d7
sha512=b3944b47c7ab1b2109aabc73dab7b9227765168bdcaddda875f3ee3c8277825f4a2672fbba903bf54ea507d00c7649c7dfc3c3bb156365d3052e570cf02caa82

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