package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

Description

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

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

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

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

Published: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Overview

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

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

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

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Building Against Several Configurations at Once

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

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 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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

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

Status

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

Dependencies (5)

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

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